is_scheduler_thread
Last updated March 2020
Name
is_scheduler_thread — Determines whether or not the thread that calls this function is a scheduler thread
Synopsis
#include "scheduler.h"
| int **is_scheduler_thread** (
| )
; | |
Description
Determines whether the thread that calls this function is a scheduler thread.
This is a Boolean function that returns 1
if this is a scheduler thread, and 0
otherwise.
It is legal to call this function in any thread.
See Also
Was this page helpful?