Searched defs:RTThreadAdopt (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/common/misc/
H A Dthread.cpp297 RTDECL(int) RTThreadAdopt(RTTHREADTYPE enmType, unsigned fFlags, const char *pszName, PRTTHREAD pThread) function
323 Log(("RTThreadAdopt: %RTthrd %RTnthrd '%s' enmType=%d fFlags=%#x rc=%Rrc\n",
327 Log(("RTThreadAdopt: %RTthrd %RTnthrd '%s' enmType=%d fFlags=%#x - already adopted!\n",
334 RT_EXPORT_SYMBOL(RTThreadAdopt); variable
347 RTThreadAdopt(RTTHREADTYPE_DEFAULT, 0, NULL, &hSelf);
/vbox/include/iprt/
H A Dmangling.h1672 # define RTThreadAdopt RT_MANGLER(RTThreadAdopt) macro

Completed in 566 milliseconds