get_scheduler_pid
Last updated March 2020
Name
get_scheduler_pid — Get the Process ID (PID) of the master scheduler thread
Synopsis
#include "scheduler.h"
| pid_t **get_scheduler_pid** (
| )
; | |
Description
Get the PID of the master scheduler thread.
This function returns the PID of the master scheduler
. The following typedef applies to this return value:
typedef int pid_t;
It is legal to call this function in any thread.
See Also
Was this page helpful?