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

  /external/mesa3d/include/c11/
threads.h 61 mtx_recursive = 4 enumerator in enum:__anon27231
threads_posix.h 205 && type != (mtx_plain|mtx_recursive)
206 && type != (mtx_timed|mtx_recursive)
207 && type != (mtx_try|mtx_recursive))
210 if ((type & mtx_recursive) == 0) {
threads_win32.h 422 && type != (mtx_plain|mtx_recursive)
423 && type != (mtx_timed|mtx_recursive)
424 && type != (mtx_try|mtx_recursive))
  /external/mesa3d/src/mesa/main/
hash.c 135 mtx_init(&table->Mutex, mtx_recursive);
shared.c 120 mtx_init(&shared->TexMutex, mtx_recursive);

Completed in 396 milliseconds