> Can I just get some clarification here. pthread_cond_signal is
> defined as waking *one* thread, thus:
> Are you saying that the kernel will in fact wake up *all* the threads
> (either just internally, or in actuality)?
i think in glibc 2.1 it uses RT queued signals, thus it's a true 1:1
wakeup. Not sure though.
-- mingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/