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()347 THREADIMPL_FLAGS_SUSPENDED ); in osl_createSuspendedThread()381 if (pImpl->m_Flags & THREADIMPL_FLAGS_SUSPENDED) in osl_resumeThread()384 pImpl->m_Flags &= ~THREADIMPL_FLAGS_SUSPENDED; in osl_resumeThread()404 pImpl->m_Flags |= THREADIMPL_FLAGS_SUSPENDED; in osl_suspendThread()409 while (pImpl->m_Flags & THREADIMPL_FLAGS_SUSPENDED) in osl_suspendThread()493 if (pImpl->m_Flags & THREADIMPL_FLAGS_SUSPENDED) in osl_terminateThread()496 pImpl->m_Flags &= ~THREADIMPL_FLAGS_SUSPENDED; in osl_terminateThread()524 while (pImpl->m_Flags & THREADIMPL_FLAGS_SUSPENDED) in osl_scheduleThread()