Home
last modified time | relevance | path

Searched refs:u_thread_create (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Du_thread.h67 int u_thread_create(thrd_t *thrd, int (*routine)(void *), void *param);
Du_thread.c51 int u_thread_create(thrd_t *thrd, int (*routine)(void *), void *param) in u_thread_create() function
Du_queue.c343 if (thrd_success != u_thread_create(queue->threads + index, util_queue_thread_func, input)) { in util_queue_create_thread()