+
Point of view
All features
deferred class PTHREAD_EXTERNALS
Summary
Direct parents
Insert list: ANY, STANDARD_C_LIBRARY_TYPES
Overview
Features
External calls
{}
variable-size types
{WRAPPER_HANDLER}
C type definitions (typedefs)
{WRAPPER_HANDLER}
  • comparison_fn_t: POINTER
    typedef comparison_fn_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
  • timer_t: POINTER
    typedef timer_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • clockid_t: INTEGER_32
    typedef clockid_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • time_t: INTEGER_64
    typedef time_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • clock_t: INTEGER_64
    typedef clock_t from /usr/include/time.h Empty by design, used for anchored declarations.
  • uintmax_t: NATURAL_64
    typedef uintmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • intmax_t: INTEGER_64
    typedef intmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uintptr_t: NATURAL_64
    typedef uintptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • intptr_t: INTEGER_64
    typedef intptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast64_t: NATURAL_64
    typedef uint_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast32_t: NATURAL_64
    typedef uint_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast16_t: NATURAL_64
    typedef uint_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_fast8_t: CHARACTER
    typedef uint_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast64_t: INTEGER_64
    typedef int_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast32_t: INTEGER_64
    typedef int_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast16_t: INTEGER_64
    typedef int_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_fast8_t: CHARACTER
    typedef int_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least64_t: NATURAL_64
    typedef uint_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least32_t: NATURAL_32
    typedef uint_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least16_t: NATURAL_16
    typedef uint_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint_least8_t: CHARACTER
    typedef uint_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least64_t: INTEGER_64
    typedef int_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least32_t: INTEGER_32
    typedef int_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least16_t: INTEGER_16
    typedef int_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int_least8_t: CHARACTER
    typedef int_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint64_t: NATURAL_64
    typedef uint64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint32_t: NATURAL_32
    typedef uint32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint16_t: NATURAL_16
    typedef uint16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • uint8_t: CHARACTER
    typedef uint8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int64_t: INTEGER_64
    typedef int64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int32_t: INTEGER_32
    typedef int32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int16_t: INTEGER_16
    typedef int16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • int8_t: CHARACTER
    typedef int8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • ssize_t: INTEGER_64
    typedef ssize_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • off64_t: INTEGER_64
    typedef off64_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
  • off_t: INTEGER_64
    typedef off_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
  • size_t: NATURAL_64
    typedef size_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
  • ptrdiff_t: INTEGER_64
    typedef ptrdiff_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
  • error_t: INTEGER_32
    typedef error_t from /usr/include/errno.h Empty by design, used for anchored declarations.
pthread_atfork (a_prepare: POINTER, a_parent: POINTER, a_child: POINTER): INTEGER_32
{}
function pthread_atfork (in /usr/include/pthread.h) pthread_atfork
pthread_attr_destroy (an_attr: POINTER): INTEGER_32
{}
function pthread_attr_destroy (in /usr/include/pthread.h) pthread_attr_destroy
pthread_attr_getaffinity_np (an_attr: POINTER, a_cpusetsize: NATURAL_64, a_cpuset: POINTER): INTEGER_32
{}
function pthread_attr_getaffinity_np (in /usr/include/pthread.h) pthread_attr_getaffinity_np
pthread_attr_getdetachstate (an_attr: POINTER, a_detachstate: POINTER): INTEGER_32
{}
function pthread_attr_getdetachstate (in /usr/include/pthread.h) pthread_attr_getdetachstate
pthread_attr_getguardsize (an_attr: POINTER, a_guardsize: POINTER): INTEGER_32
{}
function pthread_attr_getguardsize (in /usr/include/pthread.h) pthread_attr_getguardsize
pthread_attr_getinheritsched (an_attr: POINTER, an_inherit_external: POINTER): INTEGER_32
{}
function pthread_attr_getinheritsched (in /usr/include/pthread.h) pthread_attr_getinheritsched
pthread_attr_getschedparam (an_attr: POINTER, a_param: POINTER): INTEGER_32
{}
function pthread_attr_getschedparam (in /usr/include/pthread.h) pthread_attr_getschedparam
pthread_attr_getschedpolicy (an_attr: POINTER, a_policy: POINTER): INTEGER_32
{}
function pthread_attr_getschedpolicy (in /usr/include/pthread.h) pthread_attr_getschedpolicy
pthread_attr_getscope (an_attr: POINTER, a_scope: POINTER): INTEGER_32
{}
function pthread_attr_getscope (in /usr/include/pthread.h) pthread_attr_getscope
pthread_attr_getstack (an_attr: POINTER, a_stackaddr: POINTER, a_stacksize: POINTER): INTEGER_32
{}
function pthread_attr_getstack (in /usr/include/pthread.h) pthread_attr_getstack
pthread_attr_getstackaddr (an_attr: POINTER, a_stackaddr: POINTER): INTEGER_32
{}
function pthread_attr_getstackaddr (in /usr/include/pthread.h) pthread_attr_getstackaddr
pthread_attr_getstacksize (an_attr: POINTER, a_stacksize: POINTER): INTEGER_32
{}
function pthread_attr_getstacksize (in /usr/include/pthread.h) pthread_attr_getstacksize
pthread_attr_init (an_attr: POINTER): INTEGER_32
{}
function pthread_attr_init (in /usr/include/pthread.h) pthread_attr_init
pthread_attr_setaffinity_np (an_attr: POINTER, a_cpusetsize: NATURAL_64, a_cpuset: POINTER): INTEGER_32
{}
function pthread_attr_setaffinity_np (in /usr/include/pthread.h) pthread_attr_setaffinity_np
pthread_attr_setdetachstate (an_attr: POINTER, a_detachstate: INTEGER_32): INTEGER_32
{}
function pthread_attr_setdetachstate (in /usr/include/pthread.h) pthread_attr_setdetachstate
pthread_attr_setguardsize (an_attr: POINTER, a_guardsize: NATURAL_64): INTEGER_32
{}
function pthread_attr_setguardsize (in /usr/include/pthread.h) pthread_attr_setguardsize
pthread_attr_setinheritsched (an_attr: POINTER, an_inherit_external: INTEGER_32): INTEGER_32
{}
function pthread_attr_setinheritsched (in /usr/include/pthread.h) pthread_attr_setinheritsched
pthread_attr_setschedparam (an_attr: POINTER, a_param: POINTER): INTEGER_32
{}
function pthread_attr_setschedparam (in /usr/include/pthread.h) pthread_attr_setschedparam
pthread_attr_setschedpolicy (an_attr: POINTER, a_policy: INTEGER_32): INTEGER_32
{}
function pthread_attr_setschedpolicy (in /usr/include/pthread.h) pthread_attr_setschedpolicy
pthread_attr_setscope (an_attr: POINTER, a_scope: INTEGER_32): INTEGER_32
{}
function pthread_attr_setscope (in /usr/include/pthread.h) pthread_attr_setscope
pthread_attr_setstack (an_attr: POINTER, a_stackaddr: POINTER, a_stacksize: NATURAL_64): INTEGER_32
{}
function pthread_attr_setstack (in /usr/include/pthread.h) pthread_attr_setstack
pthread_attr_setstackaddr (an_attr: POINTER, a_stackaddr: POINTER): INTEGER_32
{}
function pthread_attr_setstackaddr (in /usr/include/pthread.h) pthread_attr_setstackaddr
pthread_attr_setstacksize (an_attr: POINTER, a_stacksize: NATURAL_64): INTEGER_32
{}
function pthread_attr_setstacksize (in /usr/include/pthread.h) pthread_attr_setstacksize
pthread_barrier_destroy (a_barrier: POINTER): INTEGER_32
{}
function pthread_barrier_destroy (in /usr/include/pthread.h) pthread_barrier_destroy
pthread_barrier_init (a_barrier: POINTER, an_attr: POINTER, a_count: NATURAL_32): INTEGER_32
{}
function pthread_barrier_init (in /usr/include/pthread.h) pthread_barrier_init
pthread_barrier_wait (a_barrier: POINTER): INTEGER_32
{}
function pthread_barrier_wait (in /usr/include/pthread.h) pthread_barrier_wait
pthread_barrierattr_destroy (an_attr: POINTER): INTEGER_32
{}
function pthread_barrierattr_destroy (in /usr/include/pthread.h) pthread_barrierattr_destroy
pthread_barrierattr_getpshared (an_attr: POINTER, a_pshared: POINTER): INTEGER_32
{}
function pthread_barrierattr_getpshared (in /usr/include/pthread.h) pthread_barrierattr_getpshared
pthread_barrierattr_init (an_attr: POINTER): INTEGER_32
{}
function pthread_barrierattr_init (in /usr/include/pthread.h) pthread_barrierattr_init
pthread_barrierattr_setpshared (an_attr: POINTER, a_pshared: INTEGER_32): INTEGER_32
{}
function pthread_barrierattr_setpshared (in /usr/include/pthread.h) pthread_barrierattr_setpshared
pthread_cancel (a_th: NATURAL_64): INTEGER_32
{}
function pthread_cancel (in /usr/include/pthread.h) pthread_cancel
pthread_cond_broadcast (a_cond: POINTER): INTEGER_32
{}
function pthread_cond_broadcast (in /usr/include/pthread.h) pthread_cond_broadcast
pthread_cond_destroy (a_cond: POINTER): INTEGER_32
{}
function pthread_cond_destroy (in /usr/include/pthread.h) pthread_cond_destroy
pthread_cond_init (a_cond: POINTER, a_cond_attr: POINTER): INTEGER_32
{}
function pthread_cond_init (in /usr/include/pthread.h) pthread_cond_init
pthread_cond_signal (a_cond: POINTER): INTEGER_32
{}
function pthread_cond_signal (in /usr/include/pthread.h) pthread_cond_signal
pthread_cond_timedwait (a_cond: POINTER, a_mutex: POINTER, an_abstime: POINTER): INTEGER_32
{}
function pthread_cond_timedwait (in /usr/include/pthread.h) pthread_cond_timedwait
pthread_cond_wait (a_cond: POINTER, a_mutex: POINTER): INTEGER_32
{}
function pthread_cond_wait (in /usr/include/pthread.h) pthread_cond_wait
pthread_condattr_destroy (an_attr: POINTER): INTEGER_32
{}
function pthread_condattr_destroy (in /usr/include/pthread.h) pthread_condattr_destroy
pthread_condattr_getclock (an_attr: POINTER, a_clock_id: POINTER): INTEGER_32
{}
function pthread_condattr_getclock (in /usr/include/pthread.h) pthread_condattr_getclock
pthread_condattr_getpshared (an_attr: POINTER, a_pshared: POINTER): INTEGER_32
{}
function pthread_condattr_getpshared (in /usr/include/pthread.h) pthread_condattr_getpshared
pthread_condattr_init (an_attr: POINTER): INTEGER_32
{}
function pthread_condattr_init (in /usr/include/pthread.h) pthread_condattr_init
pthread_condattr_setclock (an_attr: POINTER, a_clock_id: INTEGER_32): INTEGER_32
{}
function pthread_condattr_setclock (in /usr/include/pthread.h) pthread_condattr_setclock
pthread_condattr_setpshared (an_attr: POINTER, a_pshared: INTEGER_32): INTEGER_32
{}
function pthread_condattr_setpshared (in /usr/include/pthread.h) pthread_condattr_setpshared
pthread_create (a_newthread: POINTER, an_attr: POINTER, a_start_routine: POINTER, an_arg: POINTER): INTEGER_32
{}
function pthread_create (in /usr/include/pthread.h) pthread_create
pthread_detach (a_th: NATURAL_64): INTEGER_32
{}
function pthread_detach (in /usr/include/pthread.h) pthread_detach
pthread_equal (a_thread1: NATURAL_64, a_thread2: NATURAL_64): INTEGER_32
{}
function pthread_equal (in /usr/include/pthread.h) pthread_equal
pthread_exit (a_retval: POINTER)
{}
function pthread_exit (in /usr/include/pthread.h) pthread_exit
pthread_getaffinity_np (a_th: NATURAL_64, a_cpusetsize: NATURAL_64, a_cpuset: POINTER): INTEGER_32
{}
function pthread_getaffinity_np (in /usr/include/pthread.h) pthread_getaffinity_np
pthread_getattr_default_np (an_attr: POINTER): INTEGER_32
{}
function pthread_getattr_default_np (in /usr/include/pthread.h) pthread_getattr_default_np
pthread_getattr_np (a_th: NATURAL_64, an_attr: POINTER): INTEGER_32
{}
function pthread_getattr_np (in /usr/include/pthread.h) pthread_getattr_np
pthread_getconcurrency: INTEGER_32
{}
function pthread_getconcurrency (in /usr/include/pthread.h) pthread_getconcurrency
pthread_getcpuclockid (a_thread_id: NATURAL_64, a_clock_id: POINTER): INTEGER_32
{}
function pthread_getcpuclockid (in /usr/include/pthread.h) pthread_getcpuclockid
pthread_getname_np (a_target_thread: NATURAL_64, a_buf: POINTER, a_buflen: NATURAL_64): INTEGER_32
{}
function pthread_getname_np (in /usr/include/pthread.h) pthread_getname_np
pthread_getschedparam (a_target_thread: NATURAL_64, a_policy: POINTER, a_param: POINTER): INTEGER_32
{}
function pthread_getschedparam (in /usr/include/pthread.h) pthread_getschedparam
pthread_getspecific (a_key: NATURAL_32): POINTER
{}
function pthread_getspecific (in /usr/include/pthread.h) pthread_getspecific
pthread_join (a_th: NATURAL_64, a_thread_return: POINTER): INTEGER_32
{}
function pthread_join (in /usr/include/pthread.h) pthread_join
pthread_key_create (a_key: POINTER, a_destr_function: POINTER): INTEGER_32
{}
function pthread_key_create (in /usr/include/pthread.h) pthread_key_create
pthread_key_delete (a_key: NATURAL_32): INTEGER_32
{}
function pthread_key_delete (in /usr/include/pthread.h) pthread_key_delete
pthread_mutex_consistent (a_mutex: POINTER): INTEGER_32
{}
function pthread_mutex_consistent (in /usr/include/pthread.h) pthread_mutex_consistent
pthread_mutex_consistent_np (a_mutex: POINTER): INTEGER_32
{}
function pthread_mutex_consistent_np (in /usr/include/pthread.h) pthread_mutex_consistent_np
pthread_mutex_destroy (a_mutex: POINTER): INTEGER_32
{}
function pthread_mutex_destroy (in /usr/include/pthread.h) pthread_mutex_destroy
pthread_mutex_getprioceiling (a_mutex: POINTER, a_prioceiling: POINTER): INTEGER_32
{}
function pthread_mutex_getprioceiling (in /usr/include/pthread.h) pthread_mutex_getprioceiling
pthread_mutex_init (a_mutex: POINTER, a_mutexattr: POINTER): INTEGER_32
{}
function pthread_mutex_init (in /usr/include/pthread.h) pthread_mutex_init
pthread_mutex_lock (a_mutex: POINTER): INTEGER_32
{}
function pthread_mutex_lock (in /usr/include/pthread.h) pthread_mutex_lock
pthread_mutex_setprioceiling (a_mutex: POINTER, a_prioceiling: INTEGER_32, an_old_ceiling: POINTER): INTEGER_32
{}
function pthread_mutex_setprioceiling (in /usr/include/pthread.h) pthread_mutex_setprioceiling
pthread_mutex_timedlock (a_mutex: POINTER, an_abstime: POINTER): INTEGER_32
{}
function pthread_mutex_timedlock (in /usr/include/pthread.h) pthread_mutex_timedlock
pthread_mutex_trylock (a_mutex: POINTER): INTEGER_32
{}
function pthread_mutex_trylock (in /usr/include/pthread.h) pthread_mutex_trylock
pthread_mutex_unlock (a_mutex: POINTER): INTEGER_32
{}
function pthread_mutex_unlock (in /usr/include/pthread.h) pthread_mutex_unlock
pthread_mutexattr_destroy (an_attr: POINTER): INTEGER_32
{}
function pthread_mutexattr_destroy (in /usr/include/pthread.h) pthread_mutexattr_destroy
pthread_mutexattr_getprioceiling (an_attr: POINTER, a_prioceiling: POINTER): INTEGER_32
{}
function pthread_mutexattr_getprioceiling (in /usr/include/pthread.h) pthread_mutexattr_getprioceiling
pthread_mutexattr_getprotocol (an_attr: POINTER, a_protocol: POINTER): INTEGER_32
{}
function pthread_mutexattr_getprotocol (in /usr/include/pthread.h) pthread_mutexattr_getprotocol
pthread_mutexattr_getpshared (an_attr: POINTER, a_pshared: POINTER): INTEGER_32
{}
function pthread_mutexattr_getpshared (in /usr/include/pthread.h) pthread_mutexattr_getpshared
pthread_mutexattr_getrobust (an_attr: POINTER, a_robustness: POINTER): INTEGER_32
{}
function pthread_mutexattr_getrobust (in /usr/include/pthread.h) pthread_mutexattr_getrobust
pthread_mutexattr_getrobust_np (an_attr: POINTER, a_robustness: POINTER): INTEGER_32
{}
function pthread_mutexattr_getrobust_np (in /usr/include/pthread.h) pthread_mutexattr_getrobust_np
pthread_mutexattr_gettype (an_attr: POINTER, a_kind: POINTER): INTEGER_32
{}
function pthread_mutexattr_gettype (in /usr/include/pthread.h) pthread_mutexattr_gettype
pthread_mutexattr_init (an_attr: POINTER): INTEGER_32
{}
function pthread_mutexattr_init (in /usr/include/pthread.h) pthread_mutexattr_init
pthread_mutexattr_setprioceiling (an_attr: POINTER, a_prioceiling: INTEGER_32): INTEGER_32
{}
function pthread_mutexattr_setprioceiling (in /usr/include/pthread.h) pthread_mutexattr_setprioceiling
pthread_mutexattr_setprotocol (an_attr: POINTER, a_protocol: INTEGER_32): INTEGER_32
{}
function pthread_mutexattr_setprotocol (in /usr/include/pthread.h) pthread_mutexattr_setprotocol
pthread_mutexattr_setpshared (an_attr: POINTER, a_pshared: INTEGER_32): INTEGER_32
{}
function pthread_mutexattr_setpshared (in /usr/include/pthread.h) pthread_mutexattr_setpshared
pthread_mutexattr_setrobust (an_attr: POINTER, a_robustness: INTEGER_32): INTEGER_32
{}
function pthread_mutexattr_setrobust (in /usr/include/pthread.h) pthread_mutexattr_setrobust
pthread_mutexattr_setrobust_np (an_attr: POINTER, a_robustness: INTEGER_32): INTEGER_32
{}
function pthread_mutexattr_setrobust_np (in /usr/include/pthread.h) pthread_mutexattr_setrobust_np
pthread_mutexattr_settype (an_attr: POINTER, a_kind: INTEGER_32): INTEGER_32
{}
function pthread_mutexattr_settype (in /usr/include/pthread.h) pthread_mutexattr_settype
pthread_once (an_once_control: POINTER, an_init_routine: POINTER): INTEGER_32
{}
function pthread_once (in /usr/include/pthread.h) pthread_once
pthread_rwlock_destroy (a_rwlock: POINTER): INTEGER_32
{}
function pthread_rwlock_destroy (in /usr/include/pthread.h) pthread_rwlock_destroy
pthread_rwlock_init (a_rwlock: POINTER, an_attr: POINTER): INTEGER_32
{}
function pthread_rwlock_init (in /usr/include/pthread.h) pthread_rwlock_init
pthread_rwlock_rdlock (a_rwlock: POINTER): INTEGER_32
{}
function pthread_rwlock_rdlock (in /usr/include/pthread.h) pthread_rwlock_rdlock
pthread_rwlock_timedrdlock (a_rwlock: POINTER, an_abstime: POINTER): INTEGER_32
{}
function pthread_rwlock_timedrdlock (in /usr/include/pthread.h) pthread_rwlock_timedrdlock
pthread_rwlock_timedwrlock (a_rwlock: POINTER, an_abstime: POINTER): INTEGER_32
{}
function pthread_rwlock_timedwrlock (in /usr/include/pthread.h) pthread_rwlock_timedwrlock
pthread_rwlock_tryrdlock (a_rwlock: POINTER): INTEGER_32
{}
function pthread_rwlock_tryrdlock (in /usr/include/pthread.h) pthread_rwlock_tryrdlock
pthread_rwlock_trywrlock (a_rwlock: POINTER): INTEGER_32
{}
function pthread_rwlock_trywrlock (in /usr/include/pthread.h) pthread_rwlock_trywrlock
pthread_rwlock_unlock (a_rwlock: POINTER): INTEGER_32
{}
function pthread_rwlock_unlock (in /usr/include/pthread.h) pthread_rwlock_unlock
pthread_rwlock_wrlock (a_rwlock: POINTER): INTEGER_32
{}
function pthread_rwlock_wrlock (in /usr/include/pthread.h) pthread_rwlock_wrlock
pthread_rwlockattr_destroy (an_attr: POINTER): INTEGER_32
{}
function pthread_rwlockattr_destroy (in /usr/include/pthread.h) pthread_rwlockattr_destroy
pthread_rwlockattr_getkind_np (an_attr: POINTER, a_pref: POINTER): INTEGER_32
{}
function pthread_rwlockattr_getkind_np (in /usr/include/pthread.h) pthread_rwlockattr_getkind_np
pthread_rwlockattr_getpshared (an_attr: POINTER, a_pshared: POINTER): INTEGER_32
{}
function pthread_rwlockattr_getpshared (in /usr/include/pthread.h) pthread_rwlockattr_getpshared
pthread_rwlockattr_init (an_attr: POINTER): INTEGER_32
{}
function pthread_rwlockattr_init (in /usr/include/pthread.h) pthread_rwlockattr_init
pthread_rwlockattr_setkind_np (an_attr: POINTER, a_pref: INTEGER_32): INTEGER_32
{}
function pthread_rwlockattr_setkind_np (in /usr/include/pthread.h) pthread_rwlockattr_setkind_np
pthread_rwlockattr_setpshared (an_attr: POINTER, a_pshared: INTEGER_32): INTEGER_32
{}
function pthread_rwlockattr_setpshared (in /usr/include/pthread.h) pthread_rwlockattr_setpshared
pthread_self: NATURAL_64
{}
function pthread_self (in /usr/include/pthread.h) pthread_self
pthread_setaffinity_np (a_th: NATURAL_64, a_cpusetsize: NATURAL_64, a_cpuset: POINTER): INTEGER_32
{}
function pthread_setaffinity_np (in /usr/include/pthread.h) pthread_setaffinity_np
pthread_setattr_default_np (an_attr: POINTER): INTEGER_32
{}
function pthread_setattr_default_np (in /usr/include/pthread.h) pthread_setattr_default_np
pthread_setcancelstate (a_state: INTEGER_32, an_oldstate: POINTER): INTEGER_32
{}
function pthread_setcancelstate (in /usr/include/pthread.h) pthread_setcancelstate
pthread_setcanceltype (a_type: INTEGER_32, an_oldtype: POINTER): INTEGER_32
{}
function pthread_setcanceltype (in /usr/include/pthread.h) pthread_setcanceltype
pthread_setconcurrency (a_level: INTEGER_32): INTEGER_32
{}
function pthread_setconcurrency (in /usr/include/pthread.h) pthread_setconcurrency
pthread_setname_np (a_target_thread: NATURAL_64, a_name: POINTER): INTEGER_32
{}
function pthread_setname_np (in /usr/include/pthread.h) pthread_setname_np
pthread_setschedparam (a_target_thread: NATURAL_64, a_policy: INTEGER_32, a_param: POINTER): INTEGER_32
{}
function pthread_setschedparam (in /usr/include/pthread.h) pthread_setschedparam
pthread_setschedprio (a_target_thread: NATURAL_64, a_prio: INTEGER_32): INTEGER_32
{}
function pthread_setschedprio (in /usr/include/pthread.h) pthread_setschedprio
pthread_setspecific (a_key: NATURAL_32, a_pointer: POINTER): INTEGER_32
{}
function pthread_setspecific (in /usr/include/pthread.h) pthread_setspecific
pthread_spin_destroy (a_lock: POINTER): INTEGER_32
{}
function pthread_spin_destroy (in /usr/include/pthread.h) pthread_spin_destroy
pthread_spin_init (a_lock: POINTER, a_pshared: INTEGER_32): INTEGER_32
{}
function pthread_spin_init (in /usr/include/pthread.h) pthread_spin_init
pthread_spin_lock (a_lock: POINTER): INTEGER_32
{}
function pthread_spin_lock (in /usr/include/pthread.h) pthread_spin_lock
pthread_spin_trylock (a_lock: POINTER): INTEGER_32
{}
function pthread_spin_trylock (in /usr/include/pthread.h) pthread_spin_trylock
pthread_spin_unlock (a_lock: POINTER): INTEGER_32
{}
function pthread_spin_unlock (in /usr/include/pthread.h) pthread_spin_unlock
pthread_testcancel
{}
function pthread_testcancel (in /usr/include/pthread.h) pthread_testcancel
pthread_timedjoin_np (a_th: NATURAL_64, a_thread_return: POINTER, an_abstime: POINTER): INTEGER_32
{}
function pthread_timedjoin_np (in /usr/include/pthread.h) pthread_timedjoin_np
pthread_tryjoin_np (a_th: NATURAL_64, a_thread_return: POINTER): INTEGER_32
{}
function pthread_tryjoin_np (in /usr/include/pthread.h) pthread_tryjoin_np
pthread_yield: INTEGER_32
{}
function pthread_yield (in /usr/include/pthread.h) pthread_yield
long: INTEGER_64
effective function
a query with the same type of c 'long int'.
useful when dealing with code that uses long int variable: just insert th class and mark the type as 'like long'
long_unsigned: NATURAL_64
effective function
a query with the same type of c 'long unsigned int'.
useful when dealing with code that uses long int variable: just insert th class and mark the type as 'like long_unsigned'
comparison_fn_t: POINTER
effective function
typedef comparison_fn_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
timer_t: POINTER
effective function
typedef timer_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
clockid_t: INTEGER_32
effective function
typedef clockid_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
time_t: INTEGER_64
effective function
typedef time_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
clock_t: INTEGER_64
effective function
typedef clock_t from /usr/include/time.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uintmax_t: NATURAL_64
effective function
typedef uintmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
intmax_t: INTEGER_64
effective function
typedef intmax_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uintptr_t: NATURAL_64
effective function
typedef uintptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
intptr_t: INTEGER_64
effective function
typedef intptr_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast64_t: NATURAL_64
effective function
typedef uint_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast32_t: NATURAL_64
effective function
typedef uint_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast16_t: NATURAL_64
effective function
typedef uint_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_fast8_t: CHARACTER
effective function
typedef uint_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast64_t: INTEGER_64
effective function
typedef int_fast64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast32_t: INTEGER_64
effective function
typedef int_fast32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast16_t: INTEGER_64
effective function
typedef int_fast16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_fast8_t: CHARACTER
effective function
typedef int_fast8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least64_t: NATURAL_64
effective function
typedef uint_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least32_t: NATURAL_32
effective function
typedef uint_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least16_t: NATURAL_16
effective function
typedef uint_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint_least8_t: CHARACTER
effective function
typedef uint_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least64_t: INTEGER_64
effective function
typedef int_least64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least32_t: INTEGER_32
effective function
typedef int_least32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least16_t: INTEGER_16
effective function
typedef int_least16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int_least8_t: CHARACTER
effective function
typedef int_least8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint64_t: NATURAL_64
effective function
typedef uint64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint32_t: NATURAL_32
effective function
typedef uint32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint16_t: NATURAL_16
effective function
typedef uint16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
uint8_t: CHARACTER
effective function
typedef uint8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int64_t: INTEGER_64
effective function
typedef int64_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int32_t: INTEGER_32
effective function
typedef int32_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int16_t: INTEGER_16
effective function
typedef int16_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
int8_t: CHARACTER
effective function
typedef int8_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
ssize_t: INTEGER_64
effective function
typedef ssize_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
off64_t: INTEGER_64
effective function
typedef off64_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
off_t: INTEGER_64
effective function
typedef off_t from /usr/include/stdio.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
size_t: NATURAL_64
effective function
typedef size_t from /usr/include/stdlib.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
ptrdiff_t: INTEGER_64
effective function
typedef ptrdiff_t from /usr/include/stdint.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default
error_t: INTEGER_32
effective function
typedef error_t from /usr/include/errno.h Empty by design, used for anchored declarations.
ensure
  • Result.is_default