Skip to main content

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** ( | ); |   |

void;

Description

Determines whether the thread that calls this function is a scheduler thread.

Return Values

This is a Boolean function that returns 1 if this is a scheduler thread, and 0 otherwise.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?