OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nr_threads
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
cpu-defs.h
198
int
nr_threads
;/* number of threads within this CPU */ \
/external/oprofile/libpp/
xml_utils.cpp
465
process_info() {
nr_threads
= 0; }
475
size_t
nr_threads
;
member in class:process_info
824
my_threads[
nr_threads
++].build_thread(tid, l, h);
832
for (size_t t = 0; t <
nr_threads
; ++t)
840
for (size_t t = 0; t <
nr_threads
; ++t) {
934
for (size_t t = 0; t <
nr_threads
; ++t)
946
for (size_t t = 0; t <
nr_threads
; ++t)
965
for (size_t i = 0; i <
nr_threads
; ++i)
/external/kernel-headers/original/linux/
sched.h
120
extern int
nr_threads
;
[
all
...]
Completed in 56 milliseconds