Home
last modified time | relevance | path

Searched refs:mtx_timedlock (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/porting/uniproton/kernel/include/
H A Dthreads.h64 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/
H A Dthreads.h64 int mtx_timedlock(mtx_t *__restrict, const struct timespec *__restrict);
85 __REDIR(mtx_timedlock, __mtx_timedlock_time64);
/third_party/musl/include/
H A 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/
H A Dmtx_timedlock.c42 ret = mtx_timedlock(&mutex, &timeout); in mtx_timedlock_0100()
74 ret = mtx_timedlock(&mutex, &timeout); in mtx_timedlock_0200()
/third_party/musl/src/thread/
H A Dmtx_lock.c8 /* Calling mtx_timedlock with a null pointer is an extension. in mtx_lock()
11 return mtx_timedlock(m, 0); in mtx_lock()
H A Dmtx_timedlock.c5 int mtx_timedlock(mtx_t *restrict m, const struct timespec *restrict ts) in mtx_timedlock() function
/third_party/musl/compat/time32/
H A Dmtx_timedlock_time32.c7 return mtx_timedlock(m, !ts32 ? 0 : (&(struct timespec){ in __mtx_timedlock_time32()
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_mutex_test.cpp125 EXPECT_EQ(thrd_success, mtx_timedlock(&mtxTime, &timeSpec_)); in HWTEST_F()
130 EXPECT_EQ(thrd_success, mtx_timedlock(&mtxTime, &timeSpec)); in HWTEST_F()
133 EXPECT_EQ(thrd_timedout, mtx_timedlock(&mtxTime, &timeSpec)); in HWTEST_F()
/third_party/glfw/deps/
H A Dtinycthread.h225 int mtx_timedlock(mtx_t *mtx, const struct timespec *ts);
H A Dtinycthread.c101 int mtx_timedlock(mtx_t *mtx, const struct timespec *ts) in mtx_timedlock() function
/third_party/mesa3d/src/c11/
H A Dthreads.h173 int mtx_timedlock(mtx_t *__restrict __mtx,
/third_party/musl/libc-test/src/common/
H A Dtest.h71 #define __mtx_timedlock_time64 mtx_timedlock
/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c43 Use pthread_mutex_timedlock() for `mtx_timedlock()'
208 mtx_timedlock(mtx_t *mtx, const struct timespec *ts) in mtx_timedlock() function
H A Dthreads_win32.c277 mtx_timedlock(mtx_t *mtx, const struct timespec *ts) in mtx_timedlock() function

Completed in 5 milliseconds