Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/hid/
H A Dhid_bpf.c456 int err, cond_err, prog_fd; in TEST_F() local
475 cond_err = pthread_cond_timedwait(&uhid_output_cond, &uhid_output_mtx, &time_to_wait); in TEST_F()
478 ASSERT_OK(cond_err) TH_LOG("error while calling waiting for the condition"); in TEST_F()