Home
last modified time | relevance | path

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

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