Lines Matching defs:Thread
114 RTTHREAD Thread;
180 static DECLCALLBACK(int) rttimerCallback(RTTHREAD Thread, void *pvArg)
218 RTThreadUserSignal(Thread);
225 RTThreadUserSignal(Thread);
266 RTThreadUserSignal(Thread);
275 RTThreadUserSignal(Thread);
359 rc = RTThreadCreate(&pTimer->Thread, rttimerCallback, pTimer, 0, RTTHREADTYPE_TIMER, RTTHREADFLAGS_WAITABLE, "Timer");
366 rc = RTThreadUserWait(pTimer->Thread, 10000);
377 RTThreadWait(pTimer->Thread, 250, NULL);
441 rc = RTThreadWait(pTimer->Thread, 1000, NULL);
443 TerminateThread((HANDLE)RTThreadGetNative(pTimer->Thread), -1);