We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12179ac commit 54738f4Copy full SHA for 54738f4
lib_acl/include/thread/acl_pthread.h
@@ -79,6 +79,7 @@ typedef pthread_once_t acl_pthread_once_t;
79
#define ACL_PTHREAD_CREATE_JOINABLE 0
80
#define ACL_TLS_OUT_OF_INDEXES 0xffffffff
81
#define ACL_PTHREAD_KEYS_MAX 1024
82
+#define ACL_PTHREAD_MUTEX_RECURSIVE 1
83
84
/*
85
* see https://docs.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-initonceexecuteonce
0 commit comments