![]() |
![]() |
OpenMP Runtime
|
Dispatcher Implementation for OpenMP. More...
#include "tomp_parallel.h"
Typedefs | |
typedef void(* | tomp_dispatchFn )(tomp_event_t eventHdl) |
Functions | |
void | tomp_exitLocalX (tomp_event_t event) |
Called by the worker cores (only) during program termination. | |
static bool | tomp_dispatchEvent (tomp_dispatchFn fn, uint32_t qid) |
void | tomp_dispatch_once (void) |
OpenMP dispatch function. |
Dispatcher Implementation for OpenMP.