Home
last modified time | relevance | path

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

/external/crosvm/net_sys/src/
Diff.rs624 pub struct __pthread_rwlock_arch_t { struct
625 pub __readers: ::std::os::raw::c_uint,
626 pub __writers: ::std::os::raw::c_uint,
627 pub __wrphase_futex: ::std::os::raw::c_uint,
628 pub __writers_futex: ::std::os::raw::c_uint,
629 pub __pad3: ::std::os::raw::c_uint,
630 pub __pad4: ::std::os::raw::c_uint,
631 pub __cur_writer: ::std::os::raw::c_int,
632 pub __shared: ::std::os::raw::c_int,
633 pub __rwelision: ::std::os::raw::c_schar,
[all …]