Home
last modified time | relevance | path

Searched refs:sigev_notify_attributes (Results 1 – 10 of 10) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
D18-1.c82 se.sigev_notify_attributes = NULL; /* default detached thread */ in main()
/external/ltp/testcases/kernel/syscalls/mq_notify/
Dmq_notify01.c128 ev.sigev_notify_attributes = NULL; in do_test()
/external/kernel-headers/original/uapi/asm-generic/
Dsiginfo.h339 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute macro
/external/ltp/lib/
Dtlibio.c610 aiocbp.aio_sigevent.sigev_notify_attributes = 0; in lio_write_buffer()
703 aiocbp.aio_sigevent.sigev_notify_attributes = in lio_write_buffer()
1181 aiocbp.aio_sigevent.sigev_notify_attributes = 0; in lio_read_buffer()
1274 aiocbp.aio_sigevent.sigev_notify_attributes = in lio_read_buffer()
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs347 pub sigev_notify_attributes: *mut ::pthread_attr_t,
464 && self.sigev_notify_attributes
465 == other.sigev_notify_attributes
476 &self.sigev_notify_attributes)
485 self.sigev_notify_attributes.hash(state);
/external/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs528 pub sigev_notify_attributes: *mut ::c_void
933 && self.sigev_notify_attributes
934 == other.sigev_notify_attributes
945 &self.sigev_notify_attributes)
954 self.sigev_notify_attributes.hash(state);
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs500 pub sigev_notify_attributes: *const ::pthread_attr_t,
801 && self.sigev_notify_attributes
802 == other.sigev_notify_attributes
814 &self.sigev_notify_attributes)
824 self.sigev_notify_attributes.hash(state);
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs677 pub sigev_notify_attributes: *mut ::pthread_attr_t
1290 && self.sigev_notify_attributes
1291 == other.sigev_notify_attributes
1304 &self.sigev_notify_attributes)
1314 self.sigev_notify_attributes.hash(state);
/external/rust/crates/libc/src/fuchsia/
Dmod.rs974 pub sigev_notify_attributes: *mut pthread_attr_t,
1278 && self.sigev_notify_attributes
1279 == other.sigev_notify_attributes
1291 &self.sigev_notify_attributes)
1301 self.sigev_notify_attributes.hash(state);
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_platform_limits_netbsd.h90 uptr sigev_notify_attributes; member