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

/barrelfish-2018-10-04/lib/dmalloc/
H A Ddmalloc.c1836 and at least INITIAL_LOCK, DESTROY_LOCK, ACQUIRE_LOCK, RELEASE_LOCK
1845 #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
5537 (void)DESTROY_LOCK(&ms->mutex); /* destroy before unmapped */

Completed in 45 milliseconds