Searched refs:thrd_create (Results 1 - 8 of 8) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/util/tests/sparse_array/
H A Dmulti_threaded.c60 int ret = thrd_create(&threads[i], test_thread, &arr);
/xsrc/external/mit/MesaLib.old/dist/src/util/
H A Du_thread.h49 ret = thrd_create( &thread, routine, param );
53 ret = thrd_create( &thread, routine, param );
/xsrc/external/mit/MesaLib/dist/src/util/
H A Du_thread.h117 ret = thrd_create( &thread, routine, param );
121 ret = thrd_create( &thread, routine, param );
/xsrc/external/mit/MesaLib.old/dist/include/c11/
H A Dthreads_posix.h281 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) function in typeref:typename:int
H A Dthreads_win32.h482 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/include/c11/
H A Dthreads_posix.h281 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) function in typeref:typename:int
H A Dthreads_win32.h351 thrd_create(thrd_t *thr, thrd_start_t func, void *arg) function in typeref:typename:int
/xsrc/external/mit/MesaLib/dist/src/amd/vulkan/
H A Dradv_device.c4936 ret = thrd_create(&queue->submission_thread, radv_queue_submission_thread_run, queue);

Completed in 19 milliseconds