Searched
full:pthread_t (Results
701 -
725 of
1044) sorted by null
<<21222324252627282930>>
/system/vold/ |
fstrim.c | 124 pthread_t t;
|
/external/valgrind/main/helgrind/ |
hg_intercepts.c | 199 pthread_t me = pthread_self(); 200 /* Tell the tool what my pthread_t is. */ 201 DO_CREQ_v_W(_VG_USERREQ__HG_SET_MY_PTHREAD_T, pthread_t,me); 206 been notified of the child's pthread_t. 232 static int pthread_create_WRK(pthread_t *thread, const pthread_attr_t *attr, 259 pthread_t before continuing */ 284 pthread_t *thread, const pthread_attr_t *attr, 290 pthread_t *thread, const pthread_attr_t *attr, 295 pthread_t *thread, const pthread_attr_t *attr, 311 static int pthread_join_WRK(pthread_t thread, void** value_pointer [all...] |
/device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/ |
mm_camera.h | 120 pthread_t cmd_pid; /* cmd thread ID */ 150 pthread_t pid;
|
/external/bluetooth/bluedroid/btif/src/ |
btif_sock_thread.c | 164 static inline pthread_t create_thread(void *(*start_routine)(void *), void * arg) 169 pthread_t thread_id = -1;
|
/external/chromium_org/sandbox/linux/seccomp-bpf/ |
demo.cc | 427 pthread_t thr; 513 pthread_t sendmsgStressThreads[kSendmsgStressNumThreads];
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
tsan_test_util_linux.cc | 54 pthread_t thr; 229 pthread_t thread;
|
/external/qemu/ |
posix-aio-compat.c | 64 static pthread_t thread_id; 114 static void thread_create(pthread_t *thread, pthread_attr_t *attr,
|
/external/valgrind/main/drd/tests/ |
tsan_thread_wrappers_pthread.h | 356 pthread_t tid() const { return t_; } 364 pthread_t t_;
|
/frameworks/rs/cpu_ref/ |
rsCpuCore.cpp | 278 mWorkers.mThreadId = (pthread_t *) calloc(mWorkers.mCount, sizeof(pthread_t));
|
/hardware/qcom/media/mm-video-legacy/vidc/venc/inc/ |
omx_video_base.h | 325 pthread_t msg_thread_id; 326 pthread_t async_thread_id;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
thread_db.h | 243 typedef pthread_t thread_t; 320 extern td_err_e td_ta_map_id2thr (const td_thragent_t *__ta, pthread_t __pt,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
thread_db.h | 243 typedef pthread_t thread_t; 320 extern td_err_e td_ta_map_id2thr (const td_thragent_t *__ta, pthread_t __pt,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
thread_db.h | 243 typedef pthread_t thread_t; 320 extern td_err_e td_ta_map_id2thr (const td_thragent_t *__ta, pthread_t __pt,
|
/bionic/libc/netbsd/net/ |
reentrant.h | 128 #define thr_t pthread_t
|
/bionic/tests/ |
dlfcn_test.cpp | 73 pthread_t t;
|
/bootable/recovery/ |
ui.cpp | 122 pthread_t th;
|
/cts/tests/tests/nativeopengl/standalone/jni/tests/ |
EGLCleanup_test.cpp | 140 pthread_t newThread;
|
/dalvik/vm/jdwp/ |
Jdwp.h | 132 pthread_t dvmJdwpGetDebugThread(JdwpState* state);
|
/device/lge/mako/camera/mm-camera-interface/ |
mm_camera.h | 205 pthread_t pid;
|
/external/bison/lib/glthread/ |
lock.c | 400 lock->owner = (pthread_t) 0; 408 pthread_t self = pthread_self (); 435 lock->owner = (pthread_t) 0; 445 if (lock->owner != (pthread_t) 0)
|
/external/bluetooth/bluedroid/hci/src/ |
userial_mct.c | 82 pthread_t read_thread;
|
/external/chromium_org/base/threading/ |
platform_thread_mac.mm | 167 // Convert from pthread_t to mach thread identifier.
|
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
event_test.cc | 93 pthread_t id;
|
/external/chromium_org/third_party/libusb/src/libusb/os/ |
linux_netlink.c | 60 static pthread_t libusb_linux_event_thread;
|
/external/chromium_org/third_party/sqlite/src/test/ |
threadtest1.c | 251 pthread_t id;
|
Completed in 712 milliseconds
<<21222324252627282930>>