Searched refs:m_ThreadId (Results 1 – 4 of 4) sorted by relevance
| /AOO41X/main/sal/osl/os2/ |
| H A D | thread.c | 46 TID m_ThreadId; /* identifier for this thread */ member 107 …apperFunction pThreadImpl %x, pThreadImpl->m_ThreadId %d\n", pThreadImpl, pThreadImpl->m_ThreadId); in oslWorkerWrapperFunction() 112 printf("pThreadImpl->m_ThreadId %d, pThreadImpl->m_hab %x\n", pThreadImpl->m_ThreadId,pThreadImpl->… in oslWorkerWrapperFunction() 116 printf("pThreadImpl->m_ThreadId %d, pThreadImpl->m_hmq %x\n", pThreadImpl->m_ThreadId,pThreadImpl->… in oslWorkerWrapperFunction() 124 printf("pThreadImpl->m_ThreadId %d, about to destroy queue\n", pThreadImpl->m_ThreadId); in oslWorkerWrapperFunction() 128 …ThreadImpl->m_ThreadId %d, WinDestroyMsgQueue rc=%d (should be 1)\n", pThreadImpl->m_ThreadId, rc); in oslWorkerWrapperFunction() 129 printf("pThreadImpl->m_ThreadId %d, about to terminate hab\n", pThreadImpl->m_ThreadId); in oslWorkerWrapperFunction() 133 printf("pThreadImpl->m_ThreadId %d, WinTerminate rc=%d (should be 1)\n", pThreadImpl->m_ThreadId, r… in oslWorkerWrapperFunction() 170 pThreadImpl->m_ThreadId = (TID) _beginthread( oslWorkerWrapperFunction, /* worker-function */ in oslCreateThread() 176 if( pThreadImpl->m_ThreadId != -1 ) in oslCreateThread() [all …]
|
| /AOO41X/main/fpicker/source/win32/filepicker/ |
| H A D | asynceventnotifier.cxx | 53 m_ThreadId(0), in CAsyncEventNotifier() 137 NULL, 0, CAsyncEventNotifier::ThreadProc, this, 0, &m_ThreadId); in startup() 158 OSL_PRECOND(nThreadId != m_ThreadId, "Method called in wrong thread context!"); in shutdown()
|
| H A D | asynceventnotifier.hxx | 92 unsigned m_ThreadId; member in CAsyncEventNotifier
|
| /AOO41X/main/sal/osl/w32/ |
| H A D | thread.c | 39 unsigned m_ThreadId; /* identifier for this thread */ member 100 &pThreadImpl->m_ThreadId); in oslCreateThread() 138 return ((oslThreadIdentifier)pThreadImpl->m_ThreadId); in osl_getThreadIdentifier()
|