Home
last modified time | relevance | path

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

/glibc-2.36/rt/
Dtst-bz28213.c50 struct sigevent sev; in check_bz28213() local
52 memset (&sev, '\0', sizeof (sev)); in check_bz28213()
53 sev.sigev_notify = SIGEV_THREAD; in check_bz28213()
54 sev.sigev_notify_function = check_bz28213_cb; in check_bz28213()
59 TEST_VERIFY_EXIT (mq_notify (m, &sev) == 0); in check_bz28213()
65 TEST_VERIFY_EXIT (mq_notify (m, &sev) == 0); in check_bz28213()
Dtst-timer-sigmask.c60 struct sigevent sev = { 0 }; in do_test() local
61 sev.sigev_notify = SIGEV_THREAD; in do_test()
62 sev.sigev_notify_function = &thread_handler; in do_test()
65 TEST_COMPARE (timer_create (CLOCK_REALTIME, &sev, &timerid), 0); in do_test()
/glibc-2.36/sysdeps/pthread/
Dtst-cancel28.c55 struct sigevent sev = { 0 }; in do_test() local
56 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()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtimer_create.c110 struct sigevent sev = in ___timer_create() local
118 res = INTERNAL_SYSCALL_CALL (timer_create, syscall_clockid, &sev, in ___timer_create()