Home
last modified time | relevance | path

Searched refs:spin_lock_thread (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtimer.c9 static void *spin_lock_thread(void *arg) in spin_lock_thread() function
68 &spin_lock_thread, &prog_fd); in timer()
H A Dres_spin_lock.c17 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 Darena_spin_lock.c23 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 Dmap_lock.c5 static void *spin_lock_thread(void *arg) in spin_lock_thread() function
75 &spin_lock_thread, &prog_fd))) in test_map_lock()
H A Dspin_lock.c118 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()