Searched defs:__pthread_rwlock_arch_t (Results 1 – 1 of 1) sorted by relevance
624 pub struct __pthread_rwlock_arch_t { struct625 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 …]