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
1044
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
thread_creator.c
19
* We know that newlib and glibc use a small
pthread_t
type, so we
20
* do not need to wrap
pthread_t
values.
22
NACL_ASSERT_SAME_SIZE(
pthread_t
, uintptr_t);
24
return pthread_create((
pthread_t
*) tid, NULL,
30
return pthread_join((
pthread_t
) tid, NULL);
/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;
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;
thread_end_with_ignore.cc
13
pthread_t
t;
thread_leak3.c
10
pthread_t
t;
thread_leak4.c
12
pthread_t
t;
thread_leak5.c
11
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;
/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
71
return reinterpret_cast<void*>(pthread_join(reinterpret_cast<
pthread_t
>(arg), NULL));
74
static void AssertDetached(
pthread_t
t, bool is_detached) {
83
static void MakeDeadThread(
pthread_t
& t) {
92
pthread_t
t;
105
pthread_t
t;
110
pthread_t
t1;
125
pthread_t
t1;
129
pthread_t
t2;
154
pthread_t
t1;
182
pthread_t
signal_thread
[
all
...]
/external/chromium_org/third_party/re2/util/
thread.h
20
pthread_t
pid_;
Completed in 179 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>