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

  /external/mesa3d/include/c11/
threads.h 68 thrd_busy, // resource busy enumerator in enum:__anon29088
threads_posix.h 149 return thrd_busy;
252 return (rt == ETIMEDOUT) ? thrd_busy : thrd_error;
259 return thrd_busy;
273 return (pthread_mutex_trylock(mtx) == 0) ? thrd_success : thrd_busy;
threads_win32.h 258 return timeout ? thrd_busy : thrd_success;
387 return (GetLastError() == ERROR_TIMEOUT) ? thrd_busy : thrd_error;
450 return thrd_busy;
462 return TryEnterCriticalSection(mtx) ? thrd_success : thrd_busy;
  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 141 assert(ret == thrd_busy);
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c     [all...]

Completed in 82 milliseconds