Home
last modified time | relevance | path

Searched defs:pthread_mutex_trylock (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/lib/posix/options/
Dmutex.c201 int pthread_mutex_trylock(pthread_mutex_t *m) in pthread_mutex_trylock() function
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h105 #define pthread_mutex_trylock(...) zap_pthread_mutex_trylock(__VA_ARGS__) macro