ou want to unlock before this? */
kq_unlock(&kq_obj);
/* From another thread, you could do: */
kq_lock(&kq_obj);
if (kq_waiters(&kq_obj) > 0)
kq_signal(&kq_obj); /* or kq_broadcast() */
kq_unlock(&kq_obj);
--
DE
--
Randall Stew
On Jan 22, 2010, at 9:25 AM, Jilles Tjoelker wrote:
On Fri, Jan 22, 2010 at 07:55:47AM -0800, Randall Stewart wrote:
On Jan 22, 2010, at 7:33 AM, Ivan Voras wrote:
On 01/22/10 16:10, Ed Schouten wrote:
* Ivan Voras wrote:
This is a good and useful addition! I think Windows has
On Jan 22, 2010, at 8:04 AM, Ivan Voras wrote:
On 01/22/10 16:55, Randall Stewart wrote:
If I read the comment at filt_umtxattach() correctly, in the best
case
you would need an extension to the kevent structure to add more
fields
like data & udata (for passing values back and f
quot;freebsd-hackers-unsubscr...@freebsd.org
"
--
Randall Stewart
803-317-4952 (cell)
803-345-0391(direct)
___
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"
Ivan:
Ok, over we go ;-)
I do want to add this into Head here eventually so if you happen
to have an interest in umtx or kqueue you may want to take a close
look at this patch ;-)
R
On Jan 22, 2010, at 5:27 AM, Ivan Voras wrote:
2010/1/22 Randall Stewart :
All:
I have put together a patch
Lets try that again with the right email subscribed to hackers ;-)
R
On Jan 22, 2010, at 6:43 AM, Randall Stewart wrote:
Ivan:
Ok, over we go ;-)
I do want to add this into Head here eventually so if you happen
to have an interest in umtx or kqueue you may want to take a close
look at this
builds and begin patch prep.. but
if not.. I will wait .. let me know if you want me to do so..
:-D
R
--
Randall Stewart
NSSTG - Cisco Systems Inc.
803-345-0369 803-317-4952 (cell)
___
freebsd-hackers@freebsd.org mailing list
http://lists.fre
t, 0);
+memset (regs, 0, rs->sizeof_g_packet);
for (i = 0; i < NUM_REGS + NUM_PSEUDO_REGS; i++)
{
struct packet_reg *r = &rs->regs[i];
These should go upstream to the gdb maintainers ([EMAIL PROTECTED]).
DES
--
Randall Stewart
NSSTG - Cisco S
8 matches
Mail list logo