Searched defs:_terminationEvent (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj2/src/build-tools/windows/
H A Dservice.c32 HANDLE _terminationEvent = NULL; variable
1080 _terminationEvent = CreateEvent(
1155 returnValue = WaitForSingleObject (_terminationEvent, INFINITE);
1167 returnValue = WaitForSingleObject (_terminationEvent,
1318 doTerminateService (_terminationEvent);
/forgerock/opendj-b2.6/src/build-tools/windows/
H A Dservice.c33 HANDLE _terminationEvent = NULL; variable
1081 _terminationEvent = CreateEvent(
1156 returnValue = WaitForSingleObject (_terminationEvent, INFINITE);
1168 returnValue = WaitForSingleObject (_terminationEvent,
1319 doTerminateService (_terminationEvent);
/forgerock/opendj2.6.2/src/build-tools/windows/
H A Dservice.c33 HANDLE _terminationEvent = NULL; variable
1081 _terminationEvent = CreateEvent(
1156 returnValue = WaitForSingleObject (_terminationEvent, INFINITE);
1168 returnValue = WaitForSingleObject (_terminationEvent,
1319 doTerminateService (_terminationEvent);
/forgerock/opendj2-hg/src/build-tools/windows/
H A Dservice.c32 HANDLE _terminationEvent = NULL; variable
1080 _terminationEvent = CreateEvent(
1155 returnValue = WaitForSingleObject (_terminationEvent, INFINITE);
1167 returnValue = WaitForSingleObject (_terminationEvent,
1318 doTerminateService (_terminationEvent);
/forgerock/opendj2-jel-hg/src/build-tools/windows/
H A Dservice.c33 HANDLE _terminationEvent = NULL; variable
1081 _terminationEvent = CreateEvent(
1156 returnValue = WaitForSingleObject (_terminationEvent, INFINITE);
1168 returnValue = WaitForSingleObject (_terminationEvent,
1319 doTerminateService (_terminationEvent);
/forgerock/opendj-v3/opendj-server-legacy/src/build-tools/windows/
H A Dservice.c32 HANDLE _terminationEvent = NULL; variable
1080 _terminationEvent = CreateEvent(
1155 returnValue = WaitForSingleObject (_terminationEvent, INFINITE);
1167 returnValue = WaitForSingleObject (_terminationEvent,
1318 doTerminateService (_terminationEvent);

Completed in 60 milliseconds