Home
last modified time | relevance | path

Searched refs:__pthread_detachstate (Results 1 – 1 of 1) sorted by relevance

/rust-libc-0.2.174/src/unix/hurd/
H A Dmod.rs147 pub type __pthread_detachstate = c_uint; typedef
685 pub __detachstate: __pthread_detachstate,
3093 pub const PTHREAD_CREATE_JOINABLE: __pthread_detachstate = 0;
3094 pub const PTHREAD_CREATE_DETACHED: __pthread_detachstate = 1;