OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threads
(Results
1 - 25
of
652
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/linux-tools-perf/util/
thread_map.c
17
struct thread_map *
threads
;
local
28
threads
= malloc(sizeof(*
threads
) + sizeof(pid_t) * items);
29
if (
threads
!= NULL) {
31
threads
->map[i] = atoi(namelist[i]->d_name);
32
threads
->nr = items;
39
return
threads
;
44
struct thread_map *
threads
= malloc(sizeof(*
threads
) + sizeof(pid_t));
local
46
if (
threads
!= NULL)
[
all
...]
/external/valgrind/main/drd/tests/
linuxthreads_det.stdout.exp
1
NPTL or non-Linux POSIX
threads
implementation detected.
/bionic/libc/kernel/arch-mips/asm/
hardirq.h
21
#include <linux/
threads
.h>
/development/ndk/platforms/android-9/arch-mips/include/asm/
hardirq.h
21
#include <linux/
threads
.h>
/frameworks/native/include/private/utils/
Static.h
20
#include <utils/
threads
.h>
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
hardirq.h
21
#include <linux/
threads
.h>
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/asm/
hardirq.h
21
#include <linux/
threads
.h>
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderServer.cpp
65
RenderThreadsSet
threads
;
local
101
// remove from the
threads
list
threads
which are
104
for (RenderThreadsSet::iterator n,t =
threads
.begin();
105
t !=
threads
.end();
115
threads
.erase(t);
120
threads
.insert(rt);
126
// Wait for all
threads
to finish
128
for (RenderThreadsSet::iterator t =
threads
.begin();
129
t !=
threads
.end()
[
all
...]
/external/valgrind/main/coregrind/
m_threadstate.c
43
ThreadState VG_(
threads
)[VG_N_THREADS];
65
vg_assert(VG_(
threads
)[tid].tid == tid);
66
return &VG_(
threads
)[tid];
74
if (VG_(
threads
)[tid].status == VgTs_Empty) return False;
98
return VG_(
threads
)[tid].exitreason != VgSrc_None;
101
/* Return the number of non-dead
Threads
*/
108
if (VG_(
threads
)[tid].status != VgTs_Empty &&
109
VG_(
threads
)[tid].status != VgTs_Zombie)
115
/* Return the number of
threads
in VgTs_Runnable state */
122
if (VG_(
threads
)[tid].status == VgTs_Runnable
[
all
...]
/bionic/libc/kernel/common/linux/
percpu_counter.h
24
#include <linux/
threads
.h>
/development/ndk/platforms/android-3/include/linux/
percpu_counter.h
17
#include <linux/
threads
.h>
/external/kernel-headers/original/asm-mips/
hardirq.h
13
#include <linux/
threads
.h>
/external/linux-tools-perf/python/
twatch.py
20
threads
= perf.thread_map()
25
evsel.open(cpus = cpus,
threads
=
threads
);
26
evlist = perf.evlist(cpus,
threads
)
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
percpu_counter.h
17
#include <linux/
threads
.h>
/prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
percpu_counter.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
percpu_counter.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
percpu_counter.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
percpu_counter.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
percpu_counter.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
percpu_counter.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
percpu_counter.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
percpu_counter.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
percpu_counter.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
percpu_counter.h
17
#include <linux/
threads
.h>
/prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
percpu_counter.h
17
#include <linux/
threads
.h>
Completed in 640 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>