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

/haiku/src/servers/app/
H A DEventDispatcher.cpp239 fCursorThread(-1),
301 wait_for_thread(fCursorThread, &status);
303 fThread = fCursorThread = -1;
321 fCursorThread = spawn_thread(_cursor_looper, "cursor loop",
323 if (resume_thread(fCursorThread) != B_OK) {
324 kill_thread(fCursorThread);
325 fCursorThread = -1;
581 return fCursorThread >= B_OK;
1018 fCursorThread = -1;
H A DEventDispatcher.h135 thread_id fCursorThread; member in class:EventDispatcher

Completed in 89 milliseconds