Home
last modified time | relevance | path

Searched refs:TRY_LOCK (Results 1 – 2 of 2) sorted by relevance

/external/dlmalloc/
Dmalloc.c1889 #define TRY_LOCK(sl) !CAS_LOCK(sl) macro
1967 #define TRY_LOCK(lk) recursive_try_lock(lk) macro
1977 #define TRY_LOCK(lk) TryEnterCriticalSection(lk) macro
2006 #define TRY_LOCK(lk) (!pthread_mutex_trylock(lk)) macro
/external/libevent/
DChangeLog-2.0594 o Fix logic error in win32 TRY_LOCK that caused problems with rate-limiting (4c32b9d)