Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libc/sys/
H A Dt_timer_create.c142 evt.sigev_notify_function = timer_callback; in timer_thread_create()
/freebsd/sys/sys/
H A Dsignal.h193 #define sigev_notify_function _sigev_un._sigev_thread._function macro
/freebsd/lib/librt/
H A Dsigev_thread.c198 sn->sn_func = evp->sigev_notify_function; in __sigev_alloc()
/freebsd/tests/sys/aio/
H A Dlio_test.c203 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/sys/contrib/openzfs/cmd/zed/agents/
H A Dfmd_api.c611 sev.sigev_notify_function = _timer_notify; in fmd_timer_install()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.h89 uptr sigev_notify_function; member