mdbx-test: extend darwin-pthread-barrier for multiprocess-shared.

This commit is contained in:
Leonid Yuriev
2019-08-13 02:37:29 +03:00
parent 3f64d45819
commit 32a5b9089b
2 changed files with 34 additions and 29 deletions

View File

@@ -48,7 +48,8 @@ extern "C" {
#endif
typedef struct {
char unused_pad;
pthread_mutexattr_t mattr;
pthread_condattr_t cattr;
} pthread_barrierattr_t;
typedef struct {