Home | History | Annotate | Download | only in dlmalloc

Lines Matching refs:TRY_LOCK

1799   and TRY_LOCK.  You must also declare a
1819 /* #define TRY_LOCK(lk) ... */
1889 #define TRY_LOCK(sl) !CAS_LOCK(sl)
1967 #define TRY_LOCK(lk) recursive_try_lock(lk)
1977 #define TRY_LOCK(lk) TryEnterCriticalSection(lk)
2006 #define TRY_LOCK(lk) (!pthread_mutex_trylock(lk))