OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_t
(Results
1 - 25
of
775
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/compiler-rt/lib/tsan/lit_tests/
stack_race2.cc
13
pthread_t
t;
21
pthread_t
t;
tls_race2.cc
13
pthread_t
t;
21
pthread_t
t;
thread_leak.c
10
pthread_t
t;
thread_leak2.c
10
pthread_t
t;
thread_leak3.c
9
pthread_t
t;
tiny_race.c
9
pthread_t
t;
static_init5.cc
19
pthread_t
t;
34
pthread_t
t[2];
static_init6.cc
19
pthread_t
t;
34
pthread_t
t[2];
atomic_free.cc
12
pthread_t
t;
atomic_free2.cc
13
pthread_t
t;
heap_race.cc
13
pthread_t
t;
sleep_sync2.cc
13
pthread_t
t;
stack_race.cc
12
pthread_t
t;
suppress_same_address.cc
21
pthread_t
t;
tls_race.cc
12
pthread_t
t;
/external/valgrind/main/drd/tests/
pth_create_glibc_2_0.c
13
extern int pthread_create_glibc_2_0(
pthread_t
*, const pthread_attr_t*,
28
pthread_t
thr;
rwlock_race.c
37
pthread_t
thread1;
38
pthread_t
thread2;
pth_detached3.c
15
pthread_t
thread;
/external/valgrind/main/helgrind/tests/
hg01_all_ok.c
20
pthread_t
a, b;
hg04_race.c
17
pthread_t
a, b;
/external/valgrind/main/none/tests/
pth_exit.c
12
pthread_t
a;
/system/extras/tests/bionic/libc/common/
test_pthread_join.c
43
pthread_t
t1 = (
pthread_t
)arg;
55
pthread_t
t1 = (
pthread_t
)arg;
65
pthread_t
t1, t2, t3;
/bionic/tests/
pthread_test.cpp
70
return reinterpret_cast<void*>(pthread_join(reinterpret_cast<
pthread_t
>(arg), NULL));
73
static void AssertDetached(
pthread_t
t, bool is_detached) {
82
static void MakeDeadThread(
pthread_t
& t) {
91
pthread_t
t;
104
pthread_t
t;
109
pthread_t
t1;
124
pthread_t
t1;
128
pthread_t
t2;
153
pthread_t
t1;
181
pthread_t
signal_thread
[
all
...]
/external/qemu/audio/
audio_pt_int.h
8
pthread_t
thread;
/external/regex-re2/util/
thread.h
20
pthread_t
pid_;
Completed in 610 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>