Skip to main content

Name

ping_scheduler — Pings the master scheduler thread

Synopsis

#include "scheduler.h"

| void **ping_scheduler** ( | ); |   |

void;

Description

Pings the master scheduler thread. Runs the ping_scheduler function registered with the master scheduler thread.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?