Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dworkitem.c169 volatile LONG WorkerInitialized = 0; in RtlpStartWorkerThread() local
174 Status = RtlpStartThreadFunc(StartRoutine, (PVOID)&WorkerInitialized, &ThreadHandle); in RtlpStartWorkerThread()
180 while (WorkerInitialized == 0) in RtlpStartWorkerThread()