Home
last modified time | relevance | path

Searched refs:mtx_timedlock (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/porting/liteos_m/kernel/include/
Dthreads.h64 int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict);
85 __REDIR(mtx_timedlock, __mtx_timedlock_time64);
/third_party/musl/include/
Dthreads.h64 int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict);
85 __REDIR(mtx_timedlock, __mtx_timedlock_time64);
/third_party/musl/porting/uniproton/kernel/include/
Dthreads.h64 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/
Dmtx_timedlock.c42 ret = mtx_timedlock(&mutex, &timeout); in mtx_timedlock_0100()
74 ret = mtx_timedlock(&mutex, &timeout); in mtx_timedlock_0200()
Dtest_src_functionalext_supplement_thread.gni63 "mtx_timedlock",
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
Dthread_mutex_test.cpp125 EXPECT_EQ(thrd_success, mtx_timedlock(&mtxTime, &timeSpec_));
130 EXPECT_EQ(thrd_success, mtx_timedlock(&mtxTime, &timeSpec)); in __anon02ace2890102()
133 EXPECT_EQ(thrd_timedout, mtx_timedlock(&mtxTime, &timeSpec)); in __anon02ace2890102()
/third_party/musl/src/thread/
Dmtx_lock.c11 return mtx_timedlock(m, 0); in mtx_lock()
Dmtx_timedlock.c5 int mtx_timedlock(mtx_t *restrict m, const struct timespec *restrict ts) in mtx_timedlock() function
/third_party/musl/compat/time32/
Dmtx_timedlock_time32.c7 return mtx_timedlock(m, !ts32 ? 0 : (&(struct timespec){ in __mtx_timedlock_time32()
/third_party/mesa3d/src/c11/
Dthreads.h173 int mtx_timedlock(mtx_t *__restrict __mtx,
/third_party/musl/libc-test/src/common/
Dtest.h71 #define __mtx_timedlock_time64 mtx_timedlock
/third_party/glfw/deps/
Dtinycthread.h223 int mtx_timedlock(mtx_t *mtx, const struct timespec *ts);
Dtinycthread.c101 int mtx_timedlock(mtx_t *mtx, const struct timespec *ts) in mtx_timedlock() function
/third_party/mesa3d/src/c11/impl/
Dthreads_posix.c208 mtx_timedlock(mtx_t *mtx, const struct timespec *ts) in mtx_timedlock() function
Dthreads_win32.c277 mtx_timedlock(mtx_t *mtx, const struct timespec *ts) in mtx_timedlock() function
/third_party/musl/
Dlibc.map.txt1193 mtx_timedlock;
Dmusl_src.gni1373 "src/thread/mtx_timedlock.c",