Searched refs:TRY_LOCK (Results 1 – 2 of 2) sorted by relevance
423 TRY_LOCK = 1, enumerator451 if (acquire_event->flag & TRY_LOCK) in report_lock_acquire_event()
1665 #define TRY_LOCK(sl) pthread_try_lock(sl) macro1765 #define TRY_LOCK(sl) win32_try_lock(sl) macro1830 #define TRY_LOCK(sl) (!pthread_mutex_trylock(sl)) macro1861 #define TRY_LOCK(s) TryEnterCriticalSection(sl) macro