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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dmutex.h72 #define __mutex_lock(a, b) __db_pthread_mutex_lock(a, b)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dbinc_auto/
H A Dmutex_ext.h31 int __db_pthread_mutex_lock __P((ENV *, db_mutex_t));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_tas.c193 if ((ret = __db_pthread_mutex_lock(env, mutex)) != 0)
H A Dmut_pthread.c166 * __db_pthread_mutex_lock
169 * PUBLIC: int __db_pthread_mutex_lock __P((ENV *, db_mutex_t));
172 __db_pthread_mutex_lock(env, mutex) function

Completed in 119 milliseconds