Home
last modified time | relevance | path

Searched refs:pthread_mutex_timedlock (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/lib/libc/common/source/thrd/
Dmtx.c69 switch (pthread_mutex_timedlock(mutex, time_point)) { in mtx_timedlock()
/Zephyr-latest/tests/posix/headers/src/
Dpthread_h.c120 zassert_not_null(pthread_mutex_timedlock); in ZTEST()
/Zephyr-latest/arch/posix/include/
Dposix_cheats.h104 #define pthread_mutex_timedlock(...) zap_pthread_mutex_timedlock(__VA_ARGS__) macro
/Zephyr-latest/tests/posix/common/src/
Dmutex.c188 return INT_TO_POINTER(pthread_mutex_timedlock(mtx, &time_point)); in test_mutex_timedlock_fn()
/Zephyr-latest/lib/posix/options/
Dmutex.c210 int pthread_mutex_timedlock(pthread_mutex_t *m, in pthread_mutex_timedlock() function
/Zephyr-latest/include/zephyr/posix/
Dpthread.h216 int pthread_mutex_timedlock(pthread_mutex_t *m,
/Zephyr-latest/doc/services/portability/posix/option_groups/
Dindex.rst1039 pthread_mutex_timedlock(),yes