Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeSpinBarrier.cpp127 void SpinBarrier::removeThread (WaitMode requestedMode) in removeThread() function in de::SpinBarrier
260 barrier.removeThread(mode); in singleThreadRemoveTest()
261 barrier.removeThread(mode); in singleThreadRemoveTest()
263 barrier.removeThread(mode); in singleThreadRemoveTest()
269 barrier.removeThread(mode); in singleThreadRemoveTest()
294 m_barrier.removeThread(m_waitMode); in run()
DdeSpinBarrier.hpp70 void removeThread (WaitMode mode);
/external/libcxx/utils/google-benchmark/src/
Dthread_manager.h26 start_stop_barrier_.removeThread(); in NotifyThreadComplete()
Dmutex.h114 void removeThread() EXCLUDES(lock_) { in removeThread() function
/external/google-benchmark/src/
Dthread_manager.h26 start_stop_barrier_.removeThread(); in NotifyThreadComplete()
Dmutex.h114 void removeThread() EXCLUDES(lock_) { in removeThread() function
/external/nist-sip/java/gov/nist/core/
DThreadAuditor.java113 public synchronized void removeThread(Thread thread) { in removeThread() method in ThreadAuditor
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
DRouteSpecificPool.java298 public void removeThread(WaitingThread wt) { in removeThread() method in RouteSpecificPool
DConnPoolByRoute.java351 rospl.removeThread(waitingThread);
/external/oj-libjdwp/src/share/back/
DthreadControl.c380 removeThread(JNIEnv *env, ThreadList *list, jthread thread) in removeThread() function
400 removeThread(env, list, node->thread); in removeResumed()
2157 removeThread(env, &runningThreads, thread); in threadControl_onEventHandlerExit()
/external/deqp/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationInternallySynchronizedObjectsTests.cpp585 m_barrier->removeThread(de::SpinBarrier::WAIT_MODE_AUTO); in run()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp226 m_barrier->removeThread(de::SpinBarrier::WAIT_MODE_AUTO); in run()
/external/apache-http/api/
Dcurrent.txt2950 method @Deprecated public void removeThread(org.apache.http.impl.conn.tsccm.WaitingThread);