OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threads
(Results
601 - 625
of
768
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/compiler-rt/lib/asan/tests/
asan_noinst_test.cc
293
// Check that the thread local allocators are flushed when
threads
are
544
pthread_t
threads
[kManyThreadsNumThreads];
local
547
PTHREAD_CREATE(&
threads
[i], 0,
551
PTHREAD_JOIN(
threads
[i], 0);
/external/compiler-rt/lib/tsan/rtl/
tsan_rtl_report.cc
179
for (uptr i = 0; i < rep_->
threads
.Size(); i++) {
180
if ((u32)rep_->
threads
[i]->id == tctx->tid)
185
rep_->
threads
.PushBack(rt);
/external/linux-tools-perf/
builtin-top.c
903
top.evlist->
threads
, group) < 0) {
969
perf_event__synthesize_thread_map(top.evlist->
threads
,
1134
top.evlist->
threads
->nr) < 0)
/external/linux-tools-perf/util/
event.c
295
int perf_event__synthesize_thread_map(struct thread_map *
threads
,
311
for (thread = 0; thread <
threads
->nr; ++thread) {
313
threads
->map[thread],
/frameworks/base/docs/html/training/
training_toc.cs
[
all
...]
/device/lge/mako/camera/QCamera/HAL/wrapper/
QualcommCamera.cpp
35
#include <utils/
threads
.h>
/device/lge/mako/camera/
QualcommCamera2.cpp
35
#include <utils/
threads
.h>
/external/chromium/build/
install-build-deps.sh
112
./configure --prefix=/usr/local/gold --enable-gold --enable-
threads
/external/kernel-headers/original/asm-x86/
pgtable_32.h
17
#include <linux/
threads
.h>
processor_32.h
20
#include <linux/
threads
.h>
/external/valgrind/main/coregrind/m_initimg/
initimg-darwin.c
583
ThreadArchState* arch = &VG_(
threads
)[1].arch;
/external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsOperation.h
40
#include <utils/
threads
.h>
/frameworks/av/libvideoeditor/osal/src/
M4OSA_Thread.c
21
* @brief Implements and manipulate
threads
22
* @note This file implements functions to manipulate
threads
31
#include <utils/
threads
.h>
264
* helpers might bring some improvement (see
threads
.h) */
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h
24
#include <utils/
threads
.h>
MidiFile.cpp
28
#include <utils/
threads
.h>
/frameworks/av/media/libstagefright/
MediaCodecList.cpp
27
#include <utils/
threads
.h>
/frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp
138
cfg.
threads
= GetCPUCoreCount();
/frameworks/av/media/libstagefright/omx/
OMX.cpp
29
#include <utils/
threads
.h>
/frameworks/base/core/jni/
android_media_AudioRecord.cpp
32
#include <utils/
threads
.h>
/frameworks/base/media/jni/
android_media_MediaMetadataRetriever.cpp
23
#include <utils/
threads
.h>
android_media_MediaProfiles.cpp
22
#include <utils/
threads
.h>
android_media_MediaRecorder.cpp
30
#include <utils/
threads
.h>
/frameworks/base/media/jni/audioeffect/
android_media_Visualizer.cpp
26
#include <utils/
threads
.h>
/frameworks/base/media/jni/mediaeditor/
VideoEditorPropertiesMain.cpp
21
#include <utils/
threads
.h>
/frameworks/base/tools/aapt/
Package.cpp
12
#include <utils/
threads
.h>
Completed in 4001 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>