Searched refs:fCursorThread (Results 1 - 2 of 2) sorted by relevance

/haiku-fatelf/src/servers/app/
H A DEventDispatcher.cpp235 fCursorThread(-1),
298 wait_for_thread(fCursorThread, &status);
300 fThread = fCursorThread = -1;
318 fCursorThread = spawn_thread(_cursor_looper, "cursor loop",
320 if (resume_thread(fCursorThread) != B_OK) {
321 kill_thread(fCursorThread);
322 fCursorThread = -1;
579 return fCursorThread >= B_OK;
1012 fCursorThread = -1;
H A DEventDispatcher.h133 thread_id fCursorThread; member in class:EventDispatcher

Completed in 87 milliseconds