Searched defs:pszThreadName (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Main/src-client/ |
H A D | HGCMThread.cpp | 135 int Initialize (HGCMTHREADHANDLE handle, const char *pszThreadName, PFNHGCMTHREAD pfnThread, void *pvUser); 266 int HGCMThread::Initialize (HGCMTHREADHANDLE handle, const char *pszThreadName, PFNHGCMTHREAD pfnThread, void *pvUser) argument 292 pszThreadName); 632 int hgcmThreadCreate (HGCMTHREADHANDLE *pHandle, const char *pszThreadName, PFNHGCMTHREAD pfnThread, void *pvUser) argument 649 rc = pThread->Initialize (handle, pszThreadName, pfnThread, pvUser);
|
/vbox/src/VBox/Runtime/common/misc/ |
H A D | thread.cpp | 691 * @param pszThreadName The name of the thread (purely a dummy for backtrace). 693 DECLCALLBACK(DECLHIDDEN(int)) rtThreadMain(PRTTHREADINT pThread, RTNATIVETHREAD NativeThread, const char *pszThreadName) argument 696 NOREF(pszThreadName);
|
Completed in 71 milliseconds