Home
last modified time | relevance | path

Searched refs:child_thread (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c169 void *child_thread(void *arg) in child_thread() function
394 res = pthread_create(&th, &attr, child_thread, in do_accept()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_multi_test.c137 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