blockchain/contrib/db/libmdbx/test/darwin
2022-04-25 13:49:07 +02:00
..
LICENSE mdbx added as sources due to ban of it's repo 2022-04-25 13:49:07 +02:00
pthread_barrier.c mdbx added as sources due to ban of it's repo 2022-04-25 13:49:07 +02:00
pthread_barrier.h mdbx added as sources due to ban of it's repo 2022-04-25 13:49:07 +02:00
README.md mdbx added as sources due to ban of it's repo 2022-04-25 13:49:07 +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.