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