Home
last modified time | relevance | path

Searched refs:thrd_timedout (Results 1 - 13 of 13) sorted by relevance

/third_party/mesa3d/src/util/
H A Dcnd_monotonic.h122 return (GetLastError() == ERROR_TIMEOUT) ? thrd_timedout : thrd_error; in u_cnd_monotonic_timedwait()
126 return thrd_timedout; in u_cnd_monotonic_timedwait()
/third_party/mesa3d/src/c11/impl/
H A Dthreads_posix.c125 return thrd_timedout; in cnd_timedwait()
219 return (rt == ETIMEDOUT) ? thrd_timedout : thrd_error; in mtx_timedlock()
226 return thrd_timedout; in mtx_timedlock()
H A Dthreads_win32.c229 return (GetLastError() == ERROR_TIMEOUT) ? thrd_timedout : thrd_error; in cnd_timedwait()
283 return thrd_timedout; in mtx_timedlock()
/third_party/musl/src/thread/
H A Dcnd_timedwait.c12 case ETIMEDOUT: return thrd_timedout; in cnd_timedwait()
H A Dmtx_timedlock.c11 case ETIMEDOUT: return thrd_timedout; in mtx_timedlock()
/third_party/musl/porting/uniproton/kernel/include/
H A Dthreads.h32 thrd_timedout = 4, enumerator
/third_party/musl/porting/liteos_m/kernel/include/
H A Dthreads.h32 thrd_timedout = 4, enumerator
/third_party/musl/include/
H A Dthreads.h32 thrd_timedout = 4, enumerator
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dmtx_timedlock.c75 EXPECT_EQ("mtx_timedlock_0200", ret, thrd_timedout); in mtx_timedlock_0200()
/third_party/mesa3d/src/c11/
H A Dthreads.h154 thrd_timedout, // timed out enumerator
/third_party/musl/libc-test/src/functionalext/supplement/thread/thread_gtest/
H A Dthread_cnd_test.cpp123 EXPECT_EQ(thrd_timedout, cnd_timedwait(&threadCnd, &threadMtx, &ts)); in HWTEST_F()
H A Dthread_mutex_test.cpp133 EXPECT_EQ(thrd_timedout, mtx_timedlock(&mtxTime, &timeSpec)); in HWTEST_F()
/third_party/mesa3d/src/egl/drivers/dri2/
H A Degl_dri2.c3626 if (ret == thrd_timedout) { in dri2_client_wait_sync()

Completed in 10 milliseconds