mirror of
https://github.com/isar/libmdbx.git
synced 2024-10-30 23:39:19 +08:00
9 lines
266 B
Markdown
9 lines
266 B
Markdown
|
# DarwinPthreadBarrier
|
||
|
|
||
|
A pthread_barrier_t implementation for Mac OS/X
|
||
|
|
||
|
There is no pthread_barrier_t in Mac OS/X pthreads. This project fixes
|
||
|
this omission by providing a simple-minded barrier implementation based
|
||
|
on a pair of pthread_mutex_t and pthread_cond_t.
|
||
|
|