Searched refs:u_thread_create (Results 1 – 3 of 3) sorted by relevance
67 int u_thread_create(thrd_t *thrd, int (*routine)(void *), void *param);
51 int u_thread_create(thrd_t *thrd, int (*routine)(void *), void *param) in u_thread_create() function
343 if (thrd_success != u_thread_create(queue->threads + index, util_queue_thread_func, input)) { in util_queue_create_thread()