Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/lib/posix/options/
Dmutex.c202 int pthread_mutex_timedlock(pthread_mutex_t *m, in pthread_mutex_timedlock() function
/Zephyr-Core-3.6.0/arch/posix/include/
Dposix_cheats.h104 #define pthread_mutex_timedlock(...) zap_pthread_mutex_timedlock(__VA_ARGS__) macro