Searched refs:CC_LOCK_LOCK (Results 1 – 1 of 1) sorted by relevance
91 #define CC_LOCK_LOCK(lock_ctx) cc_try_abort("CC_LOCK_LOCK not implemented") macro106 #define CC_LOCK_LOCK(lock_ctx) os_unfair_lock_lock(&(lock_ctx)->lock) macro121 #define CC_LOCK_LOCK(lock_ctx) (pthread_mutex_lock(&(lock_ctx)->mutex) == 0) macro136 #define CC_LOCK_LOCK(lock_ctx) lck_mtx_lock((lock_ctx)->mutex) macro151 #define CC_LOCK_LOCK(lock_ctx) \ macro168 #define CC_LOCK_LOCK(lock_ctx) pthread_spin_lock(&(lock_ctx)->lock) macro