[src]

Module std::libc::consts::os::posix01

pub static CLOCK_MONOTONIC: c_int = 1  
pub static CLOCK_REALTIME: c_int = 0  
pub static GLOB_ABORTED: c_int = 2  
pub static GLOB_APPEND: c_int = 1 << 5  
pub static GLOB_DOOFFS: c_int = 1 << 3  
pub static GLOB_ERR: c_int = 1 << 0  
pub static GLOB_MARK: c_int = 1 << 1  
pub static GLOB_NOCHECK: c_int = 1 << 4  
pub static GLOB_NOESCAPE: c_int = 1 << 6  
pub static GLOB_NOMATCH: c_int = 3  
pub static GLOB_NOSORT: c_int = 1 << 2  
pub static GLOB_NOSPACE: c_int = 1  
pub static POSIX_MADV_DONTNEED: c_int = 4  
pub static POSIX_MADV_NORMAL: c_int = 0  
pub static POSIX_MADV_RANDOM: c_int = 1  
pub static POSIX_MADV_SEQUENTIAL: c_int = 2  
pub static POSIX_MADV_WILLNEED: c_int = 3  
pub static PTHREAD_CREATE_DETACHED: c_int = 1  
pub static PTHREAD_CREATE_JOINABLE: c_int = 0  
pub static PTHREAD_STACK_MIN: size_t = 16384  
pub static SIGPIPE: c_int = 13  
pub static SIGTRAP: c_int = 5  
pub static SIG_IGN: size_t = 1  
pub static WNOHANG: c_int = 1  
pub static _SC_ATEXIT_MAX: c_int = 87  
pub static _SC_GETGR_R_SIZE_MAX: c_int = 69  
pub static _SC_GETPW_R_SIZE_MAX: c_int = 70  
pub static _SC_IOV_MAX: c_int = 60  
pub static _SC_LOGIN_NAME_MAX: c_int = 71  
pub static _SC_MQ_PRIO_MAX: c_int = 28  
pub static _SC_THREADS: c_int = 67  
pub static _SC_THREAD_ATTR_STACKADDR: c_int = 77  
pub static _SC_THREAD_ATTR_STACKSIZE: c_int = 78  
pub static _SC_THREAD_DESTRUCTOR_ITERATIONS: c_int = 73  
pub static _SC_THREAD_KEYS_MAX: c_int = 74  
pub static _SC_THREAD_PRIORITY_SCHEDULING: c_int = 79  
pub static _SC_THREAD_PRIO_INHERIT: c_int = 80  
pub static _SC_THREAD_PRIO_PROTECT: c_int = 81  
pub static _SC_THREAD_PROCESS_SHARED: c_int = 82  
pub static _SC_THREAD_SAFE_FUNCTIONS: c_int = 68  
pub static _SC_THREAD_STACK_MIN: c_int = 75  
pub static _SC_THREAD_THREADS_MAX: c_int = 76  
pub static _SC_TTY_NAME_MAX: c_int = 72  
pub static _SC_XOPEN_CRYPT: c_int = 92  
pub static _SC_XOPEN_ENH_I18N: c_int = 93  
pub static _SC_XOPEN_LEGACY: c_int = 129  
pub static _SC_XOPEN_REALTIME: c_int = 130  
pub static _SC_XOPEN_REALTIME_THREADS: c_int = 131  
pub static _SC_XOPEN_SHM: c_int = 94  
pub static _SC_XOPEN_UNIX: c_int = 91  
pub static _SC_XOPEN_VERSION: c_int = 89  
pub static _SC_XOPEN_XCU_VERSION: c_int = 90