Searched refs:_ServiceThreadNub (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Additions/haiku/VBoxTray/ |
H A D | VBoxDisplay.h | 63 static status_t _ServiceThreadNub(void *_this);
|
H A D | VBoxClipboard.h | 64 static status_t _ServiceThreadNub(void *_this);
|
H A D | VBoxDisplay.cpp | 92 err = fServiceThreadID = spawn_thread(_ServiceThreadNub, "VBoxDisplayService", B_NORMAL_PRIORITY, this); 109 status_t VBoxDisplayService::_ServiceThreadNub(void *_this) function in class:VBoxDisplayService
|
H A D | VBoxClipboard.cpp | 102 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 D | VBoxMouseFilter.h | 63 static status_t _ServiceThreadNub(void *_this);
|
H A D | VBoxMouse.h | 69 static status_t _ServiceThreadNub(void *_this);
|
H A D | VBoxMouse.cpp | 159 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 637 milliseconds