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

/vbox/src/VBox/Runtime/r3/os2/
H A Dthread-os2.cpp151 int iThreadId = _beginthread(rtThreadNativeMain, NULL, pThread->cbStack, pThread); local
152 if (iThreadId > 0)
155 *pNativeThread = iThreadId | (fibGetPid() << 16);
157 *pNativeThread = iThreadId;

Completed in 44 milliseconds