OpenMP Runtime
Typedefs | Functions
tomp_dispatch.c File Reference

Dispatcher Implementation for OpenMP. More...

#include "tomp_parallel.h"
Include dependency graph for tomp_dispatch.c:

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.

Detailed Description

Dispatcher Implementation for OpenMP.

 All Classes Files Functions Variables Typedefs Enumerations Defines