Searched refs:sev (Results 1 – 2 of 2) sorted by relevance
55 struct sigevent sev = { 0 }; in do_test() local56 sev.sigev_notify = SIGEV_THREAD; in do_test()57 sev.sigev_notify_function = &thread_handler; in do_test()60 TEST_COMPARE (timer_create (CLOCK_REALTIME, &sev, &timerid), 0); in do_test()
110 struct sigevent sev = in ___timer_create() local118 res = INTERNAL_SYSCALL_CALL (timer_create, syscall_clockid, &sev, in ___timer_create()
Completed in 3 milliseconds