Searched defs:u_thread_create (Results 1 – 2 of 2) sorted by relevance
51 int u_thread_create(thrd_t *thrd, int (*routine)(void *), void *param) in u_thread_create() function
107 static inline thrd_t u_thread_create(int (*routine)(void *), void *param) in u_thread_create() function