1
0
Fork 0
forked from lthn/blockchain
blockchain/contrib/db/libmdbx/test/darwin
2019-08-28 23:25:45 +02:00
..
LICENSE added copy of libmdbx into folder tree(ref to git submodule will be added later) 2019-08-28 23:25:45 +02:00
pthread_barrier.c added copy of libmdbx into folder tree(ref to git submodule will be added later) 2019-08-28 23:25:45 +02:00
pthread_barrier.h added copy of libmdbx into folder tree(ref to git submodule will be added later) 2019-08-28 23:25:45 +02:00
README.md added copy of libmdbx into folder tree(ref to git submodule will be added later) 2019-08-28 23:25:45 +02:00

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.