Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/net/
Dtcp_mmap.c169 void *child_thread(void *arg) in child_thread() function
392 res = pthread_create(&th, &attr, child_thread, in do_accept()
/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Duprobe_multi_test.c123 static void *child_thread(void *ctx) in child_thread() function
165 err = pthread_create(&child->thread, NULL, child_thread, child); in spawn_thread()