Searched refs:CurrentJob (Results 1 – 2 of 2) sorted by relevance
/reactos/base/services/schedsvc/ |
H A D | rpcserver.c | 151 PJOB CurrentJob; in NetrJobDel() local 168 if ((CurrentJob->JobId >= MinJobId) && (CurrentJob->JobId <= MaxJobId)) in NetrJobDel() 175 DeleteJob(CurrentJob); in NetrJobDel() 212 PJOB CurrentJob; in NetrJobEnum() local 292 pEnum[dwIndex].JobId = CurrentJob->JobId; in NetrJobEnum() 296 pEnum[dwIndex].Flags = CurrentJob->Flags; in NetrJobEnum() 298 wcscpy(pString, CurrentJob->Command); in NetrJobEnum() 341 PJOB CurrentJob; in NetrJobGetInfo() local 358 if (CurrentJob->JobId == JobId) in NetrJobGetInfo() 375 pInfo->JobTime = CurrentJob->JobTime; in NetrJobGetInfo() [all …]
|
H A D | job.c | 48 PJOB CurrentJob; in GetNextJobTimeout() local 54 CurrentJob = CONTAINING_RECORD(CurrentEntry, JOB, JobEntry); in GetNextJobTimeout() 127 PJOB CurrentJob; in RunCurrentJobs() local 133 CurrentJob = CONTAINING_RECORD(CurrentEntry, JOB, JobEntry); in RunCurrentJobs() 137 TRACE("Run job %ld: %S\n", CurrentJob->JobId, CurrentJob->Command); in RunCurrentJobs() 141 StartupInfo.lpTitle = CurrentJob->Command; in RunCurrentJobs() 145 if ((CurrentJob->Flags & JOB_NONINTERACTIVE) == 0) in RunCurrentJobs() 152 CurrentJob->Command, in RunCurrentJobs() 610 PJOB CurrentJob; 615 CurrentJob = CONTAINING_RECORD(CurrentEntry, JOB, StartEntry); [all …]
|