OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadNum
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp
408
int
threadNum
;
409
for (
threadNum
=0;
threadNum
< gRunInfo.numThreads;
threadNum
++)
411
gThreadInfo[
threadNum
].fThreadNum =
threadNum
;
412
ThreadFuncs::startThread(threadMain, &gThreadInfo[
threadNum
]);
442
int
threadNum
;
444
for (
threadNum
=0;
threadNum
< gRunInfo.numThreads; threadNum++
[
all
...]
/external/icu4c/test/threadtest/
threadtest.cpp
409
int
threadNum
;
410
for (
threadNum
=0;
threadNum
< gRunInfo.numThreads;
threadNum
++)
412
gThreadInfo[
threadNum
].fThreadNum =
threadNum
;
413
ThreadFuncs::startThread(threadMain, &gThreadInfo[
threadNum
]);
443
int
threadNum
;
445
for (
threadNum
=0;
threadNum
< gRunInfo.numThreads; threadNum++
[
all
...]
Completed in 29 milliseconds