OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threads
(Results
226 - 250
of
1186
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/device/google/contexthub/util/common/
ring.h
24
#include <utils/
threads
.h>
/external/eigen/Eigen/src/Core/products/
Parallelizer.h
47
/** Must be call first when calling Eigen from multiple
threads
*/
56
/** \returns the max number of
threads
reserved for Eigen
65
/** Sets the max number of
threads
reserved for Eigen
101
// - the max number of
threads
we can create is greater than 1
112
// 2- compute the maximal number of
threads
from the size of the product:
116
// 3 - compute the number of
threads
we are going to use
117
Index
threads
= std::min<Index>(nbThreads(), max_threads);
119
if(
threads
==1)
128
GemmParallelInfo<Index>* info = new GemmParallelInfo<Index>[
threads
];
130
#pragma omp parallel num_threads(
threads
)
[
all
...]
/external/google-breakpad/src/processor/
exploitability_linux.cc
67
process_state_->
threads
()->at(process_state_->requesting_thread());
/external/libvpx/libvpx/test/
test_vector_test.cc
91
const int
threads
= std::tr1::get<kThreads>(input);
local
102
cfg.
threads
=
threads
;
105
"file: %s mode: %s
threads
: %d",
106
filename.c_str(), mode == 0 ? "Serial" : "Parallel",
threads
);
160
// Test VP9 decode in frame parallel mode with different number of
threads
.
168
::testing::Range(2, 9), // With 2 ~ 8
threads
.
/frameworks/av/include/media/
IMediaDeathNotifier.h
20
#include <utils/
threads
.h>
/frameworks/av/include/media/stagefright/
MediaBufferGroup.h
23
#include <utils/
threads
.h>
/frameworks/av/include/media/stagefright/foundation/
AAtomizer.h
27
#include <utils/
threads
.h>
/frameworks/base/cmds/bootanimation/
bootanimation_main.cpp
25
#include <utils/
threads
.h>
/frameworks/base/libs/hwui/thread/
Signal.h
22
#include <utils/
threads
.h>
/frameworks/native/include/binder/
BufferedTextOutput.h
21
#include <utils/
threads
.h>
/frameworks/native/services/surfaceflinger/
Barrier.h
22
#include <utils/
threads
.h>
32
// Release any
threads
waiting at the Barrier.
34
// to other
threads
before they wake up.
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
DisplayAnalyzer.h
19
#include <utils/
threads
.h>
/hardware/qcom/audio/msm8909/audiod/
audiod_main.cpp
32
#include <utils/
threads
.h>
/hardware/qcom/display/msm8226/libqdutils/
qd_utils.h
33
#include <utils/
threads
.h>
/hardware/qcom/display/msm8909/libqdutils/
qd_utils.h
33
#include <utils/
threads
.h>
/hardware/qcom/display/msm8994/libqdutils/
qd_utils.h
33
#include <utils/
threads
.h>
/prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
Completed in 1710 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>