OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_t
(Results
301 - 325
of
1044
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/bionic/libc/bionic/
pthread_join.cpp
33
int pthread_join(
pthread_t
t, void** ret_val) {
pthread_kill.cpp
37
int pthread_kill(
pthread_t
t, int sig) {
/bionic/libthread_db/include/
thread_db.h
65
typedef
pthread_t
thread_t;
/development/ndk/platforms/android-3/include/
thread_db.h
65
typedef
pthread_t
thread_t;
/development/ndk/platforms/android-9/include/
thread_db.h
67
typedef
pthread_t
thread_t;
/device/asus/flo/camera/QCamera2/util/
QCameraCmdThread.h
66
pthread_t
cmd_pid; /* cmd thread ID */
/device/generic/goldfish/opengl/shared/OpenglOsUtils/
osThreadUnix.cpp
21
m_thread((
pthread_t
)NULL),
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
create.c
45
pthread_create (
pthread_t
* tid,
59
* pointer to an instance of
pthread_t
86
pthread_t
thread;
95
pthread_t
self;
pthread_getunique_np.c
44
pthread_getunique_np (
pthread_t
thread)
/external/chromium_org/ppapi/utility/threading/
simple_thread.h
26
typedef
pthread_t
ThreadHandle;
/external/chromium_org/third_party/sfntly/cpp/src/test/
platform_thread.h
39
typedef
pthread_t
PlatformThreadHandle;
/external/compiler-rt/lib/asan/tests/
asan_mac_test.cc
29
pthread_t
child;
55
pthread_t
th1, th2;
176
pthread_t
workers[kNumWorkers], forker;
197
pthread_t
th;
/external/compiler-rt/lib/tsan/lit_tests/
mutexset6.cc
45
pthread_t
t[2];
/external/llvm/unittests/Support/
ManagedStatic.cpp
51
pthread_t
t1, t2;
/external/qemu/
compatfd.c
73
pthread_t
tid;
/external/sfntly/cpp/src/test/
platform_thread.h
39
typedef
pthread_t
PlatformThreadHandle;
/external/v8/test/cctest/
test-platform-linux.cc
56
pthread_t
other;
test-platform-nullos.cc
56
pthread_t
other;
/external/valgrind/main/drd/tests/
atomic_var.c
56
pthread_t
tid[n_threads];
bug-235681.c
51
pthread_t
other_thread;
fp_race.c
35
pthread_t
threadid;
sem_as_mutex.c
36
pthread_t
threadid;
/external/valgrind/main/helgrind/tests/
hg03_inherit.c
36
pthread_t
a, b;
tc24_nonzero_sem.c
30
pthread_t
child[N_THREADS];
/external/valgrind/main/memcheck/tests/
err_disable3.c
39
pthread_t
child;
Completed in 652 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>