Searched refs:spin_lock_thread (Results 1 – 5 of 5) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | timer.c | 9 static void *spin_lock_thread(void *arg) in spin_lock_thread() function 68 &spin_lock_thread, &prog_fd); in timer()
|
H A D | res_spin_lock.c | 17 static void *spin_lock_thread(void *arg) in spin_lock_thread() function 74 err = pthread_create(&thread_id[i], NULL, &spin_lock_thread, &prog_fd); in test_res_spin_lock_success()
|
H A D | arena_spin_lock.c | 23 static void *spin_lock_thread(void *arg) in spin_lock_thread() function 77 err = pthread_create(&thread_id[i], NULL, &spin_lock_thread, &prog_fd); in test_arena_spin_lock_size()
|
H A D | map_lock.c | 5 static void *spin_lock_thread(void *arg) in spin_lock_thread() function 75 &spin_lock_thread, &prog_fd))) in test_map_lock()
|
H A D | spin_lock.c | 118 static void *spin_lock_thread(void *arg) in spin_lock_thread() function 147 err = pthread_create(&thread_id[i], NULL, &spin_lock_thread, &prog_fd); in test_spin_lock_success()
|