mirror of
https://github.com/isar/libmdbx.git
synced 2025-08-23 09:04:26 +08:00
mdbx-test: fix build for __ANDROID_API__ < 24
(using pthread_barrier_t
stub).
This commit is contained in:
8
test/stub/README.md
Normal file
8
test/stub/README.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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.
|
||||
|
Reference in New Issue
Block a user