Searched refs:__mutex_destroy (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dbinc/
H A Dmutex.h74 #define __mutex_destroy(a, b) __db_pthread_mutex_destroy(a, b) macro
79 #define __mutex_destroy(a, b) __db_win32_mutex_destroy(a, b) macro
84 #define __mutex_destroy(a, b) __db_fcntl_mutex_destroy(a, b) macro
89 #define __mutex_destroy(a, b) __db_tas_mutex_destroy(a, b) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/mutex/
H A Dmut_alloc.c222 ret = __mutex_destroy(env, mutex);
H A Dmut_region.c376 (void)__mutex_destroy(env, i);

Completed in 40 milliseconds