Home
last modified time | relevance | path

Searched defs:mqd_t (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/ndk_musl_include/
Dmqueue.h16 typedef int mqd_t; typedef
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dmqueue.h16 typedef int mqd_t; typedef
/third_party/musl/porting/liteos_m/kernel/include/
Dmqueue.h16 typedef int mqd_t; typedef
/third_party/musl/include/
Dmqueue.h16 typedef int mqd_t; typedef
/third_party/musl/porting/uniproton/kernel/include/
Dmqueue.h16 typedef int mqd_t; typedef
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs104 pub type mqd_t = ::c_int; typedef
1796 pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; in mq_open()
1800 mqd: ::mqd_t, in mq_receive()
1806 mqd: ::mqd_t, in mq_timedreceive()
1813 mqd: ::mqd_t, in mq_send()
1819 mqd: ::mqd_t, in mq_timedsend()
1825 pub fn mq_getattr(mqd: ::mqd_t, attr: *mut ::mq_attr) -> ::c_int; in mq_getattr()
1826 pub fn mq_setattr(mqd: ::mqd_t, newattr: *const ::mq_attr, oldattr: *mut ::mq_attr) -> ::c_int; in mq_setattr()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
Dmod.rs8 pub type mqd_t = ::c_int; typedef
2606 pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; in mq_open()
2608 pub fn mq_getattr(mqd: ::mqd_t, attr: *mut ::mq_attr) -> ::c_int; in mq_getattr()
2609 pub fn mq_notify(mqd: ::mqd_t, notification: *const ::sigevent) -> ::c_int; in mq_notify()
2611 mqd: ::mqd_t, in mq_receive()
2617 mqd: ::mqd_t, in mq_send()
2622 pub fn mq_setattr(mqd: ::mqd_t, newattr: *const ::mq_attr, oldattr: *mut ::mq_attr) -> ::c_int; in mq_setattr()
2625 mqd: ::mqd_t, in mq_timedreceive()
2633 mqd: ::mqd_t, in mq_timedsend()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
Dmod.rs1742 pub fn mq_getattr(mqd: ::mqd_t, attr: *mut ::mq_attr) -> ::c_int; in mq_getattr()
1743 pub fn mq_notify(mqd: ::mqd_t, notification: *const ::sigevent) -> ::c_int; in mq_notify()
1744 pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; in mq_open()
1746 mqd: ::mqd_t, in mq_receive()
1752 mqd: ::mqd_t, in mq_send()
1757 pub fn mq_setattr(mqd: ::mqd_t, newattr: *const ::mq_attr, oldattr: *mut ::mq_attr) -> ::c_int; in mq_setattr()
1759 mqd: ::mqd_t, in mq_timedreceive()
1766 mqd: ::mqd_t, in mq_timedsend()
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs16 pub type mqd_t = ::c_int; typedef
3165 pub fn mq_getattr(__mqdes: ::mqd_t, __mqstat: *mut ::mq_attr) -> ::c_int; in mq_getattr()
3166 pub fn mq_notify(__mqdes: ::mqd_t, __notification: *const ::sigevent) -> ::c_int; in mq_notify()
3167 pub fn mq_open(__name: *const ::c_char, __oflag: ::c_int, ...) -> ::mqd_t; in mq_open()
3169 __mqdes: ::mqd_t, in mq_receive()
3175 __mqdes: ::mqd_t, in mq_send()
3181 __mqdes: ::mqd_t, in mq_setattr()
3186 __mqdes: ::mqd_t, in mq_timedreceive()
3193 __mqdes: ::mqd_t, in mq_timedsend()
/third_party/rust/crates/libc/src/unix/solarish/
Dmod.rs43 pub type mqd_t = *mut ::c_void; typedef
2879 pub fn mq_open(name: *const ::c_char, oflag: ::c_int, ...) -> ::mqd_t; in mq_open()
2883 mqd: ::mqd_t, in mq_receive()
2889 mqd: ::mqd_t, in mq_timedreceive()
2896 mqd: ::mqd_t, in mq_send()
2902 mqd: ::mqd_t, in mq_timedsend()
2908 pub fn mq_getattr(mqd: ::mqd_t, attr: *mut ::mq_attr) -> ::c_int; in mq_getattr()
2909 pub fn mq_setattr(mqd: ::mqd_t, newattr: *const ::mq_attr, oldattr: *mut ::mq_attr) -> ::c_int; in mq_setattr()
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/dragonfly/
Dmod.rs23 pub type mqd_t = ::c_int; typedef
/third_party/rust/crates/libc/src/solid/
Dmod.rs93 pub type mqd_t = c_int; typedef
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs13 pub type mqd_t = ::c_int; typedef
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs26 pub type mqd_t = *mut ::c_void; typedef
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs11 pub type mqd_t = ::c_int; typedef
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs52 pub type mqd_t = ::c_int; typedef
/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h31231 typedef __kernel_mqd_t mqd_t; typedef