genode/repos/libports/recipes/pkg/test-pthread
Christian Helmuth ff5175ec76 libc: synchronization primitives based on monitor
The libc monitor facility enables the execution of monitor jobs by the
main thread when the monitor pool was charged. In comparison to the
current suspend/resume_all mechanism the main thread iterates over all
job functions in contrast to waking up all threads to check their
conditions by themselves. Threads are only woken up if the completion
condition was met.

This commit is the result of a collaboration with Christian Prochaska.
Many thanks for your support, Christian.

Fixes #3550
2020-02-10 14:21:47 +01:00
..
README Archive recipes for autopilot tests 2018-11-16 15:07:53 +01:00
archives Archive recipes for autopilot tests 2018-11-16 15:07:53 +01:00
hash depot: update recipe hashes 2020-02-04 15:51:10 +01:00
runtime libc: synchronization primitives based on monitor 2020-02-10 14:21:47 +01:00

README

POSIX thread and semaphore test.