Home
last modified time | relevance | path

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

/external/dlmalloc/
Dmalloc.c1807 #define DESTROY_LOCK(l) (0) macro
1893 #define DESTROY_LOCK(sl) (0) macro
1970 #define DESTROY_LOCK(lk) (0) macro
1979 #define DESTROY_LOCK(lk) (DeleteCriticalSection(lk), 0) macro
2008 #define DESTROY_LOCK(lk) pthread_mutex_destroy(lk) macro