Home
last modified time | relevance | path

Searched refs:DESTROY_LOCK (Results 1 – 2 of 2) 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()
/external/llvm-project/openmp/runtime/src/
Dkmp_csupport.cpp2116 #define DESTROY_LOCK __kmp_destroy_user_lock_with_checks macro
2435 DESTROY_LOCK(lck); in __kmpc_destroy_lock()