Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
A Dtimer_lockup.c52 pthread_t thrds[2]; in test_timer_lockup() local
65 if (!ASSERT_OK(pthread_create(&thrds[0], NULL, timer_lockup_thread, in test_timer_lockup()
69 if (!ASSERT_OK(pthread_create(&thrds[1], NULL, timer_lockup_thread, in test_timer_lockup()
72 pthread_exit(&thrds[0]); in test_timer_lockup()
76 pthread_join(thrds[1], &ret); in test_timer_lockup()
77 pthread_join(thrds[0], &ret); in test_timer_lockup()

Completed in 5 milliseconds