Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/
H A Dthread.rs14 pub type RawPthread = pthread_t; typedef
21 fn as_pthread_t(&self) -> RawPthread; in as_pthread_t()
29 fn into_pthread_t(self) -> RawPthread; in into_pthread_t()
34 fn as_pthread_t(&self) -> RawPthread { in as_pthread_t()
38 fn into_pthread_t(self) -> RawPthread { in into_pthread_t()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/
H A Dthread.rs14 pub type RawPthread = pthread_t; typedef
21 fn as_pthread_t(&self) -> RawPthread; in as_pthread_t()
29 fn into_pthread_t(self) -> RawPthread; in into_pthread_t()
34 fn as_pthread_t(&self) -> RawPthread { in as_pthread_t()
38 fn into_pthread_t(self) -> RawPthread { in into_pthread_t()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/os/unix/
H A Dthread.rs14 pub type RawPthread = pthread_t; typedef
21 fn as_pthread_t(&self) -> RawPthread; in as_pthread_t()
29 fn into_pthread_t(self) -> RawPthread; in into_pthread_t()
34 fn as_pthread_t(&self) -> RawPthread { in as_pthread_t()
38 fn into_pthread_t(self) -> RawPthread { in into_pthread_t()
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/os/unix/
H A Dthread.rs14 pub type RawPthread = pthread_t; typedef
21 fn as_pthread_t(&self) -> RawPthread; in as_pthread_t()
29 fn into_pthread_t(self) -> RawPthread; in into_pthread_t()
34 fn as_pthread_t(&self) -> RawPthread { in as_pthread_t()
38 fn into_pthread_t(self) -> RawPthread { in into_pthread_t()
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/os/unix/
H A Dthread.rs14 pub type RawPthread = pthread_t; typedef
21 fn as_pthread_t(&self) -> RawPthread; in as_pthread_t()
29 fn into_pthread_t(self) -> RawPthread; in into_pthread_t()
34 fn as_pthread_t(&self) -> RawPthread { in as_pthread_t()
38 fn into_pthread_t(self) -> RawPthread { in into_pthread_t()
/aosp_15_r20/external/rust/android-crates-io/crates/crossbeam-utils/src/
Dthread.rs574 fn as_pthread_t(&self) -> RawPthread { in as_pthread_t()
580 fn into_pthread_t(self) -> RawPthread { in into_pthread_t()