Home
last modified time | relevance | path

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

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D18-1.c81 se.sigev_notify_function = &notification; in main()
/external/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c127 ev.sigev_notify_function = tfunc; in do_test()
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h338 #define sigev_notify_function _sigev_un._sigev_thread._function macro
/external/ltp/lib/
Dtlibio.c609 aiocbp.aio_sigevent.sigev_notify_function = NULL; in lio_write_buffer()
701 aiocbp.aio_sigevent.sigev_notify_function = in lio_write_buffer()
1180 aiocbp.aio_sigevent.sigev_notify_function = NULL; in lio_read_buffer()
1269 aiocbp.aio_sigevent.sigev_notify_function = in lio_read_buffer()
/external/deqp/framework/delibs/deutil/
DdeTimer.c187 sevp.sigev_notify_function = timerCallback; in deTimer_create()
/external/igt-gpu-tools/lib/
Digt_dummyload.c377 sev.sigev_notify_function = notify; in igt_spin_set_timeout()
/external/igt-gpu-tools/tests/
Dsyncobj_wait.c99 sev.sigev_notify_function = cb; in set_timer()
/external/igt-gpu-tools/tests/i915/
Dgem_eio.c233 .sigev_notify_function = hang_handler in hang_after()
/external/rust/crates/libc/src/fuchsia/
Dmod.rs973 pub sigev_notify_function: fn(::sigval),
1276 && self.sigev_notify_function
1277 == other.sigev_notify_function
1289 .field("sigev_notify_function", &self.sigev_notify_function)
1300 self.sigev_notify_function.hash(state);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.h89 uptr sigev_notify_function; member
/external/libusb/libusb/os/
Dsunos_usb.c1215 aiocb->aio_sigevent.sigev_notify_function = sunos_async_callback; in sunos_do_async_io()