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

  /external/mesa3d/src/gallium/auxiliary/os/
os_thread.h 66 ret = thrd_create( &thread, routine, param );
70 ret = thrd_create( &thread, routine, param );
  /external/mesa3d/include/c11/
threads_posix.h 288 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) function
threads_win32.h 478 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) function

Completed in 847 milliseconds