Searched refs:CallingInRenderThread (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/OpenAL-54/Source/OpenAL/
H A DoalContext.h188 bool CallingInRenderThread () const { return (pthread_self() == mRenderThreadID); } function in class:OALContext
H A DoalSource.h605 inline bool InRenderThread() { return mOwningContext->CallingInRenderThread(); }

Completed in 182 milliseconds