Home
last modified time | relevance | path

Searched refs:_cffi_embed_startup_lock (Results 1 – 1 of 1) sorted by relevance

/external/python/cffi/cffi/
D_embedding.h62 static pthread_mutex_t _cffi_embed_startup_lock; variable
64 static CRITICAL_SECTION _cffi_embed_startup_lock; variable
86 pthread_mutex_init(&_cffi_embed_startup_lock, &attr); in _cffi_acquire_reentrant_mutex()
88 InitializeCriticalSection(&_cffi_embed_startup_lock); in _cffi_acquire_reentrant_mutex()
98 pthread_mutex_lock(&_cffi_embed_startup_lock); in _cffi_acquire_reentrant_mutex()
100 EnterCriticalSection(&_cffi_embed_startup_lock); in _cffi_acquire_reentrant_mutex()
107 pthread_mutex_unlock(&_cffi_embed_startup_lock); in _cffi_release_reentrant_mutex()
109 LeaveCriticalSection(&_cffi_embed_startup_lock); in _cffi_release_reentrant_mutex()