HomeSort by relevance Sort by last modified time
    Searched full:pthread_detach (Results 1 - 25 of 130) sorted by null

1 2 3 4 5 6

  /external/valgrind/main/helgrind/tests/
tc22_exit_w_lock.c 28 r= pthread_detach( pthread_self() ); assert(!r);
  /external/llvm/test/Linker/
2011-08-22-ResolveAlias.ll 17 @_ZL22__gthrw_pthread_detachm = alias weak i32 (i64)* @pthread_detach
51 declare extern_weak i32 @pthread_detach(i64)
2011-08-22-ResolveAlias2.ll 20 @_ZL22__gthrw_pthread_detachm = alias weak i32 (i64)* @pthread_detach
56 declare extern_weak i32 @pthread_detach(i64)
  /external/webkit/Tools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 97 pthread_detach(pthread);
123 pthread_detach(pthread);
  /external/valgrind/main/drd/tests/
pth_detached.c 40 pthread_detach(pthread_self());
pth_detached_sem.c 35 pthread_detach(pthread_self());
  /external/valgrind/main/
glibc-2.X-drd.supp 91 drd-libpthread-pthread_detach
93 fun:pthread_detach
94 fun:pthread_detach
darwin9-drd.supp 199 fun:pthread_detach
205 fun:pthread_detach
  /external/libvpx/vp8/common/
threading.h 32 #define pthread_detach(thread) if(thread!=NULL)CloseHandle(thread) macro
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
librt-2.7.so 
librt.so 
librt.so.1 
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 95 __gthrw3(pthread_detach)
126 __gthrw(pthread_detach)
701 return __gthrw_(pthread_detach) (__threadid);
gthr-posix.h 95 __gthrw3(pthread_detach)
126 __gthrw(pthread_detach)
701 return __gthrw_(pthread_detach) (__threadid);
  /prebuilt/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilt/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 671 pthread_detach
  /development/ndk/platforms/android-3/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 708 pthread_detach
  /development/ndk/platforms/android-5/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /development/ndk/platforms/android-8/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 619 pthread_detach
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
pthread.h 143 int pthread_detach(pthread_t thid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
pthread.h 143 int pthread_detach(pthread_t thid);

Completed in 591 milliseconds

1 2 3 4 5 6