Searched
full:pthread (Results
251 -
275 of
1039) sorted by null
<<11121314151617181920>>
/hardware/msm7k/libgralloc/ |
gralloc_priv.h | 24 #include <pthread.h>
|
/system/core/debuggerd/x86/ |
machine.c | 21 #include <pthread.h>
|
/system/core/include/cutils/ |
logprint.h | 23 #include <pthread.h>
|
threads.h | 34 #include <pthread.h>
|
/system/core/libsysutils/src/ |
SocketClient.cpp | 5 #include <pthread.h>
|
/system/core/nexus/ |
WifiScanner.cpp | 23 #include <pthread.h>
|
/system/core/toolbox/ |
ioctl.c | 10 #include <pthread.h>
|
/system/extras/tests/bionic/libc/common/ |
test_pthread_getcpuclockid.c | 31 #include <pthread.h>
|
test_pthread_once.c | 28 #include <pthread.h>
|
/system/extras/tests/bionic/libc/other/ |
test_timer_create.c | 31 #include <pthread.h>
|
test_timer_create2.c | 31 #include <pthread.h>
|
/prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/ |
fixincl | |
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/libexec/gcc/arm-eabi/4.2.1/install-tools/ |
fixincl | |
/bionic/libc/bionic/ |
logd_write.c | 30 #include <pthread.h> 49 #include <pthread.h>
|
/bionic/libc/stdio/ |
flockfile.c | 38 * However, since we don't want to bring pthread into the mix 50 #include <pthread.h>
|
/external/chromium/base/threading/ |
platform_thread_posix.cc | 73 // The Mac OS X default for a pthread stack size is 512kB. 74 // Libc-594.1.4/pthreads/pthread.c's pthread_attr_init uses
|
/external/libxslt/libxslt/ |
config.h | 46 /* Define if pthread library is there (-lpthread) */ 70 /* Define if <pthread.h> is there */
|
/external/valgrind/main/coregrind/m_syswrap/ |
syswrap-x86-darwin.c | 283 // VG_(printf)("pthread_hijack pthread %p, machthread %p, func %p, arg %p, stack %p, flags %p, stack %p\n", self, kport, func, func_arg, stacksize, flags, sp); 308 // Record thread's stack and Mach port and pthread struct 309 tst->os_state.pthread = self; 319 // pthread structure 414 vg_assert(tst->os_state.pthread == self); 465 // Record thread's stack and Mach port and pthread struct 466 tst->os_state.pthread = self; 480 // pthread structure
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/ |
gthr-tpf.h | 39 /* Some implementations of <pthread.h> require this to be defined. */ 44 #include <pthread.h>
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-tpf.h | 39 /* Some implementations of <pthread.h> require this to be defined. */ 44 #include <pthread.h>
|
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
gthr-tpf.h | 39 /* Some implementations of <pthread.h> require this to be defined. */ 44 #include <pthread.h>
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/ |
gthr-tpf.h | 39 /* Some implementations of <pthread.h> require this to be defined. */ 44 #include <pthread.h>
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/ |
gthr-tpf.h | 39 /* Some implementations of <pthread.h> require this to be defined. */ 44 #include <pthread.h>
|
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/ |
gthr-tpf.h | 39 /* Some implementations of <pthread.h> require this to be defined. */ 44 #include <pthread.h>
|
/dalvik/vm/ |
Thread.h | 308 /* start point for an internal thread; mimics pthread args */ 320 volatile Thread** pThread; 448 * Unlock pthread mutex. 513 * Given a pthread handle, return the associated Thread*. 560 * Update the priority value of the underlying pthread.
|
Completed in 575 milliseconds
<<11121314151617181920>>