Searched refs:__db_pthread_mutex_destroy (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.h74 #define __mutex_destroy(a, b) __db_pthread_mutex_destroy(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.h33 int __db_pthread_mutex_destroy __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.c287 if ((ret = __db_pthread_mutex_destroy(env, mutex)) != 0)
H A Dmut_pthread.c359 * __db_pthread_mutex_destroy --
362 * PUBLIC: int __db_pthread_mutex_destroy __P((ENV *, db_mutex_t));
365 __db_pthread_mutex_destroy(env, mutex) function

Completed in 171 milliseconds