Searched refs:child_thread (Results 1 – 2 of 2) sorted by relevance
169 void *child_thread(void *arg) in child_thread() function394 res = pthread_create(&th, &attr, child_thread, in do_accept()
137 static void *child_thread(void *ctx) in child_thread() 179 err = pthread_create(&child->thread, NULL, child_thread, child); in spawn_thread() 136 static void *child_thread(void *ctx) child_thread() function