haiku/headers/private/libroot
Dmytro Shynkevych 0e0f49e799 libroot: Implemented pthread barriers
This is an implementation of pthread barriers pursuant to the relevant specification.

Barriers are essentially a special case of conditional variables,
such that all threads waiting on one are woken up when the number of
waiters reaches a number provided at the initialization of the barrier.
In view of that, this implementation mimics the implementation of pthread_cond,
except it is more specialized and self-contained.

Signed-off-by: Jérôme Duval <jerome.duval@gmail.com>
2016-12-30 11:32:04 +01:00
..
locale
time
dirent_private.h
errno_private.h
ErrnoMaintainer.h
extended_system_info.h
fork.h
image_private.h
launch.h libroot: added ability to communicate with the launch_daemon. 2015-07-22 20:40:42 +02:00
libroot_lock.h
libroot_private.h fork(): Defer signals and lock the heaps while _kern_fork(). 2016-12-17 21:11:15 +01:00
mathimpl.h
memory_private.h
pthread_private.h libroot: Implemented pthread barriers 2016-12-30 11:32:04 +01:00
signal_private.h
stdlib_private.h
system_revision.h
time_private.h
times_private.h
trig.h
umask.h
unistd_private.h
user_group.h launch_daemon: We can now talk to the authentication manager. 2015-07-22 20:43:26 +02:00
user_thread.h user_thread.h: use struct keyword to be usable in C. 2016-12-17 20:17:38 +01:00
wchar_private.h