haiku/headers/posix/sys
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
..
cdefs.h x86_64: fenv.c needs __weak_reference() 2015-03-27 20:16:57 +01:00
file.h
ioctl.h
ipc.h
mman.h
msg.h
param.h
poll.h
resource.h
select.h <langinfo.h>/<select.h>: don't use C++ comments 2013-06-12 14:55:16 +02:00
sem.h
socket.h Implement MSG_NOSIGNAL 2015-06-10 17:39:53 +02:00
sockio.h
stat.h mknod[at](): moves from unistd.h to sys/stat.h 2014-08-04 19:03:08 +02:00
statvfs.h
time.h
timeb.h
times.h
types.h libroot: Implemented pthread barriers 2016-12-30 11:32:04 +01:00
uio.h
un.h
utsname.h
wait.h