Searched refs:pthread_mutex_trylock (Results 1 – 8 of 8) sorted by relevance
81 switch (pthread_mutex_trylock(mutex)) { in mtx_trylock()
121 zassert_not_null(pthread_mutex_trylock); in ZTEST()
105 #define pthread_mutex_trylock(...) zap_pthread_mutex_trylock(__VA_ARGS__) macro
24 rc = pthread_mutex_trylock(&mutex); in normal_mutex_entry()
73 if (!pthread_mutex_trylock(&lock)) { in thread_top_exec()
199 int pthread_mutex_trylock(pthread_mutex_t *m) in pthread_mutex_trylock() function
224 int pthread_mutex_trylock(pthread_mutex_t *m);
595 pthread_mutex_trylock(),yes