Kernel
Date of this edition: August 16, 2024
Name | Status | Alternative | Notes |
---|---|---|---|
C Library Reference functions:
|
Discontinued | delay() | |
C Library Reference Interrupt functions:
|
Discontinued |
|
|
iofunc_lock_calloc() | Discontinued | N/A | |
iofunc_lock_free() | Discontinued | N/A | |
Legacy Kernel Features
|
Discontinued |
|
The threadCreate() function is still the kernel call to create a new thread. However, its direct use as an alternative to pthread_create() is deprecated. For QNX SDP 8.0, all calls to create a new thread should use pthread_create(), which is a standard POSIX function wrapping QNX's own ThreadCreate(). |
MsgKeyData()/MsgKeyData_r() | Discontinued | N/A | |
MsgReceivePulsev()/MsgReceivePulsev_r() | Discontinued | N/A | |
PROCMGR_AID_XTHREAD_THREADCTL | Discontinued | N/A | |
Random utility option -i | Discontinued |
|
|
Random utility options:
|
Deprecated | N/A | These will be discontinued in SDP 8.1.
|
Signal functions:
|
Discontinued | sigprocmask() | These were BSD functions that supported only 32 signals. |
Page updated: