Searched refs:thread_fn (Results 1 – 4 of 4) sorted by relevance
| /tools/perf/tests/ |
| A D | mmap-thread-lookup.c | 55 static void *thread_fn(void *arg) in thread_fn() function 88 err = pthread_create(&td->pt, NULL, thread_fn, td); in thread_create()
|
| /tools/testing/selftests/net/tcp_ao/lib/ |
| A D | setup.c | 204 thread_fn func; 229 thread_fn peer1, thread_fn peer2) in __test_init()
|
| A D | aolib.h | 167 typedef void *(*thread_fn)(void *); typedef 171 thread_fn peer1, thread_fn peer2); 174 thread_fn peer1, thread_fn peer2, in test_init2() 257 thread_fn peer1, thread_fn peer2) in test_init()
|
| /tools/testing/selftests/futex/functional/ |
| A D | futex_priv_hash.c | 85 static void create_max_threads(void *(*thread_fn)(void *)) in create_max_threads() 90 ret = pthread_create(&threads[i], NULL, thread_fn, NULL); in create_max_threads()
|
Completed in 8 milliseconds