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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c1845 #define DESTROY_LOCK(l) (0) macro
1954 #define DESTROY_LOCK(sl) (0) macro
2031 #define DESTROY_LOCK(lk) (0) macro
2040 #define DESTROY_LOCK(lk) (DeleteCriticalSection(lk), 0) macro
2069 #define DESTROY_LOCK(lk) pthread_mutex_destroy(lk) macro

Completed in 97 milliseconds