Searched refs:mythread_create (Results 1 – 3 of 3) sorted by relevance
183 mythread_create(mythread *thread, void *(*func)(void *arg), void *arg) in mythread_create() function414 mythread_create(mythread *thread, in mythread_create() function
519 if (mythread_create(&thr->thread_id, &worker_start, thr)) in initialize_new_thread()
585 if (mythread_create(&thr->thread_id, worker_decoder, thr)) in initialize_new_thread()