+
Point of view
All features
deferred class MULTIPROCESSING
Summary
Facilities for multiprocessing
Direct parents
Insert list: UNISTD_EXTERNALS, WAIT_EXTERNALS
Known children
Insert list: POSIX_PROCESS
Overview
Features
{ANY}
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.
External calls
{}
processors_count: INTEGER_32
{ANY}
Number of processors available in the machine
process_id: INTEGER_32
effective function
{ANY}
parent_process_id: INTEGER_32
effective function
{ANY}
wait_any_process: INTEGER_32
effective function
{ANY}
Wait for any child process to terminate
last_result: INTEGER_32
writable attribute
{ANY}
The exit status of the last terminated children
access (a_name: POINTER, a_type: INTEGER_32): INTEGER_32
{}
function access (in /usr/include/unistd.h) access
acct (a_name: POINTER): INTEGER_32
{}
function acct (in /usr/include/unistd.h) acct
alarm (a_seconds: NATURAL_32): NATURAL_32
{}
function alarm (in /usr/include/unistd.h) alarm
brk (an_addr: POINTER): INTEGER_32
{}
function brk (in /usr/include/unistd.h) brk
chdir (a_path: POINTER): INTEGER_32
{}
function chdir (in /usr/include/unistd.h) chdir
chown (a_file: POINTER, an_owner: NATURAL_32, a_group: NATURAL_32): INTEGER_32
{}
function chown (in /usr/include/unistd.h) chown
chroot (a_path: POINTER): INTEGER_32
{}
function chroot (in /usr/include/unistd.h) chroot
close (a_fd: INTEGER_32): INTEGER_32
{}
function close (in /usr/include/unistd.h) close
confstr (a_name: INTEGER_32, a_buf: POINTER, a_len: NATURAL_64): NATURAL_64
{}
function confstr (in /usr/include/unistd.h) confstr
crypt (a_key: POINTER, a_salt: POINTER): POINTER
{}
function crypt (in /usr/include/unistd.h) crypt
daemon (a_nochdir: INTEGER_32, a_noclose: INTEGER_32): INTEGER_32
{}
function daemon (in /usr/include/unistd.h) daemon
dup (a_fd: INTEGER_32): INTEGER_32
{}
function dup (in /usr/include/unistd.h) dup
dup2 (a_fd: INTEGER_32, a_fd2: INTEGER_32): INTEGER_32
{}
function dup2 (in /usr/include/unistd.h) dup2
dup3 (a_fd: INTEGER_32, a_fd2: INTEGER_32, a_flags: INTEGER_32): INTEGER_32
{}
function dup3 (in /usr/include/unistd.h) dup3
eaccess (a_name: POINTER, a_type: INTEGER_32): INTEGER_32
{}
function eaccess (in /usr/include/unistd.h) eaccess
encrypt (a_glibc_block: POINTER, an_edflag: INTEGER_32)
{}
function encrypt (in /usr/include/unistd.h) encrypt
endusershell
{}
function endusershell (in /usr/include/unistd.h) endusershell
environ: POINTER
{}
environ
address_of_environ: POINTER
{}
Address of environ
set_environ (a_value: POINTER)
{}
Set variable environ value
euidaccess (a_name: POINTER, a_type: INTEGER_32): INTEGER_32
{}
function euidaccess (in /usr/include/unistd.h) euidaccess
execl (a_path: POINTER, an_arg: POINTER): INTEGER_32
{}
function execl (in /usr/include/unistd.h) execl (variadic call)
execle (a_path: POINTER, an_arg: POINTER): INTEGER_32
{}
function execle (in /usr/include/unistd.h) execle (variadic call)
execlp (a_file: POINTER, an_arg: POINTER): INTEGER_32
{}
function execlp (in /usr/include/unistd.h) execlp (variadic call)
execv (a_path: POINTER, an_argv: POINTER): INTEGER_32
{}
function execv (in /usr/include/unistd.h) execv
execve (a_path: POINTER, an_argv: POINTER, an_envp: POINTER): INTEGER_32
{}
function execve (in /usr/include/unistd.h) execve
execvp (a_file: POINTER, an_argv: POINTER): INTEGER_32
{}
function execvp (in /usr/include/unistd.h) execvp
execvpe (a_file: POINTER, an_argv: POINTER, an_envp: POINTER): INTEGER_32
{}
function execvpe (in /usr/include/unistd.h) execvpe
faccessat (a_fd: INTEGER_32, a_file: POINTER, a_type: INTEGER_32, a_flag: INTEGER_32): INTEGER_32
{}
function faccessat (in /usr/include/unistd.h) faccessat
fchdir (a_fd: INTEGER_32): INTEGER_32
{}
function fchdir (in /usr/include/unistd.h) fchdir
fchown (a_fd: INTEGER_32, an_owner: NATURAL_32, a_group: NATURAL_32): INTEGER_32
{}
function fchown (in /usr/include/unistd.h) fchown
fchownat (a_fd: INTEGER_32, a_file: POINTER, an_owner: NATURAL_32, a_group: NATURAL_32, a_flag: INTEGER_32): INTEGER_32
{}
function fchownat (in /usr/include/unistd.h) fchownat
fdatasync (a_fildes: INTEGER_32): INTEGER_32
{}
function fdatasync (in /usr/include/unistd.h) fdatasync
fexecve (a_fd: INTEGER_32, an_argv: POINTER, an_envp: POINTER): INTEGER_32
{}
function fexecve (in /usr/include/unistd.h) fexecve
fork: INTEGER_32
{}
function fork (in /usr/include/unistd.h) fork
fpathconf (a_fd: INTEGER_32, a_name: INTEGER_32): INTEGER_64
{}
function fpathconf (in /usr/include/unistd.h) fpathconf
fsync (a_fd: INTEGER_32): INTEGER_32
{}
function fsync (in /usr/include/unistd.h) fsync
ftruncate (a_fd: INTEGER_32, a_length: INTEGER_64): INTEGER_32
{}
function ftruncate (in /usr/include/unistd.h) ftruncate
ftruncate64 (a_fd: INTEGER_32, a_length: INTEGER_64): INTEGER_32
{}
function ftruncate64 (in /usr/include/unistd.h) ftruncate64
get_current_dir_name: POINTER
{}
function get_current_dir_name (in /usr/include/unistd.h) get_current_dir_name
getcwd (a_buf: POINTER, a_size: NATURAL_64): POINTER
{}
function getcwd (in /usr/include/unistd.h) getcwd
getdomainname (a_name: POINTER, a_len: NATURAL_64): INTEGER_32
{}
function getdomainname (in /usr/include/unistd.h) getdomainname
getdtablesize: INTEGER_32
{}
function getdtablesize (in /usr/include/unistd.h) getdtablesize
getegid: NATURAL_32
{}
function getegid (in /usr/include/unistd.h) getegid
geteuid: NATURAL_32
{}
function geteuid (in /usr/include/unistd.h) geteuid
getgid: NATURAL_32
{}
function getgid (in /usr/include/unistd.h) getgid
getgroups (a_size: INTEGER_32, a_list: POINTER): INTEGER_32
{}
function getgroups (in /usr/include/unistd.h) getgroups
gethostid: INTEGER_64
{}
function gethostid (in /usr/include/unistd.h) gethostid
gethostname (a_name: POINTER, a_len: NATURAL_64): INTEGER_32
{}
function gethostname (in /usr/include/unistd.h) gethostname
getlogin: POINTER
{}
function getlogin (in /usr/include/unistd.h) getlogin
getlogin_r (a_name: POINTER, a_name_len: NATURAL_64): INTEGER_32
{}
function getlogin_r (in /usr/include/unistd.h) getlogin_r
getpagesize: INTEGER_32
{}
function getpagesize (in /usr/include/unistd.h) getpagesize
getpass (a_prompt: POINTER): POINTER
{}
function getpass (in /usr/include/unistd.h) getpass
getpgid (a_pid: INTEGER_32): INTEGER_32
{}
function getpgid (in /usr/include/unistd.h) getpgid
getpgrp: INTEGER_32
{}
function getpgrp (in /usr/include/unistd.h) getpgrp
getpid: INTEGER_32
{}
function getpid (in /usr/include/unistd.h) getpid
getppid: INTEGER_32
{}
function getppid (in /usr/include/unistd.h) getppid
getresgid (a_rgid: POINTER, an_egid: POINTER, a_sgid: POINTER): INTEGER_32
{}
function getresgid (in /usr/include/unistd.h) getresgid
getresuid (a_ruid: POINTER, an_euid: POINTER, a_suid: POINTER): INTEGER_32
{}
function getresuid (in /usr/include/unistd.h) getresuid
getsid (a_pid: INTEGER_32): INTEGER_32
{}
function getsid (in /usr/include/unistd.h) getsid
getuid: NATURAL_32
{}
function getuid (in /usr/include/unistd.h) getuid
getusershell: POINTER
{}
function getusershell (in /usr/include/unistd.h) getusershell
getwd (a_buf: POINTER): POINTER
{}
function getwd (in /usr/include/unistd.h) getwd
group_member (a_gid: NATURAL_32): INTEGER_32
{}
function group_member (in /usr/include/unistd.h) group_member
isatty (a_fd: INTEGER_32): INTEGER_32
{}
function isatty (in /usr/include/unistd.h) isatty
lchown (a_file: POINTER, an_owner: NATURAL_32, a_group: NATURAL_32): INTEGER_32
{}
function lchown (in /usr/include/unistd.h) lchown
link (a_from_external: POINTER, a_to: POINTER): INTEGER_32
{}
function link (in /usr/include/unistd.h) link
linkat (a_fromfd: INTEGER_32, a_from_external: POINTER, a_tofd: INTEGER_32, a_to: POINTER, a_flags: INTEGER_32): INTEGER_32
{}
function linkat (in /usr/include/unistd.h) linkat
lseek (a_fd: INTEGER_32, an_offset: INTEGER_64, a_whence: INTEGER_32): INTEGER_64
{}
function lseek (in /usr/include/unistd.h) lseek
lseek64 (a_fd: INTEGER_32, an_offset: INTEGER_64, a_whence: INTEGER_32): INTEGER_64
{}
function lseek64 (in /usr/include/unistd.h) lseek64
nice (an_inc: INTEGER_32): INTEGER_32
{}
function nice (in /usr/include/unistd.h) nice
pathconf (a_path: POINTER, a_name: INTEGER_32): INTEGER_64
{}
function pathconf (in /usr/include/unistd.h) pathconf
pause: INTEGER_32
{}
function pause (in /usr/include/unistd.h) pause
pipe (a_pipedes: POINTER): INTEGER_32
{}
function pipe (in /usr/include/unistd.h) pipe
pipe2 (a_pipedes: POINTER, a_flags: INTEGER_32): INTEGER_32
{}
function pipe2 (in /usr/include/unistd.h) pipe2
pread (a_fd: INTEGER_32, a_buf: POINTER, a_nbytes: NATURAL_64, an_offset: INTEGER_64): INTEGER_64
{}
function pread (in /usr/include/unistd.h) pread
pread64 (a_fd: INTEGER_32, a_buf: POINTER, a_nbytes: NATURAL_64, an_offset: INTEGER_64): INTEGER_64
{}
function pread64 (in /usr/include/unistd.h) pread64
profil (a_sample_buffer: POINTER, a_size: NATURAL_64, an_offset: NATURAL_64, a_scale: NATURAL_32): INTEGER_32
{}
function profil (in /usr/include/unistd.h) profil
pwrite (a_fd: INTEGER_32, a_buf: POINTER, a_n: NATURAL_64, an_offset: INTEGER_64): INTEGER_64
{}
function pwrite (in /usr/include/unistd.h) pwrite
pwrite64 (a_fd: INTEGER_32, a_buf: POINTER, a_n: NATURAL_64, an_offset: INTEGER_64): INTEGER_64
{}
function pwrite64 (in /usr/include/unistd.h) pwrite64
read (a_fd: INTEGER_32, a_buf: POINTER, a_nbytes: NATURAL_64): INTEGER_64
{}
function read (in /usr/include/unistd.h) read
readlink (a_path: POINTER, a_buf: POINTER, a_len: NATURAL_64): INTEGER_64
{}
function readlink (in /usr/include/unistd.h) readlink
readlinkat (a_fd: INTEGER_32, a_path: POINTER, a_buf: POINTER, a_len: NATURAL_64): INTEGER_64
{}
function readlinkat (in /usr/include/unistd.h) readlinkat
revoke (a_file: POINTER): INTEGER_32
{}
function revoke (in /usr/include/unistd.h) revoke
rmdir (a_path: POINTER): INTEGER_32
{}
function rmdir (in /usr/include/unistd.h) rmdir
sbrk (a_delta: INTEGER_64): POINTER
{}
function sbrk (in /usr/include/unistd.h) sbrk
setdomainname (a_name: POINTER, a_len: NATURAL_64): INTEGER_32
{}
function setdomainname (in /usr/include/unistd.h) setdomainname
setegid (a_gid: NATURAL_32): INTEGER_32
{}
function setegid (in /usr/include/unistd.h) setegid
seteuid (an_uid: NATURAL_32): INTEGER_32
{}
function seteuid (in /usr/include/unistd.h) seteuid
setgid (a_gid: NATURAL_32): INTEGER_32
{}
function setgid (in /usr/include/unistd.h) setgid
sethostid (an_id: INTEGER_64): INTEGER_32
{}
function sethostid (in /usr/include/unistd.h) sethostid
sethostname (a_name: POINTER, a_len: NATURAL_64): INTEGER_32
{}
function sethostname (in /usr/include/unistd.h) sethostname
setlogin (a_name: POINTER): INTEGER_32
{}
function setlogin (in /usr/include/unistd.h) setlogin
setpgid (a_pid: INTEGER_32, a_pgid: INTEGER_32): INTEGER_32
{}
function setpgid (in /usr/include/unistd.h) setpgid
setpgrp: INTEGER_32
{}
function setpgrp (in /usr/include/unistd.h) setpgrp
setregid (a_rgid: NATURAL_32, an_egid: NATURAL_32): INTEGER_32
{}
function setregid (in /usr/include/unistd.h) setregid
setresgid (a_rgid: NATURAL_32, an_egid: NATURAL_32, a_sgid: NATURAL_32): INTEGER_32
{}
function setresgid (in /usr/include/unistd.h) setresgid
setresuid (a_ruid: NATURAL_32, an_euid: NATURAL_32, a_suid: NATURAL_32): INTEGER_32
{}
function setresuid (in /usr/include/unistd.h) setresuid
setreuid (a_ruid: NATURAL_32, an_euid: NATURAL_32): INTEGER_32
{}
function setreuid (in /usr/include/unistd.h) setreuid
setsid: INTEGER_32
{}
function setsid (in /usr/include/unistd.h) setsid
setuid (an_uid: NATURAL_32): INTEGER_32
{}
function setuid (in /usr/include/unistd.h) setuid
setusershell
{}
function setusershell (in /usr/include/unistd.h) setusershell
sleep (a_seconds: NATURAL_32): NATURAL_32
{}
function sleep (in /usr/include/unistd.h) sleep
swab (a_from_external: POINTER, a_to: POINTER, a_n: INTEGER_64)
{}
function swab (in /usr/include/unistd.h) swab
symlink (a_from_external: POINTER, a_to: POINTER): INTEGER_32
{}
function symlink (in /usr/include/unistd.h) symlink
symlinkat (a_from_external: POINTER, a_tofd: INTEGER_32, a_to: POINTER): INTEGER_32
{}
function symlinkat (in /usr/include/unistd.h) symlinkat
sync
{}
function sync (in /usr/include/unistd.h) sync
syncfs (a_fd: INTEGER_32): INTEGER_32
{}
function syncfs (in /usr/include/unistd.h) syncfs
syscall (a_sysno: INTEGER_64): INTEGER_64
{}
function syscall (in /usr/include/unistd.h) syscall (variadic call)
sysconf (a_name: INTEGER_32): INTEGER_64
{}
function sysconf (in /usr/include/unistd.h) sysconf
tcgetpgrp (a_fd: INTEGER_32): INTEGER_32
{}
function tcgetpgrp (in /usr/include/unistd.h) tcgetpgrp
tcsetpgrp (a_fd: INTEGER_32, a_pgrp_id: INTEGER_32): INTEGER_32
{}
function tcsetpgrp (in /usr/include/unistd.h) tcsetpgrp
truncate (a_file: POINTER, a_length: INTEGER_64): INTEGER_32
{}
function truncate (in /usr/include/unistd.h) truncate
truncate64 (a_file: POINTER, a_length: INTEGER_64): INTEGER_32
{}
function truncate64 (in /usr/include/unistd.h) truncate64
ttyname (a_fd: INTEGER_32): POINTER
{}
function ttyname (in /usr/include/unistd.h) ttyname
ttyname_r (a_fd: INTEGER_32, a_buf: POINTER, a_buflen: NATURAL_64): INTEGER_32
{}
function ttyname_r (in /usr/include/unistd.h) ttyname_r
ttyslot: INTEGER_32
{}
function ttyslot (in /usr/include/unistd.h) ttyslot
ualarm (a_value: NATURAL_32, an_interval: NATURAL_32): NATURAL_32
{}
function ualarm (in /usr/include/unistd.h) ualarm
unlink (a_name: POINTER): INTEGER_32
{}
function unlink (in /usr/include/unistd.h) unlink
unlinkat (a_fd: INTEGER_32, a_name: POINTER, a_flag: INTEGER_32): INTEGER_32
{}
function unlinkat (in /usr/include/unistd.h) unlinkat
usleep (an_useconds: NATURAL_32): INTEGER_32
{}
function usleep (in /usr/include/unistd.h) usleep
vfork: INTEGER_32
{}
function vfork (in /usr/include/unistd.h) vfork
vhangup: INTEGER_32
{}
function vhangup (in /usr/include/unistd.h) vhangup
write (a_fd: INTEGER_32, a_buf: POINTER, a_n: NATURAL_64): INTEGER_64
{}
function write (in /usr/include/unistd.h) write
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
wait (a_stat_loc: POINTER): INTEGER_32
{}
function wait (in /usr/include/x86_64-linux-gnu/sys/wait.h) wait
wait3 (a_stat_loc: POINTER, an_options: INTEGER_32, an_usage: POINTER): INTEGER_32
{}
function wait3 (in /usr/include/x86_64-linux-gnu/sys/wait.h) wait3
wait4 (a_pid: INTEGER_32, a_stat_loc: POINTER, an_options: INTEGER_32, an_usage: POINTER): INTEGER_32
{}
function wait4 (in /usr/include/x86_64-linux-gnu/sys/wait.h) wait4
waitid (an_idtype: INTEGER_32, an_id: NATURAL_32, an_infop: POINTER, an_options: INTEGER_32): INTEGER_32
{}
function waitid (in /usr/include/x86_64-linux-gnu/sys/wait.h) waitid
waitpid (a_pid: INTEGER_32, a_stat_loc: POINTER, an_options: INTEGER_32): INTEGER_32
{}
function waitpid (in /usr/include/x86_64-linux-gnu/sys/wait.h) waitpid