OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadNum
(Results
1 - 6
of
6
) sorted by null
/external/icu/icu4c/source/test/intltest/
dtifmtts.h
62
void threadFunc11669(int32_t
threadNum
);
simplethread.cpp
291
ThreadPoolThread(ThreadPoolBase *pool, int32_t
threadNum
) : fPool(pool), fNum(
threadNum
) {};
callimts.cpp
203
void CalendarLimitTest::TestLimitsThread(int32_t
threadNum
) {
204
logln("thread %d starting",
threadNum
);
dtifmtts.cpp
[
all
...]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/executor/
FifoPriorityThreadPoolExecutor.java
45
int
threadNum
= 0;
48
final Thread result = new Thread(runnable, "fifo-pool-thread-" +
threadNum
) {
55
threadNum
++;
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
Http2Client.java
318
int
threadNum
;
321
MaxStreamsWorker(int
threadNum
, SimpleRequest request) {
322
this.
threadNum
=
threadNum
;
328
Thread.currentThread().setName("thread:" +
threadNum
);
Completed in 783 milliseconds