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

1 2 3 4 5

  /external/llvm/test/Assembler/
2007-09-10-AliasFwdRef.ll 5 @__gthrw_pthread_cancel = alias weak i32 (i32)* @pthread_cancel
9 declare extern_weak i32 @pthread_cancel(i32)
  /external/llvm/test/Transforms/InstCombine/
2007-09-10-AliasConstFold.ll 4 @__gthrw_pthread_cancel = alias weak i32 (i32)* @pthread_cancel ; <i32 (i32)*> [#uses=1]
6 declare extern_weak i32 @pthread_cancel(i32)
  /external/valgrind/main/drd/tests/
pth_cancel_locked.c 18 /* Inform the main thread that s_mutex2 has been locked, and wait for pthread_cancel(). */
43 pthread_cancel(tid);
  /external/valgrind/main/none/tests/
pth_cancel1.c 51 if (pthread_cancel(tid) != 0)
53 perror("pthread_cancel");
pth_cancel2.c 67 pthread_cancel(*target);
  /external/valgrind/main/helgrind/tests/
bar_bad.c 83 r= pthread_cancel(thr1); assert(!r);
84 r= pthread_cancel(thr2); assert(!r);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
librt-2.7.so 
librt.so 
librt.so.1 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
librt-2.7.so 
librt.so 
librt.so.1 
  /external/llvm/test/Linker/
2011-08-22-ResolveAlias.ll 18 @_ZL22__gthrw_pthread_cancelm = alias weak i32 (i64)* @pthread_cancel
53 declare extern_weak i32 @pthread_cancel(i64)
2011-08-22-ResolveAlias2.ll 21 @_ZL22__gthrw_pthread_cancelm = alias weak i32 (i64)* @pthread_cancel
58 declare extern_weak i32 @pthread_cancel(i64)
  /external/libvpx/vp8/common/
threading.h 34 #define pthread_cancel(thread) terminate_thread(thread,0) macro
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_systhread.c 113 pthread_cancel(thread->handle);
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_systhread.c 138 pthread_cancel(thread->handle);
  /external/llvm/test/CodeGen/Generic/
2009-03-17-LSR-APInt.ll 37 @_ZL22__gthrw_pthread_cancelm = alias weak i32 (i64)* @pthread_cancel ; <i32 (i64)*> [#uses=0]
74 declare i32 @pthread_cancel(i64)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 98 __gthrw3(pthread_cancel)
128 __gthrw(pthread_cancel)
191 to 9 does. FreeBSD >= 700014 even provides a pthread_cancel stub in libc,
244 /* Android's C library does not provide pthread_cancel, check for
247 pthread_cancel
gthr-posix.h 98 __gthrw3(pthread_cancel)
128 __gthrw(pthread_cancel)
191 to 9 does. FreeBSD >= 700014 even provides a pthread_cancel stub in libc,
244 /* Android's C library does not provide pthread_cancel, check for
247 pthread_cancel
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-default.h 98 __gthrw3(pthread_cancel)
128 __gthrw(pthread_cancel)
191 to 9 does. FreeBSD >= 700014 even provides a pthread_cancel stub in libc,
244 /* Android's C library does not provide pthread_cancel, check for
247 pthread_cancel
gthr-posix.h 98 __gthrw3(pthread_cancel)
128 __gthrw(pthread_cancel)
191 to 9 does. FreeBSD >= 700014 even provides a pthread_cancel stub in libc,
244 /* Android's C library does not provide pthread_cancel, check for
247 pthread_cancel
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-default.h 98 __gthrw3(pthread_cancel)
128 __gthrw(pthread_cancel)
191 to 9 does. FreeBSD >= 700014 even provides a pthread_cancel stub in libc,
244 /* Android's C library does not provide pthread_cancel, check for
247 pthread_cancel
gthr-posix.h 98 __gthrw3(pthread_cancel)
128 __gthrw(pthread_cancel)
191 to 9 does. FreeBSD >= 700014 even provides a pthread_cancel stub in libc,
244 /* Android's C library does not provide pthread_cancel, check for
247 pthread_cancel
  /external/llvm/test/Transforms/GVN/
2009-03-10-PREOnVoid.ll 24 @_ZL22__gthrw_pthread_cancelm = alias weak i32 (i32)* @pthread_cancel ; <i32 (i32)*> [#uses=0]
64 declare i32 @pthread_cancel(i32)

Completed in 1782 milliseconds

1 2 3 4 5