Home
last modified time | relevance | path

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