Home
last modified time | relevance | path

Searched refs:THREADIMPL_FLAGS_ACTIVE (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/sal/osl/unx/
H A Dthread.c65 #define THREADIMPL_FLAGS_ACTIVE 0x00008 macro
208 pImpl->m_Flags &= ~(THREADIMPL_FLAGS_ACTIVE | THREADIMPL_FLAGS_ATTACHED); in osl_thread_cleanup_Impl()
246 pImpl->m_Flags |= THREADIMPL_FLAGS_ACTIVE; in osl_thread_start_Impl()
359 active = (impl->m_Flags & THREADIMPL_FLAGS_ACTIVE) != 0; in osl_destroyThread()
433 active = ((pImpl->m_Flags & THREADIMPL_FLAGS_ACTIVE) > 0); in osl_isThreadRunning()

Completed in 10 milliseconds