OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numPending
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/3rdparty/openexr/IlmThread/
IlmThreadPool.cpp
78
int
numPending
; // number of pending tasks to still execute
170
TaskGroup::Data::Data (): isEmpty (1),
numPending
(0)
194
//
numPending
before we wait on the semaphore.
197
if (
numPending
++ == 0)
205
if (--
numPending
== 0)
/frameworks/native/libs/binder/
IPCThreadState.cpp
478
size_t
numPending
= mPendingWeakDerefs.size();
479
if (
numPending
> 0) {
480
for (size_t i = 0; i <
numPending
; i++) {
487
numPending
= mPendingStrongDerefs.size();
488
if (
numPending
> 0) {
489
for (size_t i = 0; i <
numPending
; i++) {
[
all
...]
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java
[
all
...]
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java
[
all
...]
Completed in 1431 milliseconds