pollution: htonl uint32_t htonl(uint32_t) __attribute__((__const__)); pollution: htons uint16_t htons(uint16_t) __attribute__((__const__)); pollution: ntohl uint32_t ntohl(uint32_t) __attribute__((__const__)); pollution: ntohs uint16_t ntohs(uint16_t) __attribute__((__const__)); pollution: ptqh_first struct __pthread_st *ptqh_first; pollution: ptqh_last struct __pthread_st **ptqh_last; pollution: pta_magic unsigned int pta_magic; pollution: pta_flags int pta_flags; pollution: pta_private void *pta_private; pollution: ptm_magic unsigned int ptm_magic; pollution: ptm_errorcheck __pthread_spin_t ptm_errorcheck; pollution: ptm_pad1 uint8_t ptm_pad1[3]; pollution: ptm_ceiling unsigned char ptm_ceiling; pollution: ptm_unused __pthread_spin_t ptm_unused; pollution: ptm_pad2 uint8_t ptm_pad2[3]; pollution: ptm_owner volatile pthread_t ptm_owner; pollution: ptm_waiters void * volatile ptm_waiters; pollution: ptm_recursed unsigned int ptm_recursed; pollution: ptm_spare2 void *ptm_spare2; pollution: ptma_magic unsigned int ptma_magic; pollution: ptma_private void *ptma_private; pollution: ptc_magic unsigned int ptc_magic; pollution: ptc_lock __pthread_spin_t ptc_lock; pollution: ptc_waiters void *volatile ptc_waiters; pollution: ptc_spare void *ptc_spare; pollution: ptc_mutex pthread_mutex_t *ptc_mutex; pollution: ptc_private void *ptc_private; pollution: ptca_magic unsigned int ptca_magic; pollution: ptca_private void *ptca_private; pollution: pto_mutex pthread_mutex_t pto_mutex; pollution: pto_done int pto_done; pollution: pts_magic unsigned int pts_magic; pollution: pts_spin __pthread_spin_t pts_spin; pollution: pts_flags int pts_flags; pollution: ptr_magic unsigned int ptr_magic; pollution: ptr_interlock __pthread_spin_t ptr_interlock; pollution: ptr_rblocked pthread_queue_t ptr_rblocked; pollution: ptr_wblocked pthread_queue_t ptr_wblocked; pollution: ptr_nreaders unsigned int ptr_nreaders; pollution: ptr_owner volatile pthread_t ptr_owner; pollution: ptr_private void *ptr_private; pollution: ptra_magic unsigned int ptra_magic; pollution: ptra_private void *ptra_private; pollution: ptb_magic unsigned int ptb_magic; pollution: ptb_lock pthread_spin_t ptb_lock; pollution: ptb_waiters pthread_queue_t ptb_waiters; pollution: ptb_initcount unsigned int ptb_initcount; pollution: ptb_curcount unsigned int ptb_curcount; pollution: ptb_generation unsigned int ptb_generation; pollution: ptb_private void *ptb_private; pollution: ptba_magic unsigned int ptba_magic; pollution: ptba_private void *ptba_private; pollution: timeval struct timeval { time_t tv_sec; suseconds_t tv_usec; }; pollution: timeval struct timeval it_interval; pollution: timeval struct timeval it_value; pollution: itimerval struct itimerval { struct timeval it_interval; struct timeval it_value; }; pollution: fds_bits __fd_mask fds_bits[(((256) + ((32) - 1)) / (32))]; pollution: fd_set pollution: fd_set typedef struct fd_set { __fd_mask fds_bits[(((256) + ((32) - 1)) / (32))]; } fd_set; pollution: pselect int pselect(int, fd_set * restrict, fd_set * restrict, fd_set * restrict, const struct timespec * restrict, const sigset_t * restrict) __asm("__pselect50"); pollution: timeval pollution: select int select(int, fd_set * restrict, fd_set * restrict, fd_set * restrict, struct timeval * restrict) __asm("__select50"); pollution: itimerval pollution: getitimer int getitimer(int, struct itimerval *) __asm("__getitimer50"); pollution: timeval pollution: gettimeofday int gettimeofday(struct timeval * restrict, void *restrict) __asm("__gettimeofday50"); pollution: itimerval pollution: itimerval pollution: setitimer int setitimer(int, const struct itimerval * restrict, struct itimerval * restrict) __asm("__setitimer50"); pollution: timeval pollution: utimes int utimes(const char *, const struct timeval [2]) __asm("__utimes50"); pollution: asctime_r char *asctime_r(const struct tm * restrict, char * restrict); pollution: ctime_r char *ctime_r(const time_t *, char *) __asm("__ctime_r50"); pollution: ts pollution: base int timespec_get(struct timespec *ts, int base); pollution: sched_priority int sched_priority; pollution: sched_param struct sched_param { int sched_priority; }; pollution: sched_param pollution: sched_setparam int sched_setparam(__pid_t, const struct sched_param *); pollution: sched_param pollution: sched_getparam int sched_getparam(__pid_t, struct sched_param *); pollution: sched_param pollution: sched_setscheduler int sched_setscheduler(__pid_t, int, const struct sched_param *); pollution: sched_getscheduler int sched_getscheduler(__pid_t); pollution: sched_get_priority_max int sched_get_priority_max(int); pollution: sched_get_priority_min int sched_get_priority_min(int); pollution: sched_rr_get_interval int sched_rr_get_interval(__pid_t, struct timespec *) __asm("__sched_rr_get_interval50"); pollution: sched_yield int sched_yield(void); pollution: pthread_atfork int pthread_atfork(void (*)(void), void (*)(void), void (*)(void)); pollution: pthread_create int pthread_create(pthread_t * restrict, const pthread_attr_t * restrict, void *(*)(void *), void * restrict); pollution: pthread_exit void pthread_exit(void *) __attribute__((__noreturn__)); pollution: pthread_join int pthread_join(pthread_t, void **); pollution: pthread_equal int pthread_equal(pthread_t, pthread_t); pollution: pthread_self pthread_t pthread_self(void); pollution: pthread_detach int pthread_detach(pthread_t); pollution: pthread_getrrtimer_np int pthread_getrrtimer_np(void); pollution: pthread_setrrtimer_np int pthread_setrrtimer_np(int); pollution: pthread_attr_init int pthread_attr_init(pthread_attr_t *); pollution: pthread_attr_destroy int pthread_attr_destroy(pthread_attr_t *); pollution: pthread_attr_get_np int pthread_attr_get_np(pthread_t, pthread_attr_t *); pollution: pthread_attr_getguardsize int pthread_attr_getguardsize(const pthread_attr_t * restrict, size_t * restrict); pollution: pthread_attr_setguardsize int pthread_attr_setguardsize(pthread_attr_t *, size_t); pollution: pthread_attr_getinheritsched int pthread_attr_getinheritsched(const pthread_attr_t * restrict, int * restrict); pollution: pthread_attr_setinheritsched int pthread_attr_setinheritsched(pthread_attr_t *, int); pollution: sched_param pollution: pthread_attr_getschedparam int pthread_attr_getschedparam(const pthread_attr_t * restrict, struct sched_param * restrict); pollution: sched_param pollution: pthread_attr_setschedparam int pthread_attr_setschedparam(pthread_attr_t * restrict, const struct sched_param * restrict); pollution: pthread_attr_getschedpolicy int pthread_attr_getschedpolicy(const pthread_attr_t * restrict, int * restrict); pollution: pthread_attr_setschedpolicy int pthread_attr_setschedpolicy(pthread_attr_t *, int); pollution: pthread_attr_getscope int pthread_attr_getscope(const pthread_attr_t * restrict, int * restrict); pollution: pthread_attr_setscope int pthread_attr_setscope(pthread_attr_t *, int); pollution: pthread_attr_getstack int pthread_attr_getstack(const pthread_attr_t * restrict, void ** restrict, size_t * restrict); pollution: pthread_attr_setstack int pthread_attr_setstack(pthread_attr_t *, void *, size_t); pollution: pthread_attr_getstacksize int pthread_attr_getstacksize(const pthread_attr_t * restrict, size_t * restrict); pollution: pthread_attr_setstacksize int pthread_attr_setstacksize(pthread_attr_t *, size_t); pollution: pthread_attr_getstackaddr int pthread_attr_getstackaddr(const pthread_attr_t * restrict, void ** restrict); pollution: pthread_attr_setstackaddr int pthread_attr_setstackaddr(pthread_attr_t *, void *); pollution: pthread_attr_getdetachstate int pthread_attr_getdetachstate(const pthread_attr_t *, int *); pollution: pthread_attr_setdetachstate int pthread_attr_setdetachstate(pthread_attr_t *, int); pollution: pthread_attr_getname_np int pthread_attr_getname_np(const pthread_attr_t *, char *, size_t, void **); pollution: pthread_attr_setname_np int pthread_attr_setname_np(pthread_attr_t *, const char *, void *); pollution: pthread_mutex_init int pthread_mutex_init(pthread_mutex_t * restrict, const pthread_mutexattr_t * restrict); pollution: pthread_mutex_destroy int pthread_mutex_destroy(pthread_mutex_t *); pollution: pthread_mutex_lock int pthread_mutex_lock(pthread_mutex_t *); pollution: pthread_mutex_trylock int pthread_mutex_trylock(pthread_mutex_t *); pollution: pthread_mutex_unlock int pthread_mutex_unlock(pthread_mutex_t *); pollution: pthread_mutex_timedlock int pthread_mutex_timedlock(pthread_mutex_t * restrict, const struct timespec * restrict); pollution: pthread_mutex_getprioceiling int pthread_mutex_getprioceiling(const pthread_mutex_t * restrict, int * restrict); pollution: pthread_mutex_setprioceiling int pthread_mutex_setprioceiling(pthread_mutex_t * restrict, int, int * restrict); pollution: pthread_mutexattr_init int pthread_mutexattr_init(pthread_mutexattr_t *); pollution: pthread_mutexattr_destroy int pthread_mutexattr_destroy(pthread_mutexattr_t *); pollution: pthread_mutexattr_gettype int pthread_mutexattr_gettype(const pthread_mutexattr_t * restrict, int * restrict); pollution: attr pollution: pthread_mutexattr_settype int pthread_mutexattr_settype(pthread_mutexattr_t *attr, int); pollution: pthread_mutexattr_getprotocol int pthread_mutexattr_getprotocol(const pthread_mutexattr_t * restrict, int * restrict); pollution: pthread_mutexattr_setprotocol int pthread_mutexattr_setprotocol(pthread_mutexattr_t*, int); pollution: pthread_mutexattr_getprioceiling int pthread_mutexattr_getprioceiling(const pthread_mutexattr_t * restrict, int * restrict); pollution: pthread_mutexattr_setprioceiling int pthread_mutexattr_setprioceiling(pthread_mutexattr_t *, int); pollution: pthread_cond_init int pthread_cond_init(pthread_cond_t * restrict, const pthread_condattr_t * restrict); pollution: pthread_cond_destroy int pthread_cond_destroy(pthread_cond_t *); pollution: pthread_cond_wait int pthread_cond_wait(pthread_cond_t * restrict, pthread_mutex_t * restrict); pollution: pthread_cond_timedwait int pthread_cond_timedwait(pthread_cond_t * restrict, pthread_mutex_t * restrict, const struct timespec * restrict); pollution: pthread_cond_signal int pthread_cond_signal(pthread_cond_t *); pollution: pthread_cond_broadcast int pthread_cond_broadcast(pthread_cond_t *); pollution: pthread_condattr_init int pthread_condattr_init(pthread_condattr_t *); pollution: pthread_condattr_setclock int pthread_condattr_setclock(pthread_condattr_t *, clockid_t); pollution: pthread_condattr_getclock int pthread_condattr_getclock(const pthread_condattr_t * restrict, clockid_t * restrict); pollution: pthread_condattr_destroy int pthread_condattr_destroy(pthread_condattr_t *); pollution: pthread_once int pthread_once(pthread_once_t *, void (*)(void)); pollution: pthread_key_create int pthread_key_create(pthread_key_t *, void (*)(void *)); pollution: pthread_key_delete int pthread_key_delete(pthread_key_t); pollution: pthread_setspecific int pthread_setspecific(pthread_key_t, const void *); pollution: pthread_getspecific void* pthread_getspecific(pthread_key_t); pollution: pthread_cancel int pthread_cancel(pthread_t); pollution: pthread_setcancelstate int pthread_setcancelstate(int, int *); pollution: pthread_setcanceltype int pthread_setcanceltype(int, int *); pollution: pthread_testcancel void pthread_testcancel(void); pollution: pthread_getname_np int pthread_getname_np(pthread_t, char *, size_t); pollution: pthread_setname_np int pthread_setname_np(pthread_t, const char *, void *); pollution: pthread_attr_setcreatesuspend_np int pthread_attr_setcreatesuspend_np(pthread_attr_t *); pollution: pthread_suspend_np int pthread_suspend_np(pthread_t); pollution: pthread_resume_np int pthread_resume_np(pthread_t); pollution: pthread_curcpu_np unsigned int pthread_curcpu_np(void); pollution: pthread_getcpuclockid int pthread_getcpuclockid(pthread_t, clockid_t *); pollution: pad void *pad[4]; pollution: pthread_cleanup_store struct pthread_cleanup_store { void *pad[4]; }; pollution: pthread__cleanup_push void pthread__cleanup_push(void (*)(void *), void *, void *); pollution: pthread__cleanup_pop void pthread__cleanup_pop(int, void *); pollution: pthread_spin_init int pthread_spin_init(pthread_spinlock_t *, int); pollution: pthread_spin_destroy int pthread_spin_destroy(pthread_spinlock_t *); pollution: pthread_spin_lock int pthread_spin_lock(pthread_spinlock_t *); pollution: pthread_spin_trylock int pthread_spin_trylock(pthread_spinlock_t *); pollution: pthread_spin_unlock int pthread_spin_unlock(pthread_spinlock_t *); pollution: pthread_rwlock_init int pthread_rwlock_init(pthread_rwlock_t * restrict, const pthread_rwlockattr_t * restrict); pollution: pthread_rwlock_destroy int pthread_rwlock_destroy(pthread_rwlock_t *); pollution: pthread_rwlock_rdlock int pthread_rwlock_rdlock(pthread_rwlock_t *); pollution: pthread_rwlock_tryrdlock int pthread_rwlock_tryrdlock(pthread_rwlock_t *); pollution: pthread_rwlock_wrlock int pthread_rwlock_wrlock(pthread_rwlock_t *); pollution: pthread_rwlock_trywrlock int pthread_rwlock_trywrlock(pthread_rwlock_t *); pollution: pthread_rwlock_timedrdlock int pthread_rwlock_timedrdlock(pthread_rwlock_t * restrict, const struct timespec * restrict); pollution: pthread_rwlock_timedwrlock int pthread_rwlock_timedwrlock(pthread_rwlock_t * restrict, const struct timespec * restrict); pollution: pthread_rwlock_unlock int pthread_rwlock_unlock(pthread_rwlock_t *); pollution: pthread_rwlockattr_init int pthread_rwlockattr_init(pthread_rwlockattr_t *); pollution: pthread_rwlockattr_destroy int pthread_rwlockattr_destroy(pthread_rwlockattr_t *); pollution: pthread_barrier_init int pthread_barrier_init(pthread_barrier_t * restrict, const pthread_barrierattr_t * restrict, unsigned int); pollution: pthread_barrier_wait int pthread_barrier_wait(pthread_barrier_t *); pollution: pthread_barrier_destroy int pthread_barrier_destroy(pthread_barrier_t *); pollution: pthread_barrierattr_init int pthread_barrierattr_init(pthread_barrierattr_t *); pollution: pthread_barrierattr_destroy int pthread_barrierattr_destroy(pthread_barrierattr_t *); pollution: sched_param pollution: pthread_getschedparam int pthread_getschedparam(pthread_t, int * restrict, struct sched_param * restrict); pollution: sched_param pollution: pthread_setschedparam int pthread_setschedparam(pthread_t, int, const struct sched_param *); pollution: pthread_setschedprio int pthread_setschedprio(pthread_t, int); pollution: pthread__errno int *pthread__errno(void); pollution: RE_DUP_MAX #define RE_DUP_MAX 255 pollution: sched_yield #define sched_yield __libc_thr_yield pollution: pthread_mutex_lock #define pthread_mutex_lock __libc_mutex_lock pollution: INT_LEAST16_MIN #define INT_LEAST16_MIN (-__INT_LEAST16_MAX__-1) pollution: CHAR_BIT #define CHAR_BIT 8 pollution: PTHREAD_SCOPE_PROCESS #define PTHREAD_SCOPE_PROCESS 0 pollution: NL_NMAX #define NL_NMAX 1 pollution: PTHREAD_CANCELED #define PTHREAD_CANCELED ((void *) 1) pollution: SHRT_MAX #define SHRT_MAX 0x7fff pollution: pthread_cond_destroy #define pthread_cond_destroy __libc_cond_destroy pollution: INT16_C #define INT16_C(c) c pollution: PIPE_BUF #define PIPE_BUF 512 pollution: INT8_MAX #define INT8_MAX __INT8_MAX__ pollution: UINT_LEAST64_MAX #define UINT_LEAST64_MAX __UINT_LEAST64_MAX__ pollution: INT16_MAX #define INT16_MAX __INT16_MAX__ pollution: SHRT_MIN #define SHRT_MIN (-0x7fff-1) pollution: ARG_MAX #define ARG_MAX (256 * 1024) pollution: SCHED_RR #define SCHED_RR 2 pollution: LINK_MAX #define LINK_MAX 32767 pollution: INT8_MIN #define INT8_MIN (-__INT8_MAX__-1) pollution: PTHREAD_MUTEX_DEFAULT #define PTHREAD_MUTEX_DEFAULT PTHREAD_MUTEX_NORMAL pollution: PTHREAD_PROCESS_SHARED #define PTHREAD_PROCESS_SHARED 1 pollution: INT16_MIN #define INT16_MIN (-__INT16_MAX__-1) pollution: CLK_TCK #define CLK_TCK (__sysconf(39)) pollution: PATH_MAX #define PATH_MAX 1024 pollution: INT_FAST8_MAX #define INT_FAST8_MAX __INT_FAST8_MAX__ pollution: WCHAR_MAX #define WCHAR_MAX 0x7fffffff pollution: INT_FAST16_MAX #define INT_FAST16_MAX __INT_FAST16_MAX__ pollution: NAME_MAX #define NAME_MAX 511 pollution: SCHAR_MAX #define SCHAR_MAX 0x7f pollution: INT_FAST8_MIN #define INT_FAST8_MIN (-__INT_FAST8_MAX__-1) pollution: PTHREAD_BARRIER_SERIAL_THREAD #define PTHREAD_BARRIER_SERIAL_THREAD 1234567 pollution: UINT_FAST16_MAX #define UINT_FAST16_MAX __UINT_FAST16_MAX__ pollution: UINT16_C #define UINT16_C(c) c pollution: SCHAR_MIN #define SCHAR_MIN (-0x7f-1) pollution: PTHREAD_COND_INITIALIZER #define PTHREAD_COND_INITIALIZER _PTHREAD_COND_INITIALIZER pollution: pthread_rwlock_tryrdlock #define pthread_rwlock_tryrdlock __libc_rwlock_tryrdlock pollution: PTHREAD_SPINLOCK_INITIALIZER #define PTHREAD_SPINLOCK_INITIALIZER _PTHREAD_SPINLOCK_INITIALIZER pollution: COLL_WEIGHTS_MAX #define COLL_WEIGHTS_MAX 2 pollution: pthread_rwlock_rdlock #define pthread_rwlock_rdlock __libc_rwlock_rdlock pollution: pthread_rwlock_destroy #define pthread_rwlock_destroy __libc_rwlock_destroy pollution: UID_MAX #define UID_MAX 2147483647U pollution: INT32_MIN #define INT32_MIN (-__INT32_MAX__-1) pollution: PTHREAD_CANCEL_ASYNCHRONOUS #define PTHREAD_CANCEL_ASYNCHRONOUS 1 pollution: PTHREAD_CANCEL_DEFERRED #define PTHREAD_CANCEL_DEFERRED 0 pollution: pthread_mutexattr_init #define pthread_mutexattr_init __libc_mutexattr_init pollution: pthread_cond_broadcast #define pthread_cond_broadcast __libc_cond_broadcast pollution: BC_STRING_MAX #define BC_STRING_MAX INT_MAX pollution: MAX_INPUT #define MAX_INPUT 255 pollution: INT64_C #define INT64_C(c) c ## L pollution: PTHREAD_THREADS_MAX #define PTHREAD_THREADS_MAX _POSIX_THREAD_THREADS_MAX pollution: UINT8_C #define UINT8_C(c) c pollution: UINT_LEAST8_MAX #define UINT_LEAST8_MAX __UINT_LEAST8_MAX__ pollution: PTHREAD_CANCEL_ENABLE #define PTHREAD_CANCEL_ENABLE 0 pollution: FD_SET #define FD_SET(n,p) ((p)->fds_bits[(unsigned)(n) >> __NFDSHIFT] |= (1U << ((n) & __NFDMASK))) pollution: INT_FAST16_MIN #define INT_FAST16_MIN (-__INT_FAST16_MAX__-1) pollution: SSIZE_MAX #define SSIZE_MAX LONG_MAX pollution: PTRDIFF_MIN #define PTRDIFF_MIN (-__PTRDIFF_MAX__-1) pollution: LONG_MAX #define LONG_MAX 0x7fffffffffffffffL pollution: NGROUPS_MAX #define NGROUPS_MAX 16 pollution: NL_LANGMAX #define NL_LANGMAX 14 pollution: SCHED_FIFO #define SCHED_FIFO 1 pollution: LONG_MIN #define LONG_MIN (-0x7fffffffffffffffL-1) pollution: GID_MAX #define GID_MAX 2147483647U pollution: BC_DIM_MAX #define BC_DIM_MAX 65535 pollution: PTHREAD_MUTEX_RECURSIVE #define PTHREAD_MUTEX_RECURSIVE 2 pollution: PTHREAD_MUTEX_INITIALIZER #define PTHREAD_MUTEX_INITIALIZER _PTHREAD_MUTEX_INITIALIZER pollution: PTHREAD_CREATE_DETACHED #define PTHREAD_CREATE_DETACHED 1 pollution: SIZE_MAX #define SIZE_MAX __SIZE_MAX__ pollution: UINT64_C #define UINT64_C(c) c ## UL pollution: WINT_MAX #define WINT_MAX 0x7fffffff pollution: pthread_cleanup_push #define pthread_cleanup_push(routine,arg) { struct pthread_cleanup_store __store; pthread__cleanup_push((routine),(arg), &__store); pollution: UINTPTR_MAX #define UINTPTR_MAX __UINTPTR_MAX__ pollution: UINT_LEAST16_MAX #define UINT_LEAST16_MAX __UINT_LEAST16_MAX__ pollution: INT64_MAX #define INT64_MAX __INT64_MAX__ pollution: PTHREAD_RWLOCK_INITIALIZER #define PTHREAD_RWLOCK_INITIALIZER _PTHREAD_RWLOCK_INITIALIZER pollution: ITIMER_REAL #define ITIMER_REAL 0 pollution: NL_SETMAX #define NL_SETMAX 255 pollution: PTHREAD_INHERIT_SCHED #define PTHREAD_INHERIT_SCHED 0 pollution: pthread_equal #define pthread_equal __libc_thr_equal pollution: WINT_MIN #define WINT_MIN (-0x7fffffff-1) pollution: PTHREAD_CANCEL_DISABLE #define PTHREAD_CANCEL_DISABLE 1 pollution: ITIMER_MONOTONIC #define ITIMER_MONOTONIC 3 pollution: CHAR_MAX #define CHAR_MAX SCHAR_MAX pollution: NL_ARGMAX #define NL_ARGMAX 9 pollution: INT_LEAST8_MAX #define INT_LEAST8_MAX __INT_LEAST8_MAX__ pollution: INT_LEAST32_MAX #define INT_LEAST32_MAX __INT_LEAST32_MAX__ pollution: LOGIN_NAME_MAX #define LOGIN_NAME_MAX 17 pollution: pthread_key_delete #define pthread_key_delete __libc_thr_keydelete pollution: CHAR_MIN #define CHAR_MIN SCHAR_MIN pollution: MAX_CANON #define MAX_CANON 255 pollution: INT_LEAST8_MIN #define INT_LEAST8_MIN (-__INT_LEAST8_MAX__-1) pollution: FD_ZERO #define FD_ZERO(p) (void)__builtin_memset((p), 0, sizeof(*(p))) pollution: INT_LEAST32_MIN #define INT_LEAST32_MIN (-__INT_LEAST32_MAX__-1) pollution: pthread_rwlock_init #define pthread_rwlock_init __libc_rwlock_init pollution: LINE_MAX #define LINE_MAX 2048 pollution: pthread_setspecific #define pthread_setspecific __libc_thr_setspecific pollution: PTHREAD_MUTEX_NORMAL #define PTHREAD_MUTEX_NORMAL 0 pollution: INT32_MAX #define INT32_MAX __INT32_MAX__ pollution: PTHREAD_PRIO_PROTECT #define PTHREAD_PRIO_PROTECT 2 pollution: NL_TEXTMAX #define NL_TEXTMAX 2048 pollution: NL_MSGMAX #define NL_MSGMAX 32767 pollution: UINT64_MAX #define UINT64_MAX __UINT64_MAX__ pollution: USHRT_MAX #define USHRT_MAX 0xffff pollution: PTHREAD_STACK_MIN #define PTHREAD_STACK_MIN 4096 pollution: pthread_mutexattr_destroy #define pthread_mutexattr_destroy __libc_mutexattr_destroy pollution: PTHREAD_MAX_NAMELEN_NP #define PTHREAD_MAX_NAMELEN_NP 32 pollution: INT_LEAST64_MAX #define INT_LEAST64_MAX __INT_LEAST64_MAX__ pollution: SCHED_NONE #define SCHED_NONE -1 pollution: INT8_C #define INT8_C(c) c pollution: pthread_rwlock_trywrlock #define pthread_rwlock_trywrlock __libc_rwlock_trywrlock pollution: UINT_FAST32_MAX #define UINT_FAST32_MAX __UINT_FAST32_MAX__ pollution: INT_MAX #define INT_MAX 0x7fffffff pollution: ULLONG_MAX #define ULLONG_MAX 0xffffffffffffffffULL pollution: pthread_self #define pthread_self __libc_thr_self pollution: pthread_once #define pthread_once __libc_thr_once pollution: PTHREAD_DESTRUCTOR_ITERATIONS #define PTHREAD_DESTRUCTOR_ITERATIONS _POSIX_THREAD_DESTRUCTOR_ITERATIONS pollution: UINTMAX_MAX #define UINTMAX_MAX __UINTMAX_MAX__ pollution: INT32_C #define INT32_C(c) c pollution: pthread_rwlock_wrlock #define pthread_rwlock_wrlock __libc_rwlock_wrlock pollution: EXPR_NEST_MAX #define EXPR_NEST_MAX 32 pollution: pthread_mutex_unlock #define pthread_mutex_unlock __libc_mutex_unlock pollution: INT_MIN #define INT_MIN (-0x7fffffff-1) pollution: pthread_cleanup_pop #define pthread_cleanup_pop(execute) pthread__cleanup_pop((execute), &__store); } pollution: pthread_cond_wait #define pthread_cond_wait __libc_cond_wait pollution: PTRDIFF_MAX #define PTRDIFF_MAX __PTRDIFF_MAX__ pollution: pthread_mutex_init #define pthread_mutex_init __libc_mutex_init pollution: INT64_MIN #define INT64_MIN (-__INT64_MAX__-1) pollution: pthread_getspecific #define pthread_getspecific __libc_thr_getspecific pollution: INT_LEAST64_MIN #define INT_LEAST64_MIN (-__INT_LEAST64_MAX__-1) pollution: INT_FAST32_MAX #define INT_FAST32_MAX __INT_FAST32_MAX__ pollution: pthread_rwlock_unlock #define pthread_rwlock_unlock __libc_rwlock_unlock pollution: UINT_FAST8_MAX #define UINT_FAST8_MAX __UINT_FAST8_MAX__ pollution: UINT8_MAX #define UINT8_MAX __UINT8_MAX__ pollution: UINT_MAX #define UINT_MAX 0xffffffffU pollution: LLONG_MAX #define LLONG_MAX 0x7fffffffffffffffLL pollution: UINT32_C #define UINT32_C(c) c ## U pollution: PTHREAD_MUTEX_ERRORCHECK #define PTHREAD_MUTEX_ERRORCHECK 1 pollution: UINT_FAST64_MAX #define UINT_FAST64_MAX __UINT_FAST64_MAX__ pollution: INT_FAST32_MIN #define INT_FAST32_MIN (-__INT_FAST32_MAX__-1) pollution: FD_SETSIZE #define FD_SETSIZE 256 pollution: LLONG_MIN #define LLONG_MIN (-0x7fffffffffffffffLL-1) pollution: PTHREAD_PROCESS_PRIVATE #define PTHREAD_PROCESS_PRIVATE 0 pollution: BC_SCALE_MAX #define BC_SCALE_MAX INT_MAX pollution: CHARCLASS_NAME_MAX #define CHARCLASS_NAME_MAX 14 pollution: pthread_mutex_destroy #define pthread_mutex_destroy __libc_mutex_destroy pollution: pthread_key_create #define pthread_key_create __libc_thr_keycreate pollution: pthread_exit #define pthread_exit __libc_thr_exit pollution: PTHREAD_CREATE_JOINABLE #define PTHREAD_CREATE_JOINABLE 0 pollution: PTHREAD_SCOPE_SYSTEM #define PTHREAD_SCOPE_SYSTEM 1 pollution: INTMAX_MAX #define INTMAX_MAX __INTMAX_MAX__ pollution: PTHREAD_PRIO_NONE #define PTHREAD_PRIO_NONE 0 pollution: PTHREAD_ONCE_INIT #define PTHREAD_ONCE_INIT _PTHREAD_ONCE_INIT pollution: CLOCKS_PER_SEC #define CLOCKS_PER_SEC 100 pollution: pthread_setcancelstate #define pthread_setcancelstate __libc_thr_setcancelstate pollution: OPEN_MAX #define OPEN_MAX 128 pollution: pthread_mutexattr_settype #define pthread_mutexattr_settype __libc_mutexattr_settype pollution: INTMAX_MIN #define INTMAX_MIN (-__INTMAX_MAX__-1) pollution: FD_ISSET #define FD_ISSET(n,p) ((p)->fds_bits[(unsigned)(n) >> __NFDSHIFT] & (1U << ((n) & __NFDMASK))) pollution: CHILD_MAX #define CHILD_MAX 160 pollution: PTHREAD_EXPLICIT_SCHED #define PTHREAD_EXPLICIT_SCHED 1 pollution: INT_FAST64_MAX #define INT_FAST64_MAX __INT_FAST64_MAX__ pollution: pthread_cond_timedwait #define pthread_cond_timedwait __libc_cond_timedwait pollution: UINT_LEAST32_MAX #define UINT_LEAST32_MAX __UINT_LEAST32_MAX__ pollution: INTMAX_C #define INTMAX_C(c) c ## L pollution: INT_FAST64_MIN #define INT_FAST64_MIN (-__INT_FAST64_MAX__-1) pollution: UINT16_MAX #define UINT16_MAX __UINT16_MAX__ pollution: ITIMER_VIRTUAL #define ITIMER_VIRTUAL 1 pollution: FD_CLR #define FD_CLR(n,p) ((p)->fds_bits[(unsigned)(n) >> __NFDSHIFT] &= ~(1U << ((n) & __NFDMASK))) pollution: PTHREAD_KEYS_MAX #define PTHREAD_KEYS_MAX 256 pollution: PASS_MAX #define PASS_MAX 128 pollution: BC_BASE_MAX #define BC_BASE_MAX INT_MAX pollution: MB_LEN_MAX #define MB_LEN_MAX 32