Searched refs:DESTROY_LOCK (Results 1 – 2 of 2) sorted by relevance
1807 #define DESTROY_LOCK(l) (0) macro1893 #define DESTROY_LOCK(sl) (0) macro1970 #define DESTROY_LOCK(lk) (0) macro1979 #define DESTROY_LOCK(lk) (DeleteCriticalSection(lk), 0) macro2008 #define DESTROY_LOCK(lk) pthread_mutex_destroy(lk) macro5515 (void)DESTROY_LOCK(&ms->mutex); /* destroy before unmapped */ in destroy_mspace()
2116 #define DESTROY_LOCK __kmp_destroy_user_lock_with_checks macro2435 DESTROY_LOCK(lck); in __kmpc_destroy_lock()