Searched refs:thisThread (Results 1 – 2 of 2) sorted by relevance
594 ThreadIdentifier thisThread = currentThread(); in lock() local596 if (thisThread == m_graphOwnerThread) { in lock()602 m_graphOwnerThread = thisThread; in lock()609 ThreadIdentifier thisThread = currentThread(); in tryLock() local610 bool isAudioThread = thisThread == audioThread(); in tryLock()623 if (thisThread == m_graphOwnerThread) { in tryLock()632 m_graphOwnerThread = thisThread; in tryLock()
161 private void writePackets(Thread thisThread) { in writePackets() argument166 while (!done && (writerThread == thisThread)) { in writePackets()