genode/base-nova/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 Only write UART if transmitter-hold register empty 2012-07-16 10:35:24 +02:00
env NOVA: cleanup - remove _first_sel special handling 2012-10-08 15:08:12 +02:00
ipc NOVA: implement pause using recall kernel feature 2012-08-30 10:40:00 +02:00
lock Fix warning 2012-10-12 13:10:48 +02:00
pager Core: Shared IRQ support for Nova/FOC/OKL4 2012-10-11 17:10:16 +02:00
server Destruct IPC-server object on entrypoint destruction 2012-11-16 13:55:00 +01:00
thread Add 'Thread_base::join()' 2012-11-19 12:43:34 +01:00