genode/base-codezero/src/base
Norman Feske bcabbe2c92 Add 'Thread_base::join()'
Using the new 'join()' function, the caller can explicitly block for the
completion of the thread's 'entry()' function. The test case for this
feature can be found at 'os/src/test/thread_join'. For hybrid
Linux/Genode programs, the 'Thread_base::join()' does not map directly
to 'pthread_join'. The latter function gets already called by the
destructor of 'Thread_base'. According to the documentation, subsequent
calls of 'pthread_join' for one thread may result in undefined behaviour.
So we use a 'Genode::Lock' on this platform, which is in line with the
other platforms.

Related to #194, #501
2012-11-19 12:43:34 +01:00
..
console/pl011 Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
cxx Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
env Follow-up for spin-lock unification, ref #123 2012-03-01 10:57:05 +01:00
ipc Replace 'Native_capability::copy_to' by accessor 2012-03-28 09:58:51 +02:00
lock Follow-up for spin-lock unification, ref #123 2012-03-01 10:57:05 +01:00
pager Rename tid() to dst() in Native_capability. 2012-03-10 15:52:19 +01:00
thread Add 'Thread_base::join()' 2012-11-19 12:43:34 +01:00