| /rust-libc-0.2.174/src/unix/linux_like/android/b64/ |
| H A D | mod.rs | 122 value: c_int, 127 value: c_int, 149 self.value == other.value 162 self.value.hash(state); 169 self.value == other.value 182 self.value.hash(state); 231 value: 0, 235 value: 0,
|
| /rust-libc-0.2.174/src/unix/linux_like/android/b32/ |
| H A D | mod.rs | 112 value: c_int, 116 value: c_int, 202 pub const PTHREAD_MUTEX_INITIALIZER: pthread_mutex_t = pthread_mutex_t { value: 0 }; 203 pub const PTHREAD_COND_INITIALIZER: pthread_cond_t = pthread_cond_t { value: 0 };
|
| /rust-libc-0.2.174/src/ |
| H A D | macros.rs | 227 $($variant:ident $(= $value:literal)?,)+ 231 c_enum!(@one; $ty_name; 0; $($variant $(= $value)?,)+); 238 $variant:ident $(= $value:literal)?, 244 $(let r = $value;)?
|
| /rust-libc-0.2.174/ |
| H A D | .release-plz.toml | 22 {% if github.contributors | filter(attribute="is_first_time", value=true) | length != 0 %} 25 {% for contributor in github.contributors | filter(attribute="is_first_time", value=true) %}
|
| /rust-libc-0.2.174/libc-test/test/style/ |
| H A D | mod.rs | 446 let mut value = content.parse()?; in parse() localVariable 447 if let syn::Item::Macro(item_macro) = &mut value { in parse() 450 then_branch.push(value); in parse()
|
| /rust-libc-0.2.174/src/teeos/ |
| H A D | mod.rs | 1006 pub fn pthread_join(native: pthread_t, value: *mut *mut c_void) -> c_int; in pthread_join() 1011 pub fn pthread_exit(value: *mut c_void) -> !; in pthread_exit() 1046 pub fn pthread_setspecific(key: pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific() 1091 value: *mut c_void, in pthread_create() 1191 pub fn sem_init(sem: *mut sem_t, pshared: c_int, value: c_uint) -> c_int; in sem_init()
|
| /rust-libc-0.2.174/src/unix/newlib/espidf/ |
| H A D | mod.rs | 105 value: *mut c_void, in pthread_create()
|
| /rust-libc-0.2.174/src/unix/newlib/rtems/ |
| H A D | mod.rs | 133 value: *mut c_void, in pthread_create()
|
| /rust-libc-0.2.174/src/unix/cygwin/ |
| H A D | mod.rs | 2080 pub fn sem_init(sem: *mut sem_t, pshared: c_int, value: c_uint) -> c_int; in sem_init() 2132 pub fn ffs(value: c_int) -> c_int; in ffs() 2133 pub fn ffsl(value: c_long) -> c_int; in ffsl() 2134 pub fn ffsll(value: c_longlong) -> c_int; in ffsll() 2135 pub fn fls(value: c_int) -> c_int; in fls() 2136 pub fn flsl(value: c_long) -> c_int; in flsl() 2137 pub fn flsll(value: c_longlong) -> c_int; in flsll() 2270 value: *mut c_void, in pthread_create() 2334 pub fn pthread_sigqueue(thread: pthread_t, sig: c_int, value: sigval) -> c_int; in pthread_sigqueue()
|
| /rust-libc-0.2.174/src/unix/newlib/horizon/ |
| H A D | mod.rs | 226 value: *mut c_void, in pthread_create()
|
| /rust-libc-0.2.174/src/unix/newlib/vita/ |
| H A D | mod.rs | 185 value: *mut c_void, in pthread_create()
|
| /rust-libc-0.2.174/.github/workflows/ |
| H A D | ci.yaml | 143 jq -r 'to_entries | map("\(.key)=\(.value|tostring)") | .[]' >>$GITHUB_ENV 248 jq -r 'to_entries | map("\(.key)=\(.value|tostring)") | .[]' >>$GITHUB_ENV
|
| /rust-libc-0.2.174/src/unix/bsd/netbsdlike/netbsd/ |
| H A D | mod.rs | 108 value: crate::sigval, in si_value() field 110 (*(self as *const siginfo_t as *const siginfo_timer)).value in si_value() 2872 value: *mut c_void, in getxattr() 2878 value: *mut c_void, in lgetxattr() 2884 value: *mut c_void, in fgetxattr() 2890 value: *const c_void, in setxattr() 2896 value: *const c_void, in lsetxattr() 2902 value: *const c_void, in fsetxattr()
|
| /rust-libc-0.2.174/src/unix/linux_like/android/ |
| H A D | mod.rs | 373 pub value: crate::__s32, 384 pub value: crate::__s32, 3563 value: *mut c_void, in getxattr() 3569 value: *mut c_void, in lgetxattr() 3575 value: *mut c_void, in fgetxattr() 3581 value: *const c_void, in setxattr() 3588 value: *const c_void, in lsetxattr() 3595 value: *const c_void, in fsetxattr() 3653 pub fn eventfd_read(fd: c_int, value: *mut eventfd_t) -> c_int; in eventfd_read() 3654 pub fn eventfd_write(fd: c_int, value: eventfd_t) -> c_int; in eventfd_write() [all …]
|
| /rust-libc-0.2.174/src/unix/bsd/freebsdlike/freebsd/ |
| H A D | mod.rs | 295 pub value: i32, 299 pub value: i32, 5113 pub fn ffs(value: c_int) -> c_int; in ffs() 5114 pub fn ffsl(value: c_long) -> c_int; in ffsl() 5115 pub fn ffsll(value: c_longlong) -> c_int; in ffsll() 5116 pub fn fls(value: c_int) -> c_int; in fls() 5117 pub fn flsl(value: c_long) -> c_int; in flsl() 5118 pub fn flsll(value: c_longlong) -> c_int; in flsll() 5173 pub fn eventfd_read(fd: c_int, value: *mut eventfd_t) -> c_int; in eventfd_read() 5174 pub fn eventfd_write(fd: c_int, value: eventfd_t) -> c_int; in eventfd_write() [all …]
|
| /rust-libc-0.2.174/src/unix/solarish/ |
| H A D | mod.rs | 857 value: crate::sigval, field 910 kill.val.value in si_value() 2520 pub fn sem_init(sem: *mut sem_t, pshared: c_int, value: c_uint) -> c_int; in sem_init() 2590 value: *mut c_void, in pthread_create() 2984 pub fn timer_gettime(timerid: timer_t, value: *mut itimerspec) -> c_int; in timer_gettime() 2988 value: *const itimerspec, in timer_settime() 3048 pub fn setpflags(flags: c_uint, value: c_uint) -> c_int; in setpflags()
|
| /rust-libc-0.2.174/src/unix/hurd/ |
| H A D | mod.rs | 3911 value: *mut c_void, in pthread_create() 4019 pub fn sem_init(sem: *mut sem_t, pshared: c_int, value: c_uint) -> c_int; in sem_init() 4382 pub fn mallopt(param: c_int, value: c_int) -> c_int; in mallopt() 4450 value: *mut c_void, in getxattr() 4456 value: *mut c_void, in lgetxattr() 4462 value: *mut c_void, in fgetxattr() 4468 value: *const c_void, in setxattr() 4475 value: *const c_void, in lsetxattr() 4482 value: *const c_void, in fsetxattr()
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/ |
| H A D | mod.rs | 364 pub value: __s32, 375 pub value: __s32, 1016 pub value: __s32, 6351 value: *mut c_void, in getxattr() 6357 value: *mut c_void, in lgetxattr() 6363 value: *mut c_void, in fgetxattr() 6369 value: *const c_void, in setxattr() 6376 value: *const c_void, in lsetxattr() 6383 value: *const c_void, in fsetxattr() 6545 pub fn eventfd_write(fd: c_int, value: eventfd_t) -> c_int; in eventfd_write() [all …]
|
| /rust-libc-0.2.174/src/vxworks/ |
| H A D | mod.rs | 1263 pub fn pthread_exit(value: *mut c_void) -> !; in pthread_exit() 1385 value: *mut c_void, in pthread_create() 1547 pub fn pthread_setspecific(key: crate::pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific() 1655 value: *const c_void, in setsockopt()
|
| /rust-libc-0.2.174/src/unix/ |
| H A D | mod.rs | 817 value: *const c_void, in setsockopt() 1248 pub fn pthread_join(native: crate::pthread_t, value: *mut *mut c_void) -> c_int; in pthread_join() 1249 pub fn pthread_exit(value: *mut c_void) -> !; in pthread_exit() 1268 pub fn pthread_setspecific(key: pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific()
|
| /rust-libc-0.2.174/src/fuchsia/ |
| H A D | mod.rs | 601 pub value: crate::__s32, 612 pub value: crate::__s32, 3563 value: *const c_void, in setsockopt() 3750 pub fn pthread_join(native: crate::pthread_t, value: *mut *mut c_void) -> c_int; in pthread_join() 3751 pub fn pthread_exit(value: *mut c_void) -> !; in pthread_exit() 3769 pub fn pthread_setspecific(key: pthread_key_t, value: *const c_void) -> c_int; in pthread_setspecific() 3870 pub fn sem_init(sem: *mut sem_t, pshared: c_int, value: c_uint) -> c_int; in sem_init() 4295 value: *mut c_void, in pthread_create()
|
| /rust-libc-0.2.174/src/unix/bsd/apple/ |
| H A D | mod.rs | 5281 pub fn sem_init(sem: *mut sem_t, pshared: c_int, value: c_uint) -> c_int; in sem_init() 5432 value: *mut c_void, in pthread_create_from_mach_thread() 5499 value: *const c_void, in pthread_introspection_setspecific_np() 5523 value: u64, in os_sync_wait_on_address() 5529 value: u64, in os_sync_wait_on_address_with_deadline() 5537 value: u64, in os_sync_wait_on_address_with_timeout() 5682 value: *mut c_void, in getxattr() 5690 value: *mut c_void, in fgetxattr() 5698 value: *const c_void, in setxattr() 5706 value: *const c_void, in fsetxattr()
|
| /rust-libc-0.2.174/src/unix/aix/ |
| H A D | mod.rs | 2894 pub fn ffs(value: c_int) -> c_int; in ffs() 2895 pub fn ffsl(value: c_long) -> c_int; in ffsl() 2896 pub fn ffsll(value: c_longlong) -> c_int; in ffsll() 3027 pub fn mallopt(param: c_int, value: c_int) -> c_int; in mallopt() 3242 pub fn sem_init(sem: *mut sem_t, pshared: c_int, value: c_uint) -> c_int; in sem_init() 3325 pub fn timer_gettime(timerid: timer_t, value: *mut itimerspec) -> c_int; in timer_gettime()
|
| /rust-libc-0.2.174/src/unix/linux_like/linux/gnu/ |
| H A D | mod.rs | 1124 pub fn mallopt(param: c_int, value: c_int) -> c_int; in mallopt() 1223 pub fn pthread_sigqueue(thread: crate::pthread_t, sig: c_int, value: crate::sigval) -> c_int; in pthread_sigqueue()
|
| /rust-libc-0.2.174/src/unix/nto/ |
| H A D | neutrino.rs | 17 pub value: c_uint, // volatile 144 pub handler: Option<unsafe extern "C" fn(value: c_int)>,
|