Name
ping_scheduler — Pings the master scheduler thread
Synopsis
#include "scheduler.h"
| void **ping_scheduler** (
| )
; | |
Description
Pings the master scheduler thread. Runs the ping_scheduler
function registered with the master scheduler thread.
This function returns void
.
It is legal to call this function in any thread.
See Also
Was this page helpful?