Home
last modified time | relevance | path

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

/xnu-8796.121.2/EXTERNAL_HEADERS/corecrypto/
H A Dcc_lock.h82 #define CC_LOCK_LOCK(lock_ctx) os_unfair_lock_lock(&(lock_ctx)->lock) macro
97 #define CC_LOCK_LOCK(lock_ctx) pthread_mutex_lock(&(lock_ctx)->mutex) macro
112 #define CC_LOCK_LOCK(lock_ctx) lck_mtx_lock((lock_ctx)->mutex) macro
127 #define CC_LOCK_LOCK(lock_ctx) \ macro
144 #define CC_LOCK_LOCK(lock_ctx) pthread_spin_lock(&(lock_ctx)->lock) macro