Manipulating a process or thread

QNX SDP8.0Programmer's GuideDeveloper

Once you have a file descriptor to a particular process's /proc/pid/ctl file, you can get information about and control that process and its associated threads.

All of these functions are performed using the devctl() call as described in the sections that follow. To be able to use these devctl() calls, you'll need at least the following:
#include <devctl.h>
#include <sys/procfs.h>
You can use the devctl() commands (described in the sections that follow) to do the following:
Page updated: