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

/httpd/server/mpm/winnt/
H A Dservice.c66 static nt_service_ctx_t globdat; variable
361 ReportStatusToSCMgr(globdat.ssStatus.dwCurrentState, 0, ctx);
379 nt_service_ctx_t *ctx = &globdat;
455 nt_service_ctx_t *ctx = &globdat;
668 if (globdat.service_thread)
674 ReleaseMutex(globdat.service_term);
676 ReportStatusToSCMgr(SERVICE_STOPPED, 0, &globdat);
678 WaitForSingleObject(globdat.service_thread, 5000);
679 CloseHandle(globdat.service_thread);
696 if (!DuplicateHandle(hProc, hThread, hProc, &(globdat
[all...]

Completed in 12 milliseconds