Searched refs:_ServiceThreadNub (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Additions/haiku/VBoxTray/
H A DVBoxDisplay.h63 static status_t _ServiceThreadNub(void *_this);
H A DVBoxClipboard.h64 static status_t _ServiceThreadNub(void *_this);
H A DVBoxDisplay.cpp92 err = fServiceThreadID = spawn_thread(_ServiceThreadNub, "VBoxDisplayService", B_NORMAL_PRIORITY, this);
109 status_t VBoxDisplayService::_ServiceThreadNub(void *_this) function in class:VBoxDisplayService
H A DVBoxClipboard.cpp102 err = fServiceThreadID = spawn_thread(_ServiceThreadNub, "VBoxClipboardService", B_NORMAL_PRIORITY, this);
361 status_t VBoxClipboardService::_ServiceThreadNub(void *_this) function in class:VBoxClipboardService
/vbox/src/VBox/Additions/haiku/VBoxMouse/
H A DVBoxMouseFilter.h63 static status_t _ServiceThreadNub(void *_this);
H A DVBoxMouse.h69 static status_t _ServiceThreadNub(void *_this);
H A DVBoxMouse.cpp159 err = fServiceThreadID = spawn_thread(_ServiceThreadNub,
188 err = fServiceThreadID = spawn_thread(_ServiceThreadNub, "VBoxMouse", B_NORMAL_PRIORITY, this);
247 status_t VBoxMouse::_ServiceThreadNub(void *_this) function in class:VBoxMouse

Completed in 446 milliseconds