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
..
2015-04-12 18:50:01 +02:00
2016-12-30 11:32:04 +01:00
2016-10-05 09:18:42 +02:00
2015-04-04 22:55:56 +02:00
2016-08-27 09:04:22 +02:00
2014-06-07 10:54:15 +02:00
2014-08-09 20:18:05 +02:00
2014-04-26 11:09:24 +02:00