OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_t
(Results
176 - 200
of
1044
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/helgrind/tests/
tc06_two_races.c
24
pthread_t
child;
tc14_laog_dinphils.c
9
static
pthread_t
phil[5];
tc16_byterace.c
21
pthread_t
child;
/external/valgrind/main/none/tests/
pth_cancel1.c
40
pthread_t
tid;
threaded-fork.c
19
pthread_t
childthread;
threadederrno.c
26
pthread_t
tid2, tid3;
/external/compiler-rt/lib/asan/lit_tests/TestCases/
deep_thread_stack.cc
29
pthread_t
thread;
36
pthread_t
runner;
/external/compiler-rt/lib/tsan/benchmarks/
start_many_threads.cc
38
pthread_t
*t = new
pthread_t
[n_threads];
/external/valgrind/main/drd/tests/
pth_detached.c
57
pthread_t
thread;
66
pthread_t
thread;
pth_detached_sem.c
64
pthread_t
thread;
73
pthread_t
thread;
pth_inconsistent_cond_wait.c
95
pthread_t
tid1;
96
pthread_t
tid2;
/frameworks/wilhelm/src/itf/
IThreadSync.c
60
memset(&thiz->mOwner, 0, sizeof(
pthread_t
));
84
memset(&thiz->mOwner, 0, sizeof(
pthread_t
));
/external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_linux_test.cc
65
pthread_t
pthread_id;
83
void SpawnTidReporter(
pthread_t
*pthread_id, pid_t *tid);
87
std::vector<
pthread_t
> pthread_ids_;
109
void ThreadListerTest::SpawnTidReporter(
pthread_t
*pthread_id,
173
pthread_t
extra_pthread_id;
207
pthread_t
tid;
226
pthread_t
tid;
/external/linux-tools-perf/bench/
sched-messaging.c
148
static
pthread_t
create_worker(void *ctx, void *(*func)(void *))
151
pthread_t
childid;
169
return (
pthread_t
)0;
189
static void reap_worker(
pthread_t
id)
205
static unsigned int group(
pthread_t
*pth,
282
pthread_t
*pth_tab;
287
pth_tab = malloc(num_fds * 2 * num_groups * sizeof(
pthread_t
));
/external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPthreads.cpp
77
PthreadState(
pthread_t
handle)
85
pthread_t
pthreadHandle() { return m_pthreadHandle; }
94
pthread_t
m_pthreadHandle;
144
static ThreadIdentifier identifierByPthreadHandle(const
pthread_t
& pthreadHandle)
157
static ThreadIdentifier establishIdentifierForPthreadHandle(const
pthread_t
& pthreadHandle)
166
static
pthread_t
pthreadHandleForIdentifierWithLockAlreadyHeld(ThreadIdentifier id)
182
pthread_t
threadHandle;
213
pthread_t
pthreadHandle;
250
pthread_t
pthreadHandle = pthreadHandleForIdentifierWithLockAlreadyHeld(threadID);
/external/compiler-rt/lib/tsan/tests/unit/
tsan_mutex_test.cc
99
pthread_t
threads[kThreads];
109
pthread_t
threads[kThreads];
119
pthread_t
threads[kThreads];
/frameworks/wilhelm/src/android/
CallbackProtector.cpp
30
, mCallbackThread((
pthread_t
) NULL),
32
mRequesterThread((
pthread_t
) NULL),
104
mCallbackThread = (
pthread_t
) NULL;
CallbackProtector.h
67
pthread_t
mCallbackThread;
69
pthread_t
mRequesterThread;
/external/valgrind/main/drd/
drd_clientreq.h
57
/* Tell drd the
pthread_t
of the running thread. */
59
/* args:
pthread_t
. */
64
/* args:
pthread_t
, Bool */
76
/* args:
pthread_t
(joinee) */
80
/* args:
pthread_t
*/
83
/* args:
pthread_t
, Bool */
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_getw32threadhandle_np.c
50
pthread_getw32threadhandle_np (
pthread_t
thread)
62
pthread_getw32threadid_np (
pthread_t
thread)
/external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_glx_context.h
56
pthread_t
thread_id;
87
int apple_glx_context_surface_changed(unsigned int uid,
pthread_t
caller);
/external/compiler-rt/lib/tsan/lit_tests/
simple_stack.c
37
void StartThread(
pthread_t
*t, void *(*f)(void*)) {
42
pthread_t
t[2];
/external/mesa3d/src/glx/apple/
apple_glx_context.h
56
pthread_t
thread_id;
87
int apple_glx_context_surface_changed(unsigned int uid,
pthread_t
caller);
/system/extras/tests/bionic/libc/common/
test_pthread_getcpuclockid.c
41
pthread_t
self = pthread_self();
73
pthread_t
threads[MAX_THREADS];
/art/runtime/
signal_catcher.h
57
pthread_t
pthread_ GUARDED_BY(lock_);
Completed in 268 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>