OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_num_
(Results
1 - 3
of
3
) sorted by null
/external/stressapptest/src/
worker.cc
296
thread_num_
= thread_num_init;
319
thread_num_
, apicid(),
539
logprintf(9, "Log: Starting fill thread %d\n",
thread_num_
);
572
thread_num_
, status_, pages_copied_);
[
all
...]
worker.h
295
int ThreadID() {return
thread_num_
;}
376
int
thread_num_
; // Thread ID.
member in class:WorkerThread
/external/webrtc/src/modules/audio_processing/test/
unit_test.cc
250
ThreadData(int
thread_num_
, AudioProcessing* ap_)
251
: thread_num(
thread_num_
),
[
all
...]
Completed in 116 milliseconds