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

/netgear-WNDR4500-V1.0.1.40_1.0.68/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

Completed in 24 milliseconds