Home
last modified time | relevance | path

Searched refs:sigev_notify_attributes (Results 1 – 9 of 9) 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.h336 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute macro
/external/rust/crates/libc/src/unix/haiku/
Dmod.rs332 pub sigev_notify_attributes: *mut ::pthread_attr_t,
449 && self.sigev_notify_attributes
450 == other.sigev_notify_attributes
461 &self.sigev_notify_attributes)
470 self.sigev_notify_attributes.hash(state);
/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/bsd/netbsdlike/netbsd/
Dmod.rs427 pub sigev_notify_attributes: *mut ::c_void
832 && self.sigev_notify_attributes
833 == other.sigev_notify_attributes
844 &self.sigev_notify_attributes)
853 self.sigev_notify_attributes.hash(state);
/external/rust/crates/libc/src/unix/solarish/
Dmod.rs478 pub sigev_notify_attributes: *const ::pthread_attr_t,
798 && self.sigev_notify_attributes
799 == other.sigev_notify_attributes
811 &self.sigev_notify_attributes)
821 self.sigev_notify_attributes.hash(state);
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs617 pub sigev_notify_attributes: *mut ::pthread_attr_t
1194 && self.sigev_notify_attributes
1195 == other.sigev_notify_attributes
1208 &self.sigev_notify_attributes)
1218 self.sigev_notify_attributes.hash(state);
/external/rust/crates/libc/src/fuchsia/
Dmod.rs968 pub sigev_notify_attributes: *mut pthread_attr_t,
1272 && self.sigev_notify_attributes
1273 == other.sigev_notify_attributes
1285 &self.sigev_notify_attributes)
1295 self.sigev_notify_attributes.hash(state);