Searched refs:k5_os_mutex_lock (Results 1 – 1 of 1) sorted by relevance
419 # define k5_os_mutex_lock k5_os_nothread_mutex_lock macro644 # define k5_os_mutex_lock(M) \ macro682 # define k5_os_mutex_lock(M) return_after_yield(k5_pthread_mutex_lock(M))708 static int k5_os_mutex_lock(k5_os_mutex *m)781 _err = k5_os_mutex_lock(&_m->os); \790 err = k5_os_mutex_lock(&m->os); in k5_mutex_lock_1()