Home
last modified time | relevance | path

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

/xnu-11215.1.10/EXTERNAL_HEADERS/corecrypto/
H A Dcc_lock.h91 #define CC_LOCK_LOCK(lock_ctx) cc_try_abort("CC_LOCK_LOCK not implemented") macro
106 #define CC_LOCK_LOCK(lock_ctx) os_unfair_lock_lock(&(lock_ctx)->lock) macro
121 #define CC_LOCK_LOCK(lock_ctx) (pthread_mutex_lock(&(lock_ctx)->mutex) == 0) macro
136 #define CC_LOCK_LOCK(lock_ctx) lck_mtx_lock((lock_ctx)->mutex) macro
151 #define CC_LOCK_LOCK(lock_ctx) \ macro
168 #define CC_LOCK_LOCK(lock_ctx) pthread_spin_lock(&(lock_ctx)->lock) macro