Searched defs:RawPthread (Results 1 – 6 of 6) sorted by relevance
14 pub type RawPthread = pthread_t; typedef21 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()
574 fn as_pthread_t(&self) -> RawPthread { in as_pthread_t()580 fn into_pthread_t(self) -> RawPthread { in into_pthread_t()