genode/repos/libports/src/lib/pthread
Christian Helmuth 30e129a91b pthread: remove use of private Native_config API
Former Native_config::context_area_virtual_base() was used to identify
the main, which is not desired as the Native_config is rather low-level
(almost private to the base libs). The commit uses a library constructor
to retrieve the main-thread Thread_base pointer, which can be used later
to distinguish main and other threads.
2015-12-10 13:16:24 +01:00
..
semaphore.cc Move repositories to 'repos/' subdirectory 2014-05-14 16:08:00 +02:00
thread.cc pthread: remove use of private Native_config API 2015-12-10 13:16:24 +01:00
thread.h pthread: handle self destruction better 2015-10-06 12:18:51 +02:00
thread_create.cc pthread: handle self destruction better 2015-10-06 12:18:51 +02:00