Searched refs:mtx_timedlock (Results 1 – 16 of 16) sorted by relevance
/third_party/musl/ndk_musl_include/ |
D | threads.h | 64 int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict); 85 __REDIR(mtx_timedlock, __mtx_timedlock_time64);
|
/third_party/musl/include/ |
D | threads.h | 64 int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict); 85 __REDIR(mtx_timedlock, __mtx_timedlock_time64);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | threads.h | 64 int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict); 85 __REDIR(mtx_timedlock, __mtx_timedlock_time64);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | threads.h | 64 int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict); 85 __REDIR(mtx_timedlock, __mtx_timedlock_time64);
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
D | mtx_timedlock.c | 42 ret = mtx_timedlock(&mutex, &timeout); in mtx_timedlock_0100() 74 ret = mtx_timedlock(&mutex, &timeout); in mtx_timedlock_0200()
|
D | test_src_functionalext_supplement_thread.gni | 63 "mtx_timedlock",
|
/third_party/musl/src/thread/ |
D | mtx_lock.c | 11 return mtx_timedlock(m, 0); in mtx_lock()
|
D | mtx_timedlock.c | 5 int mtx_timedlock(mtx_t *restrict m, const struct timespec *restrict ts) in mtx_timedlock() function
|
/third_party/musl/compat/time32/ |
D | mtx_timedlock_time32.c | 7 return mtx_timedlock(m, !ts32 ? 0 : (&(struct timespec){ in __mtx_timedlock_time32()
|
/third_party/musl/libc-test/src/common/ |
D | test.h | 62 #define __mtx_timedlock_time64 mtx_timedlock
|
/third_party/flutter/glfw/deps/ |
D | tinycthread.h | 223 int mtx_timedlock(mtx_t *mtx, const struct timespec *ts);
|
D | tinycthread.c | 101 int mtx_timedlock(mtx_t *mtx, const struct timespec *ts) in mtx_timedlock() function
|
/third_party/mesa3d/include/c11/ |
D | threads_posix.h | 234 mtx_timedlock(mtx_t *mtx, const struct timespec *ts) in mtx_timedlock() function
|
D | threads_win32.h | 313 mtx_timedlock(mtx_t *mtx, const struct timespec *ts) in mtx_timedlock() function
|
/third_party/musl/ |
D | libc.map.txt | 1163 mtx_timedlock;
|
D | musl_src.gni | 1312 "src/thread/mtx_timedlock.c",
|