genode/base-hw/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
..
arm Nested init on i.MX31 via base_hw. Rework base_hw. 2012-11-14 16:36:41 +01:00
arm_v7a
lock
signal base_hw & omap4: USB HID and framebuffer driver. 2012-11-14 16:36:50 +01:00
console.cc
ipc.cc
pager.cc
thread_support.cc Add 'Thread_base::join()' 2012-11-19 12:43:34 +01:00