Mathias Agopian d42bd87f23 use broadcast() instead of signal() when signaling the condition-variable Thread::RequestExitAndWait() is waiting for
we could have several thread waiting on the condition and they all need to wake-up.
also added a debug "mTid" field in the class, which contains the tid of the thread (as opposed to pthread_t), this
is useful when debugging under gdb for instance.
2009-09-09 02:45:26 -07:00
..
2009-07-07 10:01:12 -07:00
2009-03-03 19:31:44 -08:00
2009-05-31 19:13:00 -07:00