OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bindthread
(Results
1 - 4
of
4
) 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
248
void
bindThread
(SWR_CONTEXT* pContext, uint32_t threadId, uint32_t procGroupId = 0, bool bindProcGroup=false)
722
bindThread
(pContext, threadId, pThreadData->procGroupId, pThreadData->forceBindProcGroup);
841
bindThread
(pContext, 0);
[
all
...]
/cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
BaseGnssTestActivity.java
285
ActivityResultMultiplexedLatch.Latch latch = mActivityResultMultiplexedLatch.
bindThread
();
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
BaseSensorTestActivity.java
327
ActivityResultMultiplexedLatch.Latch latch = mActivityResultMultiplexedLatch.
bindThread
();
Completed in 594 milliseconds