OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_t
(Results
426 - 450
of
1044
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/valgrind/main/helgrind/tests/
locked_vs_unlocked2.c
53
pthread_t
child1, child2;
tc07_hbl1.c
106
pthread_t
child;
tc21_pthonce.c
80
pthread_t
threads[NUM_THREADS];
/external/valgrind/main/none/tests/
pth_atfork1.c
77
pthread_t
th;
/frameworks/rs/cpu_ref/
rsCpuCore.h
151
pthread_t
*mThreadId;
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Thread.c
47
pthread_t
pthread;
/ndk/sources/android/libthread_db/gdb-7.3.x/
thread_db.h
70
typedef
pthread_t
thread_t;
/ndk/sources/android/libthread_db/gdb-7.6/
thread_db.h
82
typedef
pthread_t
thread_t;
/sdk/emulator/opengl/tests/ut_renderer/
RenderingThread.h
58
pthread_t
m_thread;
/system/extras/tests/bionic/libc/common/
test_pthread_once.c
65
pthread_t
threads[N_THREADS];
/device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h
81
pthread_t
encode_pid; /* encode thread handler*/
146
pthread_t
pid; /* job cmd thread ID */
/external/chromium/third_party/libjingle/source/talk/base/
thread.h
182
pthread_t
GetPThread() {
199
pthread_t
thread_;
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_detach.c
51
pthread_detach (
pthread_t
thread)
59
* an instance of a
pthread_t
pthread_mutex_lock.c
98
pthread_t
self = pthread_self();
160
pthread_t
self = pthread_self();
/external/chromium_org/third_party/libxml/src/
testThreads.c
24
static
pthread_t
tid[MAX_ARGC];
110
tid[i] = (
pthread_t
) -1;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_nspr_pthread.h
112
pthread_t
pthread;
176
pthread_t
pthread;
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_stoptheworld_test.cc
74
pthread_t
thread_id;
100
pthread_t
thread_ids[kThreadCount];
/external/libvpx/libvpx/vp8/common/
threading.h
25
#define
pthread_t
HANDLE
macro
46
#define
pthread_t
TID
macro
/external/v8/src/
platform-freebsd.cc
67
static const
pthread_t
kNoThread = (
pthread_t
) 0;
475
pthread_t
thread_; // Thread handle for pthread.
661
static
pthread_t
GetThreadID() {
662
pthread_t
thread_id = pthread_self();
671
pthread_t
vm_tid() const { return vm_tid_; }
674
pthread_t
vm_tid_;
820
void SendProfilingSignal(
pthread_t
tid) {
/external/valgrind/main/drd/tests/
circular_buffer.c
184
pthread_t
producers[THREADS];
185
pthread_t
consumers[THREADS];
/external/valgrind/unittest/
libstdc++_tests.cc
87
pthread_t
t[kNThreads];
150
pthread_t
t[kNThreads];
/hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/inc/
mm_jpeg.h
81
pthread_t
encode_pid; /* encode thread handler*/
147
pthread_t
pid; /* job cmd thread ID */
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
mutex.cpp
163
pthread_t
id = pthread_self();
181
pthread_t
id = pthread_self();
/system/core/debuggerd/
crasher.c
84
pthread_t
thr;
102
pthread_t
t;
/art/runtime/base/
mutex.cc
44
pthread_t
darwin_pthread_mutex_owner;
56
pthread_t
darwin_pthread_rwlock_owner;
485
pthread_t
owner = dpmutex->darwin_pthread_mutex_owner;
488
if ((owner == (
pthread_t
)0) || (owner == (
pthread_t
)-1)) {
731
pthread_t
owner = dprwlock->darwin_pthread_rwlock_owner;
732
if (owner == (
pthread_t
)0) {
Completed in 895 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>