OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_t
(Results
51 - 75
of
442
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/valgrind/main/drd/tests/
pth_barrier_race.c
30
pthread_t
tid;
pth_cancel_locked.c
27
pthread_t
tid;
pth_cleanup_handler.c
39
pthread_t
pt1, pt2;
read_after_free.c
23
pthread_t
tid;
pth_detached.c
69
pthread_t
thread;
78
pthread_t
thread;
pth_detached_sem.c
64
pthread_t
thread;
73
pthread_t
thread;
pth_inconsistent_cond_wait.c
89
pthread_t
tid1;
90
pthread_t
tid2;
/external/valgrind/main/helgrind/tests/
tc05_simple_race.c
25
pthread_t
child;
tc06_two_races.c
24
pthread_t
child;
tc14_laog_dinphils.c
9
static
pthread_t
phil[5];
tc16_byterace.c
20
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;
/system/core/nexus/
WifiScanner.h
25
pthread_t
mThread;
WifiStatusPoller.h
25
pthread_t
mThread;
/external/webkit/Source/JavaScriptCore/wtf/
ThreadingPthreads.cpp
64
typedef HashMap<ThreadIdentifier,
pthread_t
> ThreadMap;
103
static ThreadIdentifier identifierByPthreadHandle(const
pthread_t
& pthreadHandle)
116
static ThreadIdentifier establishIdentifierForPthreadHandle(const
pthread_t
& pthreadHandle)
129
static
pthread_t
pthreadHandleForIdentifier(ThreadIdentifier id)
161
pthread_t
threadHandle;
179
pthread_t
threadHandle;
212
pthread_t
pthreadHandle = pthreadHandleForIdentifier(threadID);
227
pthread_t
pthreadHandle = pthreadHandleForIdentifier(threadID);
/system/core/debuggerd/
crasher.c
66
pthread_t
thr;
79
pthread_t
thr;
/system/media/wilhelm/src/itf/
IThreadSync.c
60
memset(&thiz->mOwner, 0, sizeof(
pthread_t
));
84
memset(&thiz->mOwner, 0, sizeof(
pthread_t
));
/system/netd/
DnsProxyListener.h
56
pthread_t
mThread;
88
pthread_t
mThread;
/external/webkit/Tools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp
47
typedef HashSet<
pthread_t
> ThreadSet;
95
pthread_t
pthread;
121
pthread_t
pthread;
/system/bluetooth/tools/
asocket_test.c
420
pthread_t
thread;
445
pthread_t
thread;
473
pthread_t
thread;
498
pthread_t
thread;
524
pthread_t
t[MAX_T];
547
pthread_t
t[MAX_T];
568
pthread_t
t[MAX_T];
589
pthread_t
t[MAX_T];
611
pthread_t
t1;
612
pthread_t
t2
[
all
...]
/external/valgrind/main/drd/
drd_clientreq.h
58
/* Tell drd the
pthread_t
of the running thread. */
60
/* args:
pthread_t
. */
65
/* args:
pthread_t
, Bool */
77
/* args:
pthread_t
(joinee) */
81
/* args:
pthread_t
*/
84
/* args:
pthread_t
, Bool */
/external/bluetooth/glib/gthread/
gthread-posix.c
145
pthread_getprio (*(
pthread_t
*)thread,
385
posix_check_cmd (pthread_join (*(
pthread_t
*)thread, &ignore));
404
posix_check_cmd (pthread_getschedparam (*(
pthread_t
*)thread, &policy,
407
posix_check_cmd_prio (pthread_setschedparam (*(
pthread_t
*)thread, policy,
411
posix_check_cmd_prio (pthread_setprio (*(
pthread_t
*)thread,
420
*(
pthread_t
*)thread = pthread_self();
426
return (pthread_equal (*(
pthread_t
*)thread1, *(
pthread_t
*)thread2) != 0);
/external/skia/samplecode/
SampleFontCache.cpp
76
pthread_t
fMThreads[N];
77
pthread_t
fDThreads[N];
Completed in 5781 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>