Home
last modified time | relevance | path

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

/external/linux-tools-perf/
Dbuiltin-lock.c423 TRY_LOCK = 1, enumerator
451 if (acquire_event->flag & TRY_LOCK) in report_lock_acquire_event()
/external/eigen/unsupported/test/mpreal/
Ddlmalloc.c1665 #define TRY_LOCK(sl) pthread_try_lock(sl) macro
1765 #define TRY_LOCK(sl) win32_try_lock(sl) macro
1830 #define TRY_LOCK(sl) (!pthread_mutex_trylock(sl)) macro
1861 #define TRY_LOCK(s) TryEnterCriticalSection(sl) macro