Searched refs:THREADIMPL_FLAGS_SUSPENDED (Results 1 – 1 of 1) sorted by relevance
64 #define THREADIMPL_FLAGS_SUSPENDED 0x00004 macro250 while (pImpl->m_Flags & THREADIMPL_FLAGS_SUSPENDED) in osl_thread_start_Impl()348 THREADIMPL_FLAGS_SUSPENDED ); in osl_createSuspendedThread()382 if (pImpl->m_Flags & THREADIMPL_FLAGS_SUSPENDED) in osl_resumeThread()385 pImpl->m_Flags &= ~THREADIMPL_FLAGS_SUSPENDED; in osl_resumeThread()405 pImpl->m_Flags |= THREADIMPL_FLAGS_SUSPENDED; in osl_suspendThread()410 while (pImpl->m_Flags & THREADIMPL_FLAGS_SUSPENDED) in osl_suspendThread()494 if (pImpl->m_Flags & THREADIMPL_FLAGS_SUSPENDED) in osl_terminateThread()497 pImpl->m_Flags &= ~THREADIMPL_FLAGS_SUSPENDED; in osl_terminateThread()525 while (pImpl->m_Flags & THREADIMPL_FLAGS_SUSPENDED) in osl_scheduleThread()
Completed in 14 milliseconds