New entries

dirent
Data structure for a directory entry.
dispatch_create_channel()
Allocate a dispatch handle, specifying a channel ID.
insque()
Insert an element into a doubly linked queue
isfinite()
Determine if a number is finite
MsgCurrent()
Resume processing of a message.
posix_spawn(), posix_spawnp()
Spawn a process
posix_spawn_file_actions_addclose()
Add a "close a file descriptor" action to a spawn file actions object
posix_spawn_file_actions_adddup2()
Add a "duplicate a file descriptor" action to a spawn file actions object
posix_spawn_file_actions_addopen()
Add an "open a file" action to a spawn file action object
posix_spawn_file_actions_destroy(),
Destroy a spawn file actions object
posix_spawn_file_actions_init()
Initialize a spawn file actions object
posix_spawnattr_addpartid()
Specify the ID of a resource partition that the spawned process should be associated with
posix_spawnattr_addpartition()
Specify the name of a resource partition that the spawned process should be associated with
posix_spawnattr_destroy()
Destroy a spawn attributes object
posix_spawnattr_getcred()
Get the user and group ID attributes from a spawn attributes object
posix_spawnattr_getflags()
Get the POSIX flags from a spawn attributes object
posix_spawnattr_getnode()
Get the remote node attribute from a spawn attributes object
posix_spawnattr_getpartid()
Retrieve the partition identifiers currently set in a spawn attributes object
posix_spawnattr_getpgroup()
Get the process group attribute of a spawn attributes object
posix_spawnattr_getrunmask()
Get the runmask attribute from a spawn attributes object
posix_spawnattr_getschedparam()
Get the scheduling parameters attribute of a spawn attributes object
posix_spawnattr_getschedpolicy()
Get the scheduling policy attribute of a spawn attributes object
posix_spawnattr_getsigdefault()
Get the "default signals" attribute of a spawn attributes object
posix_spawnattr_getsigignore()
Get the "ignored signals" attribute from a spawn attributes object
posix_spawnattr_getsigmask()
Get the signal mask attribute of a spawn attributes object
posix_spawnattr_getstackmax()
Get the maximum stack size attribute from a spawn attributes object
posix_spawnattr_getxflags()
Get the POSIX flags and the QNX Neutrino extended flags from a spawn attributes object
posix_spawnattr_init()
Initialize a spawn attributes object
posix_spawnattr_setcred()
Set the user and group ID attributes in a spawn attributes object
posix_spawnattr_setflags()
Set the POSIX flags in a spawn attributes object
posix_spawnattr_setnode()
Set the remote node attribute in a spawn attributes object
posix_spawnattr_setpgroup()
Set the process group attribute in a spawn attributes object
posix_spawnattr_setrunmask()
Set the runmask attribute in a spawn attributes object
posix_spawnattr_setschedparam()
Set the scheduling parameters attribute of a spawn attributes object
posix_spawnattr_setschedpolicy()
Set the scheduling policy attribute of a spawn attributes object
posix_spawnattr_setsigdefault()
Set the "default signals" attribute of a spawn attributes object
posix_spawnattr_setsigignore()
Set the "ignored signals" attribute of a spawn attributes object
posix_spawnattr_setsigmask()
Set the signal mask attribute of a spawn attributes object
posix_spawnattr_setstackmax()
Set the maximum stack size attribute in a spawn attributes object
posix_spawnattr_setxflags()
Set the POSIX flags and the QNX Neutrino extended flags in a spawn attributes object
remque()
Remove an element from a doubly linked queue.
RMSK_CLR(), RMSK_ISSET(), RMSK_SET(), and RMSK_SIZE()
You can use these macros to work with the runmask for the _NTO_TCTL_RUNMASK_GET_AND_SET_INHERIT command for ThreadCtl(). For more information, see the entry for ThreadCtl().
strptime()
Convert a string into a time.