Home
last modified time | relevance | path

Searched refs:thrd_timedout (Results 1 – 4 of 4) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
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()
/hardware/google/gfxstream/guest/mesa/src/c11/impl/
Dthreads_posix.c125 return thrd_timedout; in cnd_timedwait()
233 return (rt == ETIMEDOUT) ? thrd_timedout : thrd_error; in mtx_timedlock()
241 return thrd_timedout; in mtx_timedlock()
Dthreads_win32.c203 return (GetLastError() == ERROR_TIMEOUT) ? thrd_timedout : thrd_error; in cnd_timedwait()
256 return thrd_timedout; in mtx_timedlock()
/hardware/google/gfxstream/guest/mesa/src/c11/
Dthreads.h143 thrd_timedout, // timed out enumerator