Searched refs:__db_pthread_mutex_unlock (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dmutex.h73 #define __mutex_unlock(a, b) __db_pthread_mutex_unlock(a, b)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dmutex_ext.h32 int __db_pthread_mutex_unlock __P((ENV *, db_mutex_t));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_tas.c251 (ret = __db_pthread_mutex_unlock(env, mutex)) != 0)
H A Dmut_pthread.c300 * __db_pthread_mutex_unlock --
303 * PUBLIC: int __db_pthread_mutex_unlock __P((ENV *, db_mutex_t));
306 __db_pthread_mutex_unlock(env, mutex) function

Completed in 51 milliseconds