Home
last modified time | relevance | path

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

/reactos/sdk/lib/rtl/
H A Dworkitem.c46 PRTL_EXIT_POOL_THREAD RtlpExitThreadFunc = RtlpExitThread; variable
593 RtlpExitThreadFunc(Status); in RtlpIoWorkerThreadProc()
672 RtlpExitThreadFunc(Status); in RtlpIoWorkerThreadProc()
695 RtlpExitThreadFunc(Status); in RtlpWorkerThreadProc()
769 RtlpExitThreadFunc(Status); in RtlpWorkerThreadProc()
950 RtlpExitThreadFunc = ExitPoolThread; in RtlSetThreadPoolStartFunc()
H A Dtimerqueue.c23 extern PRTL_EXIT_POOL_THREAD RtlpExitThreadFunc;
254 RtlpExitThreadFunc(STATUS_SUCCESS); in timer_queue_thread_proc()