HomeSort by relevance Sort by last modified time
    Searched full:pthread (Results 276 - 300 of 1039) sorted by null

<<11121314151617181920>>

  /external/qemu/distrib/sdl-1.2.12/src/cdrom/macosx/
AudioFileReaderThread.c 33 #include <pthread.h>
158 pthread_t pThread;
166 result = pthread_create (&pThread, &theThreadAttrs, frt->DiskReaderEntry, frt);
180 result = thread_policy_set (pthread_mach_thread_np(pThread), THREAD_EXTENDED_POLICY, (thread_policy_t)&theFixedPolicy, THREAD_EXTENDED_POLICY_COUNT);
187 result = thread_policy_set (pthread_mach_thread_np(pThread), THREAD_PRECEDENCE_POLICY, (thread_policy_t)&thePrecedencePolicy, THREAD_PRECEDENCE_POLICY_COUNT);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
fixincl 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/xen/
libpthread.a 784 ?%L?? ML-%M+?N!??  ?( ?N?!??( ?(N? !?Ni!?LW$V?? ../nptl../nptl/sysdeps/pthread../sysdeps/unix/sysv/linux/bits../nptl/sysdeps/unix/sysv/linux/i386../bits../signal/usr/lib/gcc/i486-linux-gnu/4.2.3/include../nptl/sysdeps/unix/sysv/linux/i386/bits../posix/sys../sysdeps/i386/bits../sysdeps/i386/i686../sysdeps/generic../nptl/../nptl_db../nptl/sysdeps/i386/i686/..../socket/sys../inet/netinet../resolv../elf../dlfcn../include../stdio-common../nptl/sysdeps/unix/sysv/linuxinit.cpthreadP.hlist.hsigset.hsmp.htypes.hsignal.hsiginfo.hsigaction.hstddef.hpthreadtypes.htypes.h confname.hresource.hsched.hsetjmp.h
785 pthread.hhp-timing.h stdint.h thread_db.h tls.hunwind.h sockaddr.hsocket.hin.hresolv.hdescr.helf.hdlfcn.helfclass.hlinkmap.h
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpthread.a 807 ?%K?? L-%L??? t( ?M? ??( h(M{ ?M3 ?K"V38? ../nptl../nptl/sysdeps/pthread../sysdeps/unix/sysv/linux/bits../nptl/sysdeps/unix/sysv/linux/i386../bits../signal/usr/lib/gcc/i486-linux-gnu/4.2.3/include../nptl/sysdeps/unix/sysv/linux/i386/bits../posix/sys../sysdeps/i386/bits../sysdeps/generic../nptl/../nptl_db../nptl/sysdeps/i386../socket/sys../inet/netinet../resolv../elf../dlfcn../include../nptl/sysdeps/unix/sysv/linuxinit.cpthreadP.hlist.hsigset.hsmp.htypes.hsignal.hsiginfo.hsigaction.hstddef.hpthreadtypes.htypes.h confname.hresource.hsched.hsetjmp.h
808 pthread.hstdint.h thread_db.h tls.h unwind.h sockaddr.hsocket.hin.hresolv.hdescr.helf.hdlfcn.helfclass.hlinkmap.h
    [all...]
  /bionic/libc/docs/
OVERVIEW.TXT 114 PThread implementation:
116 Bionic's C library comes with its own pthread implementation bundled in.
155 - A proper implementation must insert pthread cancellation checks in a lot
164 - pthread cancellation cannot stop all threads: e.g. it can't do anything
167 - pthread cancellation itself has short-comings and isn't very portable
204 See comments in bionic/libc/bionic/pthread.c for details.
309 PThread Real-Time Timers:
  /ndk/docs/system/libc/
OVERVIEW.html 102 PThread implementation:
104 Bionic's C library comes with its own pthread implementation bundled in.
143 - A proper implementation must insert pthread cancellation checks in a lot
152 - pthread cancellation cannot stop all threads: e.g. it can't do anything
155 - pthread cancellation itself has short-comings and isn't very portable
192 See comments in bionic/libc/bionic/pthread.c for details.
297 PThread Real-Time Timers:
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 36 /* Some implementations of <pthread.h> require this to be defined. */
54 #include <pthread.h>
97 /* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to
98 map a subset of the POSIX pthread API to mangled versions of their
272 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
276 provided for checking whether an application is linked to a pthread
452 * this should be a pointer to policy but pthread.h is universally
gthr-posix.h 36 /* Some implementations of <pthread.h> require this to be defined. */
54 #include <pthread.h>
97 /* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to
98 map a subset of the POSIX pthread API to mangled versions of their
272 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
276 provided for checking whether an application is linked to a pthread
452 * this should be a pointer to policy but pthread.h is universally
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 36 /* Some implementations of <pthread.h> require this to be defined. */
54 #include <pthread.h>
97 /* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to
98 map a subset of the POSIX pthread API to mangled versions of their
272 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
276 provided for checking whether an application is linked to a pthread
452 * this should be a pointer to policy but pthread.h is universally
gthr-posix.h 36 /* Some implementations of <pthread.h> require this to be defined. */
54 #include <pthread.h>
97 /* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to
98 map a subset of the POSIX pthread API to mangled versions of their
272 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
276 provided for checking whether an application is linked to a pthread
452 * this should be a pointer to policy but pthread.h is universally
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 36 /* Some implementations of <pthread.h> require this to be defined. */
54 #include <pthread.h>
97 /* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to
98 map a subset of the POSIX pthread API to mangled versions of their
272 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
276 provided for checking whether an application is linked to a pthread
452 * this should be a pointer to policy but pthread.h is universally
gthr-posix.h 36 /* Some implementations of <pthread.h> require this to be defined. */
54 #include <pthread.h>
97 /* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to
98 map a subset of the POSIX pthread API to mangled versions of their
272 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
276 provided for checking whether an application is linked to a pthread
452 * this should be a pointer to policy but pthread.h is universally
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 36 /* Some implementations of <pthread.h> require this to be defined. */
54 #include <pthread.h>
97 /* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to
98 map a subset of the POSIX pthread API to mangled versions of their
272 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
276 provided for checking whether an application is linked to a pthread
452 * this should be a pointer to policy but pthread.h is universally
gthr-posix.h 36 /* Some implementations of <pthread.h> require this to be defined. */
54 #include <pthread.h>
97 /* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to
98 map a subset of the POSIX pthread API to mangled versions of their
272 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
276 provided for checking whether an application is linked to a pthread
452 * this should be a pointer to policy but pthread.h is universally
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
gthr-default.h 36 /* Some implementations of <pthread.h> require this to be defined. */
54 #include <pthread.h>
97 /* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to
98 map a subset of the POSIX pthread API to mangled versions of their
272 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
276 provided for checking whether an application is linked to a pthread
452 * this should be a pointer to policy but pthread.h is universally
gthr-posix.h 36 /* Some implementations of <pthread.h> require this to be defined. */
54 #include <pthread.h>
97 /* On Tru64, /usr/include/pthread.h uses #pragma extern_prefix "__" to
98 map a subset of the POSIX pthread API to mangled versions of their
272 /* Similar to Solaris, HP-UX 11 for PA-RISC provides stubs for pthread
276 provided for checking whether an application is linked to a pthread
452 * this should be a pointer to policy but pthread.h is universally
  /external/webkit/Source/JavaScriptCore/heap/
MachineStackMarker.cpp 65 #include <pthread.h>
125 Thread(pthread_t pthread, const PlatformThread& platThread, void* base)
126 : posixThread(pthread)
  /external/webkit/Source/JavaScriptCore/wtf/
ThreadSpecific.h 30 /* Thread local storage is implemented by using either pthread API or Windows
33 * @ In pthread implementation, the destructor function will be called
47 #include <pthread.h>
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 47 #include <pthread.h>
1135 pthread_t pthread; local
1156 pthread_t pthread; local
1179 pthread_t* pthread = pthreads[i]; local
    [all...]
  /system/core/adb/
sysdeps.h 268 #include <pthread.h>
418 static __inline__ int adb_thread_create( adb_thread_t *pthread, adb_thread_func_t start, void* arg )
425 return pthread_create( pthread, &attr, start, arg );
  /bionic/libc/bionic/
libc_init_common.c 65 /* setup pthread runtime and main thread descriptor */
pthread-atfork.c 30 #include <pthread.h>
pthread_internal.h 31 #include <pthread.h>
  /bionic/libc/include/sys/
types.h 75 * declare then in <pthread.h> instead */
  /bionic/libc/private/
thread_private.h 8 #include <pthread.h>

Completed in 1228 milliseconds

<<11121314151617181920>>