genode/base-fiasco/src/core
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 Introduce platform-specific services for core 2012-10-29 10:08:29 +01:00
include core: implement missing context area functions 2012-10-24 11:34:39 +02:00
x86 Introduce platform-specific services for core 2012-10-29 10:08:29 +01:00
cpu_session_support.cc Extend RAM/CPU session for base-hw context-areas. 2012-08-02 16:41:21 +02:00
io_mem_session_support.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
irq_session_component.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
platform_pd.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
platform_thread.cc Extend RAM/CPU session for base-hw context-areas. 2012-08-02 16:41:21 +02:00
platform.cc Move context area definition to native_type 2012-09-24 09:17:54 +02:00
ram_session_support.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
rm_session_support.cc Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
target.inc Introduce platform-specific services for core 2012-10-29 10:08:29 +01:00
thread_start.cc Add 'Thread_base::join()' 2012-11-19 12:43:34 +01:00