Searched refs:DESTROY_LOCK (Results 1 – 1 of 1) 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) macro5510 (void)DESTROY_LOCK(&ms->mutex); /* destroy before unmapped */ in destroy_mspace()