OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pthread_t
(Results
601 - 625
of
1044
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
gthr-posix.h
57
typedef
pthread_t
__gthread_t;
381
pthread_t
new_thread_handle;
405
pthread_t
thread_id = __gthrw_(pthread_self) ();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
gthr-default.h
57
typedef
pthread_t
__gthread_t;
381
pthread_t
new_thread_handle;
405
pthread_t
thread_id = __gthrw_(pthread_self) ();
gthr-posix.h
57
typedef
pthread_t
__gthread_t;
381
pthread_t
new_thread_handle;
405
pthread_t
thread_id = __gthrw_(pthread_self) ();
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
gthr-default.h
57
typedef
pthread_t
__gthread_t;
381
pthread_t
new_thread_handle;
405
pthread_t
thread_id = __gthrw_(pthread_self) ();
gthr-posix.h
57
typedef
pthread_t
__gthread_t;
381
pthread_t
new_thread_handle;
405
pthread_t
thread_id = __gthrw_(pthread_self) ();
/system/netd/
DnsProxyListener.cpp
76
pthread_t
thread;
316
pthread_t
thread;
451
pthread_t
thread;
/dalvik/vm/
Misc.h
256
u8 dvmGetOtherThreadCpuTimeNsec(
pthread_t
thread);
257
INLINE u8 dvmGetOtherThreadCpuTimeUsec(
pthread_t
thread) {
Profile.h
57
pthread_t
samplingThreadHandle;
/dalvik/vm/jdwp/
JdwpMain.cpp
375
* Return the thread handle, or (
pthread_t
)0 if the debugger isn't running.
377
pthread_t
dvmJdwpGetDebugThread(JdwpState* state)
/device/asus/flo/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
101
pthread_t
cmd_pid; /* cmd thread ID */
131
pthread_t
pid;
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
mount_node_tty_test.cc
308
pthread_t
resize_thread;
350
pthread_t
resize_thread;
/external/chromium_org/third_party/libjingle/source/talk/base/
thread.h
207
pthread_t
GetPThread() {
266
pthread_t
thread_;
/external/libvpx/libvpx/vp8/encoder/
onyx_int.h
526
pthread_t
*h_encoding_thread;
527
pthread_t
h_filter_thread;
/external/valgrind/main/drd/
drd_thread.h
52
* least as many bits as
pthread_t
, and INVALID_POSIX_THREADID
62
*
pthread_t
.
/external/valgrind/main/helgrind/tests/
annotate_hbefore.c
253
pthread_t
t1, t2;
331
pthread_t
t1, t2;
tc20_verifywrap.c
41
/*
pthread_t
thr; */
75
{
pthread_t
child;
/external/valgrind/unittest/
thread_wrappers_pthread.h
348
pthread_t
tid() const { return t_; }
356
pthread_t
t_;
/frameworks/wilhelm/src/
ThreadPool.c
141
tp->mThreadArray = (
pthread_t
*) malloc(maxThreads * sizeof(
pthread_t
));
/hardware/qcom/camera/QCamera2/stack/mm-camera-interface/inc/
mm_camera.h
101
pthread_t
cmd_pid; /* cmd thread ID */
131
pthread_t
pid;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
mutex
259
pthread_t
__id_;
285
pthread_t
__id = pthread_self();
/art/runtime/base/
mutex_test.cc
121
pthread_t
pthread;
/art/runtime/
trace.h
124
static
pthread_t
sampling_pthread_;
/bionic/libc/bionic/
pthread_attr.cpp
144
int pthread_getattr_np(
pthread_t
thid, pthread_attr_t* attr) {
/bootable/recovery/
ui.h
132
pthread_t
input_t;
/cts/apps/cts-usb-accessory/
cts-usb-accessory.c
83
pthread_t
th;
Completed in 499 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>