Home
last modified time | relevance | path

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

/freebsd-12.1/tests/sys/aio/
H A Dlio_test.c197 sev.sigev_notify_function = thr_handler; in ATF_TC_BODY()
H A Daio_test.c226 sev.sigev_notify_function = thr_handler; in setup_thread()
/freebsd-12.1/sys/sys/
H A Dsignal.h215 #define sigev_notify_function _sigev_un._sigev_thread._function macro
/freebsd-12.1/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c142 evt.sigev_notify_function = timer_callback; in timer_thread_create()
/freebsd-12.1/lib/librt/
H A Dsigev_thread.c200 sn->sn_func = evp->sigev_notify_function; in __sigev_alloc()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h96 uptr sigev_notify_function; member