Home
last modified time | relevance | path

Searched refs:hEventSource (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmain.c663 HANDLE hEventSource; in handle_runtime_exceptions() local
691 hEventSource = RegisterEventSource(NULL, "GNU Make"); in handle_runtime_exceptions()
694 if (hEventSource != NULL) in handle_runtime_exceptions()
696 ReportEvent(hEventSource, /* handle of event source */ in handle_runtime_exceptions()
706 (VOID) DeregisterEventSource(hEventSource); in handle_runtime_exceptions()