HomeSort by relevance Sort by last modified time
    Searched refs:mtx_trylock (Results 1 - 5 of 5) sorted by null

  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 55 int ret = mtx_trylock(mutex);
  /external/mesa3d/include/c11/
threads_posix.h 44 Otherwise use mtx_trylock() + *busy loop* emulation.
227 mtx_trylock(mtx_t *mtx);
249 while (mtx_trylock(mtx) != thrd_success) {
263 mtx_trylock(mtx_t *mtx) function
threads_win32.h 43 Otherwise emulate by mtx_trylock() + *busy loop* for WinXP.
135 static inline int mtx_trylock(mtx_t *mtx);
143 - Emulated `mtx_timelock()' with mtx_trylock() + *busy loop*
461 while (mtx_trylock(mtx) != thrd_success) {
473 mtx_trylock(mtx_t *mtx) function
  /external/virglrenderer/src/gallium/include/c11/
threads_posix.h 44 Otherwise use mtx_trylock() + *busy loop* emulation.
200 mtx_trylock(mtx_t *mtx);
225 while (mtx_trylock(mtx) != thrd_success) {
239 mtx_trylock(mtx_t *mtx) function
threads_win32.h 43 Otherwise emulate by mtx_trylock() + *busy loop* for WinXP.
121 static inline int mtx_trylock(mtx_t *mtx);
129 - Emulated `mtx_timelock()' with mtx_trylock() + *busy loop*
447 while (mtx_trylock(mtx) != thrd_success) {
459 mtx_trylock(mtx_t *mtx) function

Completed in 1256 milliseconds