Lines Matching refs:TRY_LOCK
1643 TRY_LOCK (which is not used in this malloc, but commonly needed in
1665 #define TRY_LOCK(sl) pthread_try_lock(sl)
1765 #define TRY_LOCK(sl) win32_try_lock(sl)
1830 #define TRY_LOCK(sl) (!pthread_mutex_trylock(sl))
1861 #define TRY_LOCK(s) TryEnterCriticalSection(sl)
1895 /* #define TRY_LOCK(sl) ... */