HomeSort by relevance Sort by last modified time
    Searched defs:bindThread (Results 1 - 2 of 2) sorted by null

  /cts/tests/sensor/src/android/hardware/cts/helpers/
ActivityResultMultiplexedLatch.java 29 * {@link #bindThread()}, this guarantees that a latch is associated with the thread, and the result
39 * Applications get an instance by invoking {@link ActivityResultMultiplexedLatch#bindThread()}.
85 public Latch bindThread() {
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
threads.cpp 257 void bindThread(SWR_CONTEXT* pContext, uint32_t threadId, uint32_t procGroupId = 0, bool bindProcGroup=false)
750 bindThread(pContext, 0, threadData.procGroupId, true);
757 bindThread(pContext, threadData.threadId, threadData.procGroupId, threadData.forceBindProcGroup);
768 bindThread(pContext, threadId, pThreadData->procGroupId, pThreadData->forceBindProcGroup);
    [all...]

Completed in 4412 milliseconds