Searched refs:sigev_notify_attributes (Results 1 – 10 of 10) sorted by relevance
82 se.sigev_notify_attributes = NULL; /* default detached thread */ in main()
128 ev.sigev_notify_attributes = NULL; in do_test()
339 #define sigev_notify_attributes _sigev_un._sigev_thread._attribute macro
610 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()
347 pub sigev_notify_attributes: *mut ::pthread_attr_t,464 && self.sigev_notify_attributes465 == other.sigev_notify_attributes476 &self.sigev_notify_attributes)485 self.sigev_notify_attributes.hash(state);
528 pub sigev_notify_attributes: *mut ::c_void933 && self.sigev_notify_attributes934 == other.sigev_notify_attributes945 &self.sigev_notify_attributes)954 self.sigev_notify_attributes.hash(state);
500 pub sigev_notify_attributes: *const ::pthread_attr_t,801 && self.sigev_notify_attributes802 == other.sigev_notify_attributes814 &self.sigev_notify_attributes)824 self.sigev_notify_attributes.hash(state);
677 pub sigev_notify_attributes: *mut ::pthread_attr_t1290 && self.sigev_notify_attributes1291 == other.sigev_notify_attributes1304 &self.sigev_notify_attributes)1314 self.sigev_notify_attributes.hash(state);
974 pub sigev_notify_attributes: *mut pthread_attr_t,1278 && self.sigev_notify_attributes1279 == other.sigev_notify_attributes1291 &self.sigev_notify_attributes)1301 self.sigev_notify_attributes.hash(state);
90 uptr sigev_notify_attributes; member