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

/vbox/src/VBox/Runtime/testcase/
H A DtstRTCoreDump.h102 thread_t hCurThread; /* The current thread */ member in struct:VBOXPROCESS
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.h108 thread_t hCurThread; /**< The current thread */ member in struct:RTSOLCOREPROCESS
H A Dcoredumper-solaris.cpp899 && pStatus->pr_lwpid == (id_t)pSolProc->hCurThread)
1170 if ((lwpid_t)pThreadInfo->pr_lwpid != pSolCore->SolProc.hCurThread)
1191 if ((lwpid_t)pThreadInfo->pr_lwpid != (lwpid_t)pSolCore->SolProc.hCurThread)
1939 pSolProc->hCurThread = _lwp_self(); /* thr_self() */
1970 CORELOG((CORELOG_NAME "CreateCore: Taking Core %s from Thread %d\n", pSolCore->szCorePath, (int)pSolProc->hCurThread));

Completed in 72 milliseconds