pollution: u_long typedef unsigned long u_long; pollution: u_int typedef unsigned int u_int; pollution: u_short typedef unsigned short u_short; pollution: u_char typedef unsigned char u_char; pollution: ulong typedef unsigned long ulong; pollution: ushort typedef unsigned short ushort; pollution: uint typedef unsigned int uint; pollution: unchar typedef unsigned char unchar; pollution: flags __haiku_std_uint32 flags; pollution: lock __haiku_std_int32 lock; pollution: unused __haiku_std_int32 unused; pollution: owner __haiku_std_int32 owner; pollution: owner_count __haiku_std_int32 owner_count; pollution: flags __haiku_std_uint32 flags; pollution: lock __haiku_std_int32 lock; pollution: mutex __haiku_std_int32 mutex; pollution: waiter_count __haiku_std_int32 waiter_count; pollution: waiter_max __haiku_std_int32 waiter_max; pollution: flags __haiku_std_uint32 flags; pollution: unused __haiku_std_int32 unused; pollution: mutex pthread_mutex_t* mutex; pollution: waiter_count __haiku_std_int32 waiter_count; pollution: lock __haiku_std_int32 lock; pollution: state __haiku_std_int32 state; pollution: flags __haiku_std_uint32 flags; pollution: owner __haiku_std_int32 owner; pollution: mutex __haiku_std_int32 mutex; pollution: unused __haiku_std_int32 unused; pollution: reader_count __haiku_std_int32 reader_count; pollution: writer_count __haiku_std_int32 writer_count; pollution: waiters void* waiters[2]; pollution: local struct { __haiku_std_int32 mutex; __haiku_std_int32 unused; __haiku_std_int32 reader_count; __haiku_std_int32 writer_count; void* waiters[2]; } local; pollution: sem __haiku_std_int32 sem; pollution: shared struct { __haiku_std_int32 sem; } shared; pollution: u union { struct { __haiku_std_int32 mutex; __haiku_std_int32 unused; __haiku_std_int32 reader_count; __haiku_std_int32 writer_count; void* waiters[2]; } local; struct { __haiku_std_int32 sem; } shared; } u; pollution: lock __haiku_std_int32 lock; pollution: time1 pollution: time2 extern double difftime(time_t time1, time_t time2); pollution: timer extern time_t time(time_t *timer); pollution: timep pollution: buffer pollution: asctime_r extern char *asctime_r(const struct tm *timep, char *buffer); pollution: timer extern char *ctime(const time_t *timer); pollution: timer pollution: buffer pollution: ctime_r extern char *ctime_r(const time_t *timer, char *buffer); pollution: timer extern struct tm *gmtime(const time_t *timer); pollution: timer extern struct tm *gmtime_r(const time_t *timer, struct tm *tm); pollution: timer extern struct tm *localtime(const time_t *timer); pollution: timer extern struct tm *localtime_r(const time_t *timer, struct tm *tm); pollution: buffer pollution: maxSize pollution: format extern size_t strftime(char *buffer, size_t maxSize, const char *format, const struct tm *tm); pollution: buffer pollution: maxSize pollution: format pollution: locale extern size_t strftime_l(char *buffer, size_t maxSize, const char *format, const struct tm *tm, locale_t locale); pollution: buf pollution: format extern char *strptime(const char *buf, const char *format, struct tm *tm); pollution: clockID pollution: resolution int clock_getres(clockid_t clockID, struct timespec* resolution); pollution: clockID int clock_gettime(clockid_t clockID, struct timespec* _time); pollution: clockID int clock_settime(clockid_t clockID, const struct timespec* _time); pollution: clockID pollution: flags pollution: remainingTime int clock_nanosleep(clockid_t clockID, int flags, const struct timespec* _time, struct timespec* remainingTime); pollution: pid int clock_getcpuclockid(pid_t pid, clockid_t* _clockID); pollution: clockID pollution: event pollution: timerID int timer_create(clockid_t clockID, struct sigevent* event, timer_t* timerID); pollution: timerID int timer_delete(timer_t timerID); pollution: timerID pollution: value int timer_gettime(timer_t timerID, struct itimerspec* value); pollution: timerID pollution: flags pollution: value pollution: oldValue int timer_settime(timer_t timerID, int flags, const struct itimerspec* value, struct itimerspec* oldValue); pollution: timerID int timer_getoverrun(timer_t timerID); pollution: ts pollution: base int timespec_get(struct timespec *ts, int base); pollution: t pollution: stime extern int stime(const time_t *t); pollution: previous struct __pthread_cleanup_handler *previous; pollution: argument pollution: function void (*function)(void *argument); pollution: argument void *argument; pollution: mutex extern int pthread_mutex_destroy(pthread_mutex_t *mutex); pollution: mutex extern int pthread_mutex_getprioceiling(const pthread_mutex_t *mutex, int *_priorityCeiling); pollution: mutex pollution: attr extern int pthread_mutex_init(pthread_mutex_t *mutex, const pthread_mutexattr_t *attr); pollution: mutex extern int pthread_mutex_lock(pthread_mutex_t *mutex); pollution: mutex pollution: newPriorityCeiling extern int pthread_mutex_setprioceiling(pthread_mutex_t *mutex, int newPriorityCeiling, int *_oldPriorityCeiling); pollution: mutex pollution: abstime extern int pthread_mutex_clocklock(pthread_mutex_t *mutex, clockid_t clock_id, const struct timespec *abstime); pollution: mutex pollution: abstime extern int pthread_mutex_timedlock(pthread_mutex_t *mutex, const struct timespec *abstime); pollution: mutex extern int pthread_mutex_trylock(pthread_mutex_t *mutex); pollution: mutex extern int pthread_mutex_unlock(pthread_mutex_t *mutex); pollution: mutexAttr extern int pthread_mutexattr_destroy(pthread_mutexattr_t *mutexAttr); pollution: mutexAttr extern int pthread_mutexattr_getprioceiling(const pthread_mutexattr_t *mutexAttr, int *_priorityCeiling); pollution: mutexAttr extern int pthread_mutexattr_getprotocol(const pthread_mutexattr_t *mutexAttr, int *_protocol); pollution: mutexAttr extern int pthread_mutexattr_getpshared(const pthread_mutexattr_t *mutexAttr, int *_processShared); pollution: mutexAttr extern int pthread_mutexattr_gettype(const pthread_mutexattr_t *mutexAttr, int *_type); pollution: mutexAttr extern int pthread_mutexattr_init(pthread_mutexattr_t *mutexAttr); pollution: mutexAttr pollution: priorityCeiling extern int pthread_mutexattr_setprioceiling(pthread_mutexattr_t *mutexAttr, int priorityCeiling); pollution: mutexAttr pollution: protocol extern int pthread_mutexattr_setprotocol(pthread_mutexattr_t *mutexAttr, int protocol); pollution: mutexAttr pollution: processShared extern int pthread_mutexattr_setpshared(pthread_mutexattr_t *mutexAttr, int processShared); pollution: mutexAttr pollution: type extern int pthread_mutexattr_settype(pthread_mutexattr_t *mutexAttr, int type); pollution: barrier pollution: attr pollution: count extern int pthread_barrier_init(pthread_barrier_t *barrier, const pthread_barrierattr_t *attr, unsigned count); pollution: barrier extern int pthread_barrier_destroy(pthread_barrier_t *barrier); pollution: barrier extern int pthread_barrier_wait(pthread_barrier_t *barrier); pollution: attr extern int pthread_barrierattr_destroy(pthread_barrierattr_t *attr); pollution: attr pollution: shared extern int pthread_barrierattr_getpshared(const pthread_barrierattr_t *attr, int *shared); pollution: attr extern int pthread_barrierattr_init(pthread_barrierattr_t *attr); pollution: attr pollution: shared extern int pthread_barrierattr_setpshared(pthread_barrierattr_t *attr, int shared); pollution: cond extern int pthread_cond_destroy(pthread_cond_t *cond); pollution: cond pollution: attr extern int pthread_cond_init(pthread_cond_t *cond, const pthread_condattr_t *attr); pollution: cond extern int pthread_cond_broadcast(pthread_cond_t *cond); pollution: cond extern int pthread_cond_signal(pthread_cond_t *cond); pollution: cond pollution: mutex pollution: abstime extern int pthread_cond_clockwait(pthread_cond_t *cond, pthread_mutex_t *mutex, clockid_t clock_id, const struct timespec *abstime); pollution: cond pollution: mutex pollution: abstime extern int pthread_cond_timedwait(pthread_cond_t *cond, pthread_mutex_t *mutex, const struct timespec *abstime); pollution: cond pollution: mutex extern int pthread_cond_wait(pthread_cond_t *cond, pthread_mutex_t *mutex); pollution: condAttr extern int pthread_condattr_destroy(pthread_condattr_t *condAttr); pollution: condAttr extern int pthread_condattr_init(pthread_condattr_t *condAttr); pollution: condAttr pollution: processShared extern int pthread_condattr_getpshared(const pthread_condattr_t *condAttr, int *processShared); pollution: condAttr pollution: processShared extern int pthread_condattr_setpshared(pthread_condattr_t *condAttr, int processShared); pollution: condAttr pollution: clockID extern int pthread_condattr_getclock(const pthread_condattr_t *condAttr, clockid_t *clockID); pollution: condAttr pollution: clockID extern int pthread_condattr_setclock(pthread_condattr_t *condAttr, clockid_t clockID); pollution: lock pollution: attr extern int pthread_rwlock_init(pthread_rwlock_t *lock, const pthread_rwlockattr_t *attr); pollution: lock extern int pthread_rwlock_destroy(pthread_rwlock_t *lock); pollution: lock extern int pthread_rwlock_rdlock(pthread_rwlock_t *lock); pollution: lock extern int pthread_rwlock_tryrdlock(pthread_rwlock_t *lock); pollution: rwlock pollution: abstime extern int pthread_rwlock_clockrdlock(pthread_rwlock_t* rwlock, clockid_t clock_id, const struct timespec* abstime); pollution: lock pollution: abstime extern int pthread_rwlock_timedrdlock(pthread_rwlock_t *lock, const struct timespec *abstime); pollution: lock extern int pthread_rwlock_wrlock(pthread_rwlock_t *lock); pollution: lock extern int pthread_rwlock_trywrlock(pthread_rwlock_t *lock); pollution: rwlock pollution: abstime extern int pthread_rwlock_clockwrlock(pthread_rwlock_t* rwlock, clockid_t clock_id, const struct timespec* abstime); pollution: lock pollution: abstime extern int pthread_rwlock_timedwrlock(pthread_rwlock_t *lock, const struct timespec *abstime); pollution: lock extern int pthread_rwlock_unlock(pthread_rwlock_t *lock); pollution: attr extern int pthread_rwlockattr_init(pthread_rwlockattr_t *attr); pollution: attr extern int pthread_rwlockattr_destroy(pthread_rwlockattr_t *attr); pollution: attr pollution: shared extern int pthread_rwlockattr_getpshared(const pthread_rwlockattr_t *attr, int *shared); pollution: attr pollution: shared extern int pthread_rwlockattr_setpshared(pthread_rwlockattr_t *attr, int shared); pollution: spinlock pollution: pshared extern int pthread_spin_init(pthread_spinlock_t* spinlock, int pshared); pollution: spinlock extern int pthread_spin_destroy(pthread_spinlock_t* spinlock); pollution: spinlock extern int pthread_spin_lock(pthread_spinlock_t* spinlock); pollution: spinlock extern int pthread_spin_trylock(pthread_spinlock_t* spinlock); pollution: spinlock extern int pthread_spin_unlock(pthread_spinlock_t* spinlock); pollution: prepare pollution: parent pollution: child extern int pthread_atfork(void (*prepare)(void), void (*parent)(void), void (*child)(void)); pollution: once_control pollution: init_routine extern int pthread_once(pthread_once_t *once_control, void (*init_routine)(void)); pollution: thread_id extern int pthread_getcpuclockid(pthread_t thread_id, clockid_t* clock_id); pollution: attr extern int pthread_attr_destroy(pthread_attr_t *attr); pollution: attr extern int pthread_attr_init(pthread_attr_t *attr); pollution: attr pollution: detachstate extern int pthread_attr_getdetachstate(const pthread_attr_t *attr, int *detachstate); pollution: attr pollution: detachstate extern int pthread_attr_setdetachstate(pthread_attr_t *attr, int detachstate); pollution: attr pollution: stacksize extern int pthread_attr_getstacksize(const pthread_attr_t *attr, size_t *stacksize); pollution: attr pollution: stacksize extern int pthread_attr_setstacksize(pthread_attr_t *attr, size_t stacksize); pollution: attr pollution: contentionScope extern int pthread_attr_getscope(const pthread_attr_t *attr, int *contentionScope); pollution: attr pollution: contentionScope extern int pthread_attr_setscope(pthread_attr_t *attr, int contentionScope); pollution: attr pollution: param extern int pthread_attr_getschedparam(const pthread_attr_t *attr, struct sched_param *param); pollution: attr pollution: param extern int pthread_attr_setschedparam(pthread_attr_t *attr, const struct sched_param *param); pollution: attr pollution: guardsize extern int pthread_attr_getguardsize(const pthread_attr_t *attr, size_t *guardsize); pollution: attr pollution: guardsize extern int pthread_attr_setguardsize(pthread_attr_t *attr, size_t guardsize); pollution: attr pollution: stackaddr pollution: stacksize extern int pthread_attr_getstack(const pthread_attr_t *attr, void **stackaddr, size_t *stacksize); pollution: attr pollution: stackaddr pollution: stacksize extern int pthread_attr_setstack(pthread_attr_t *attr, void *stackaddr, size_t stacksize); pollution: thread pollution: attr pollution: start_routine pollution: arg extern int pthread_create(pthread_t *thread, const pthread_attr_t *attr, void *(*start_routine)(void*), void *arg); pollution: thread extern int pthread_detach(pthread_t thread); pollution: t1 pollution: t2 extern int pthread_equal(pthread_t t1, pthread_t t2); pollution: value_ptr extern void pthread_exit(void *value_ptr) __attribute__ ((noreturn)); pollution: thread extern int pthread_join(pthread_t thread, void **_value); pollution: newLevel extern int pthread_setconcurrency(int newLevel); pollution: thread extern int pthread_cancel(pthread_t thread); pollution: state extern int pthread_setcancelstate(int state, int *_oldState); pollution: type extern int pthread_setcanceltype(int type, int *_oldType); pollution: thread pollution: policy pollution: param extern int pthread_getschedparam(pthread_t thread, int *policy, struct sched_param *param); pollution: thread pollution: policy pollution: param extern int pthread_setschedparam(pthread_t thread, int policy, const struct sched_param *param); pollution: key pollution: destructorFunc extern int pthread_key_create(pthread_key_t *key, void (*destructorFunc)(void*)); pollution: key extern int pthread_key_delete(pthread_key_t key); pollution: key extern void *pthread_getspecific(pthread_key_t key); pollution: key pollution: value extern int pthread_setspecific(pthread_key_t key, const void *value); pollution: handler extern void __pthread_cleanup_push_handler( struct __pthread_cleanup_handler *handler); pollution: INT_LEAST16_MIN #define INT_LEAST16_MIN INT16_MIN pollution: B_DEFINE_WEAK_ALIAS #define B_DEFINE_WEAK_ALIAS(name,alias_name) __typeof(name) alias_name __attribute__((weak, alias(#name))) pollution: INT16_C #define INT16_C(value) value pollution: B_HAIKU_64_BIT #define B_HAIKU_64_BIT 1 pollution: INT8_MAX #define INT8_MAX (127) pollution: UINT_LEAST64_MAX #define UINT_LEAST64_MAX UINT64_MAX pollution: INT16_MAX #define INT16_MAX (32767) pollution: INT8_MIN #define INT8_MIN (-128) pollution: INT16_MIN #define INT16_MIN (-32768) pollution: CLK_TCK #define CLK_TCK CLOCKS_PER_SEC pollution: INT_FAST8_MAX #define INT_FAST8_MAX INT8_MAX pollution: B_HAIKU_PHYSICAL_BITS #define B_HAIKU_PHYSICAL_BITS __HAIKU_ARCH_PHYSICAL_BITS pollution: INT_LEAST8_MAX #define INT_LEAST8_MAX INT8_MAX pollution: INT_FAST8_MIN #define INT_FAST8_MIN INT8_MIN pollution: UINT16_C #define UINT16_C(value) value pollution: B_BEOS_VERSION_4_5 #define B_BEOS_VERSION_4_5 0x0450 pollution: B_HAIKU_BITS #define B_HAIKU_BITS __HAIKU_ARCH_BITS pollution: INT32_MIN #define INT32_MIN (-INT32_MAX-1) pollution: B_BEOS_VERSION_5 #define B_BEOS_VERSION_5 0x0500 pollution: B_BEOS_VERSION_MAUI #define B_BEOS_VERSION_MAUI B_BEOS_VERSION_5 pollution: INT64_C #define INT64_C(value) value ## L pollution: UINT_LEAST8_MAX #define UINT_LEAST8_MAX UINT8_MAX pollution: offsetof #define offsetof(TYPE,MEMBER) __builtin_offsetof (TYPE, MEMBER) pollution: INT_FAST16_MIN #define INT_FAST16_MIN INT16_MIN pollution: PTRDIFF_MIN #define PTRDIFF_MIN __HAIKU_SADDR_MIN pollution: B_HAIKU_VERSION_1_PRE_BETA_2 #define B_HAIKU_VERSION_1_PRE_BETA_2 0x00000501 pollution: B_HAIKU_VERSION_1_PRE_BETA_3 #define B_HAIKU_VERSION_1_PRE_BETA_3 0x00000601 pollution: B_HAIKU_VERSION_1_PRE_BETA_4 #define B_HAIKU_VERSION_1_PRE_BETA_4 0x00000701 pollution: B_HAIKU_VERSION_1_PRE_BETA_5 #define B_HAIKU_VERSION_1_PRE_BETA_5 0x00000801 pollution: B_HAIKU_VERSION_1_PRE_BETA_6 #define B_HAIKU_VERSION_1_PRE_BETA_6 0x00000901 pollution: B_HAIKU_VERSION #define B_HAIKU_VERSION B_HAIKU_VERSION_1_PRE_BETA_6 pollution: SIZE_MAX #define SIZE_MAX __HAIKU_ADDR_MAX pollution: WINT_MAX #define WINT_MAX ((wint_t)-1) pollution: UINTPTR_MAX #define UINTPTR_MAX __HAIKU_ADDR_MAX pollution: UINT_LEAST16_MAX #define UINT_LEAST16_MAX UINT16_MAX pollution: B_HAIKU_ABI_NAME #define B_HAIKU_ABI_NAME __HAIKU_ARCH_ABI pollution: B_DEFINE_SYMBOL_VERSION #define B_DEFINE_SYMBOL_VERSION(function,versionedSymbol) __asm__(".symver " function "," versionedSymbol) pollution: INT64_MAX #define INT64_MAX (9223372036854775807L) pollution: UINT32_MAX #define UINT32_MAX (4294967295U) pollution: WINT_MIN #define WINT_MIN 0 pollution: B_HAIKU_ABI_GCC_2 #define B_HAIKU_ABI_GCC_2 0x00020000 pollution: B_HAIKU_ABI_GCC_4 #define B_HAIKU_ABI_GCC_4 0x00040000 pollution: INT_LEAST32_MAX #define INT_LEAST32_MAX INT32_MAX pollution: B_HAIKU_PHYSICAL_64_BIT #define B_HAIKU_PHYSICAL_64_BIT 1 pollution: INT_LEAST8_MIN #define INT_LEAST8_MIN INT8_MIN pollution: INT_LEAST32_MIN #define INT_LEAST32_MIN INT32_MIN pollution: B_HAIKU_VERSION_BEOS #define B_HAIKU_VERSION_BEOS 0x00000001 pollution: INT32_MAX #define INT32_MAX (2147483647) pollution: UINT64_MAX #define UINT64_MAX (18446744073709551615UL) pollution: B_HAIKU_VERSION_DANO #define B_HAIKU_VERSION_DANO 0x00000003 pollution: B_HAIKU_VERSION_1_PRE_ALPHA_2 #define B_HAIKU_VERSION_1_PRE_ALPHA_2 0x00000101 pollution: B_HAIKU_VERSION_1_PRE_ALPHA_3 #define B_HAIKU_VERSION_1_PRE_ALPHA_3 0x00000201 pollution: B_HAIKU_VERSION_1_PRE_ALPHA_4 #define B_HAIKU_VERSION_1_PRE_ALPHA_4 0x00000301 pollution: INTPTR_MAX #define INTPTR_MAX __HAIKU_SADDR_MAX pollution: UINT_FAST32_MAX #define UINT_FAST32_MAX UINT32_MAX pollution: INT_LEAST64_MAX #define INT_LEAST64_MAX INT64_MAX pollution: INTPTR_MIN #define INTPTR_MIN __HAIKU_SADDR_MIN pollution: INT8_C #define INT8_C(value) value pollution: B_HAIKU_VERSION_1_PRE_BETA_1 #define B_HAIKU_VERSION_1_PRE_BETA_1 0x00000401 pollution: B_HAIKU_VERSION_1_ALPHA_1 #define B_HAIKU_VERSION_1_ALPHA_1 0x00000100 pollution: B_HAIKU_VERSION_1_ALPHA_2 #define B_HAIKU_VERSION_1_ALPHA_2 0x00000200 pollution: B_HAIKU_VERSION_1_ALPHA_4 #define B_HAIKU_VERSION_1_ALPHA_4 0x00000400 pollution: UINTMAX_MAX #define UINTMAX_MAX UINT64_MAX pollution: B_HAIKU_VERSION_1_BETA_1 #define B_HAIKU_VERSION_1_BETA_1 0x00000500 pollution: B_HAIKU_ABI_GCC_2_HAIKU #define B_HAIKU_ABI_GCC_2_HAIKU 0x00020002 pollution: INT_FAST16_MAX #define INT_FAST16_MAX INT16_MAX pollution: INT_FAST32_MAX #define INT_FAST32_MAX INT32_MAX pollution: UINT_FAST8_MAX #define UINT_FAST8_MAX UINT8_MAX pollution: UINT8_MAX #define UINT8_MAX (255) pollution: B_HAIKU_ABI_GCC_2_BEOS #define B_HAIKU_ABI_GCC_2_BEOS 0x00020001 pollution: UINT32_C #define UINT32_C(value) value ## U pollution: UINT_FAST64_MAX #define UINT_FAST64_MAX UINT64_MAX pollution: INT_FAST32_MIN #define INT_FAST32_MIN INT32_MIN pollution: INTMAX_MAX #define INTMAX_MAX INT64_MAX pollution: B_HAIKU_VERSION_1_ALPHA_3 #define B_HAIKU_VERSION_1_ALPHA_3 0x00000300 pollution: B_HAIKU_ABI #define B_HAIKU_ABI B_HAIKU_ABI_GCC_4 pollution: MAX_TIMESTR #define MAX_TIMESTR 70 pollution: INTMAX_MIN #define INTMAX_MIN INT64_MIN pollution: INT_FAST64_MAX #define INT_FAST64_MAX INT64_MAX pollution: UINT_LEAST32_MAX #define UINT_LEAST32_MAX UINT32_MAX pollution: UINTMAX_C #define UINTMAX_C(value) value ## UL pollution: INTMAX_C #define INTMAX_C(value) value ## L pollution: B_HAIKU_ABI_GCC_2_ANCIENT #define B_HAIKU_ABI_GCC_2_ANCIENT 0x00020000 pollution: INT_FAST64_MIN #define INT_FAST64_MIN INT64_MIN pollution: UINT16_MAX #define UINT16_MAX (65535) pollution: B_HAIKU_VERSION_1 #define B_HAIKU_VERSION_1 0x00010000 pollution: B_HAIKU_ABI_MAJOR #define B_HAIKU_ABI_MAJOR 0xffff0000 pollution: PTRDIFF_MAX #define PTRDIFF_MAX __HAIKU_SADDR_MAX pollution: B_HAIKU_VERSION_1_BETA_2 #define B_HAIKU_VERSION_1_BETA_2 0x00000600 pollution: B_HAIKU_VERSION_1_BETA_3 #define B_HAIKU_VERSION_1_BETA_3 0x00000700 pollution: B_HAIKU_VERSION_1_BETA_4 #define B_HAIKU_VERSION_1_BETA_4 0x00000800 pollution: B_HAIKU_VERSION_1_BETA_5 #define B_HAIKU_VERSION_1_BETA_5 0x00000900 pollution: INT_LEAST16_MAX #define INT_LEAST16_MAX INT16_MAX pollution: INT64_MIN #define INT64_MIN (-INT64_MAX-1)