Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_mod_race.c95 pthread_t load_mod_thrd; in test_bpf_mod_race_config() local
124 if (!ASSERT_OK(pthread_create(&load_mod_thrd, NULL, load_module_thread, NULL), in test_bpf_mod_race_config()
134 pthread_kill(load_mod_thrd, SIGKILL); in test_bpf_mod_race_config()
171 pthread_join(load_mod_thrd, NULL); in test_bpf_mod_race_config()