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

/vbox/src/VBox/Runtime/common/misc/
H A Dthread.cpp111 * race inserting the thread, this is rtThreadMain() and RTThreadCreate.
122 * In Ring-0 we only try keep track of kernel threads created by RTThreadCreate
427 * This may happen if the thread finishes before the RTThreadCreate call
750 RTDECL(int) RTThreadCreate(PRTTHREAD pThread, PFNRTTHREAD pfnThread, void *pvUser, size_t cbStack, function
756 LogFlow(("RTThreadCreate: pThread=%p pfnThread=%p pvUser=%p cbStack=%#x enmType=%d fFlags=%#x pszName=%p:{%s}\n",
800 Log(("RTThreadCreate: Created thread %p (%p) %s\n", pThreadInt, NativeThread, pszName));
811 LogFlow(("RTThreadCreate: Failed to create thread, rc=%Rrc\n", rc));
815 RT_EXPORT_SYMBOL(RTThreadCreate); variable
821 * Same as RTThreadCreate except the name is given in the RTStrPrintfV form.
824 * @param pThread See RTThreadCreate
[all...]
/vbox/include/iprt/
H A Dmangling.h1674 # define RTThreadCreate RT_MANGLER(RTThreadCreate) macro

Completed in 1018 milliseconds