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

  /external/mesa3d/include/c11/
threads.h 60 mtx_timed = 2, enumerator in enum:__anon27231
threads_posix.h 204 if (type != mtx_plain && type != mtx_timed && type != mtx_try
206 && type != (mtx_timed|mtx_recursive)
threads_win32.h 421 if (type != mtx_plain && type != mtx_timed && type != mtx_try
423 && type != (mtx_timed|mtx_recursive)

Completed in 45 milliseconds