Home
last modified time | relevance | path

Searched refs:sigev_notify_attributes (Results 1 - 24 of 24) sorted by relevance

/third_party/musl/porting/liteos_a/kernel/include/
H A Dsignal.h161 pthread_attr_t *sigev_notify_attributes; member
168 #define sigev_notify_attributes __sev_fields.__sev_thread.sigev_notify_attributes macro
/third_party/musl/porting/linux/user/src/mq/
H A Dmq_notify.c49 if (sev->sigev_notify_attributes) attr = *sev->sigev_notify_attributes; in mq_notify()
/third_party/musl/porting/linux/user/include/
H A Dsignal.h194 pthread_attr_t *sigev_notify_attributes; member
201 #define sigev_notify_attributes __sev_fields.__sev_thread.sigev_notify_attributes macro
/third_party/musl/include/
H A Dsignal.h193 pthread_attr_t *sigev_notify_attributes; member
200 #define sigev_notify_attributes __sev_fields.__sev_thread.sigev_notify_attributes macro
/third_party/musl/porting/linux/user/src/time/
H A Dtimer_create.c97 if (evp->sigev_notify_attributes) in timer_create()
98 attr = *evp->sigev_notify_attributes; in timer_create()
/third_party/musl/src/aio/
H A Dlio_listio.c122 if (sev->sigev_notify_attributes) in lio_listio()
123 a = *sev->sigev_notify_attributes; in lio_listio()
H A Daio.c305 if (cb->aio_sigevent.sigev_notify_attributes) in submit()
306 a = *cb->aio_sigevent.sigev_notify_attributes; in submit()
/third_party/musl/porting/liteos_a/user/src/aio/
H A Dlio_listio.c123 if (sev->sigev_notify_attributes) in lio_listio()
124 a = *sev->sigev_notify_attributes; in lio_listio()
H A Daio.c296 if (cb->aio_sigevent.sigev_notify_attributes) in submit()
297 a = *cb->aio_sigevent.sigev_notify_attributes; in submit()
/third_party/musl/src/mq/
H A Dmq_notify.c76 if (sev->sigev_notify_attributes) attr = *sev->sigev_notify_attributes; in mq_notify()
/third_party/musl/src/time/
H A Dtimer_create.c146 if (evp->sigev_notify_attributes) in timer_create()
147 attr = *evp->sigev_notify_attributes; in timer_create()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
H A D18-1.c82 se.sigev_notify_attributes = NULL; /* default detached thread */ in main()
/third_party/ltp/testcases/kernel/syscalls/mq_notify/
H A Dmq_notify01.c128 ev.sigev_notify_attributes = NULL; in do_test()
/third_party/musl/porting/linux/user/src/aio/
H A Daio.c298 if (cb->aio_sigevent.sigev_notify_attributes) in submit()
299 a = *cb->aio_sigevent.sigev_notify_attributes; in submit()
/third_party/ltp/lib/
H A Dtlibio.c614 aiocbp.aio_sigevent.sigev_notify_attributes = 0; in lio_write_buffer()
707 aiocbp.aio_sigevent.sigev_notify_attributes = in lio_write_buffer()
1190 aiocbp.aio_sigevent.sigev_notify_attributes = 0; in lio_read_buffer()
1283 aiocbp.aio_sigevent.sigev_notify_attributes = in lio_read_buffer()
/third_party/musl/porting/uniproton/kernel/include/
H A Dsignal.h189 pthread_attr_t *sigev_notify_attributes; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsignal.h189 pthread_attr_t *sigev_notify_attributes; member
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsignal.h189 pthread_attr_t *sigev_notify_attributes; member
/third_party/musl/libc-test/src/api/
H A Dsignal.c26 F(pthread_attr_t*,sigev_notify_attributes) in f()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs469 pub sigev_notify_attributes: *mut ::pthread_attr_t,
639 && self.sigev_notify_attributes in eq()
640 == other.sigev_notify_attributes in eq()
650 .field("sigev_notify_attributes", in fmt()
651 &self.sigev_notify_attributes) in fmt()
660 self.sigev_notify_attributes.hash(state); in hash()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs822 pub sigev_notify_attributes: *mut ::c_void
1239 && self.sigev_notify_attributes in eq()
1240 == other.sigev_notify_attributes in eq()
1250 .field("sigev_notify_attributes", in fmt()
1251 &self.sigev_notify_attributes) in fmt()
1260 self.sigev_notify_attributes.hash(state); in hash()
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs559 pub sigev_notify_attributes: *const ::pthread_attr_t,
912 && self.sigev_notify_attributes in eq()
913 == other.sigev_notify_attributes in eq()
924 .field("sigev_notify_attributes", in fmt()
925 &self.sigev_notify_attributes) in fmt()
935 self.sigev_notify_attributes.hash(state); in hash()
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs979 pub sigev_notify_attributes: *mut pthread_attr_t,
1283 && self.sigev_notify_attributes in eq()
1284 == other.sigev_notify_attributes in eq()
1295 .field("sigev_notify_attributes", in fmt()
1296 &self.sigev_notify_attributes) in fmt()
1306 self.sigev_notify_attributes.hash(state); in hash()
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs1151 pub sigev_notify_attributes: *mut ::pthread_attr_t
1897 && self.sigev_notify_attributes in eq()
1898 == other.sigev_notify_attributes in eq()
1910 .field("sigev_notify_attributes", in fmt()
1911 &self.sigev_notify_attributes) in fmt()
1921 self.sigev_notify_attributes.hash(state); in hash()

Completed in 71 milliseconds