HomeSort by relevance Sort by last modified time
    Searched refs:routine (Results 76 - 100 of 203) sorted by null

1 2 34 5 6 7 8 9

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/
pthread.h 286 __pthread_cleanup_func_t routine,
300 #define pthread_cleanup_push(routine, arg) \
303 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/
pthread.h 286 __pthread_cleanup_func_t routine,
300 #define pthread_cleanup_push(routine, arg) \
303 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
pthread.h 286 __pthread_cleanup_func_t routine,
300 #define pthread_cleanup_push(routine, arg) \
303 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
pthread.h 286 __pthread_cleanup_func_t routine,
300 #define pthread_cleanup_push(routine, arg) \
303 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
pthread.h 286 __pthread_cleanup_func_t routine,
300 #define pthread_cleanup_push(routine, arg) \
303 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
pthread.h 286 __pthread_cleanup_func_t routine,
300 #define pthread_cleanup_push(routine, arg) \
303 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
pthread.h 286 __pthread_cleanup_func_t routine,
300 #define pthread_cleanup_push(routine, arg) \
303 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
pthread.h 286 __pthread_cleanup_func_t routine,
300 #define pthread_cleanup_push(routine, arg) \
303 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/
pthread.h 211 __pthread_cleanup_func_t routine,
225 #define pthread_cleanup_push(routine, arg) \
228 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
pthread.h 211 __pthread_cleanup_func_t routine,
225 #define pthread_cleanup_push(routine, arg) \
228 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
pthread.h 238 __pthread_cleanup_func_t routine,
252 #define pthread_cleanup_push(routine, arg) \
255 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
pthread.h 243 __pthread_cleanup_func_t routine,
257 #define pthread_cleanup_push(routine, arg) \
260 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
pthread.h 286 __pthread_cleanup_func_t routine,
300 #define pthread_cleanup_push(routine, arg) \
303 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
pthread.h 286 __pthread_cleanup_func_t routine,
300 #define pthread_cleanup_push(routine, arg) \
303 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
pthread.h 286 __pthread_cleanup_func_t routine,
300 #define pthread_cleanup_push(routine, arg) \
303 __pthread_cleanup_push( &__cleanup, (routine), (arg) ); \
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 60 * with SEH will call the cleanup routine, while both
744 ptw32_cleanup_callback_t routine; member in struct:ptw32_cleanup_t
758 _cleanup.routine = (ptw32_cleanup_callback_t)(_rout); \
769 (*(_cleanup.routine))( _cleanup.arg ); \
810 * pops the pushed cleanup routine regardless
830 ptw32_cleanup_callback_t routine,
832 cleanUpRout( routine ),
836 * Registers a cleanup routine for 'arg'
859 * cleanup routine if we exit our scope weirdly
974 ptw32_cleanup_callback_t routine,
    [all...]
  /bionic/libc/bionic/
malloc_debug_qemu.cpp 152 /* Code of the allocation routine, in context of which query has been made:
156 uint32_t routine; member in struct:MallocDescQuery
265 * routine.
348 * This variable is updated by memcheck_initialize routine. */
354 * routine. */
428 * the desc parameter passed to this routine has been zeroed out by the
466 * routine - Code of the allocation routine, in context of which query is made:
472 static inline int query_qemu_malloc_info(const void* ptr, MallocDesc* desc, uint32_t routine) {
478 query.routine = routine
    [all...]
  /external/llvm/test/MC/ARM/
eh-compact-pr1.s 42 @ 0x81 = Compact model 1, personality routine: __aeabi_unwind_cpp_pr1
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof 137 # Special routine name that should not have any symbols.
846 my $routine;
848 ($routine, $ignore) = ParseInteractiveArgs($3);
881 my $routine;
883 ($routine, $ignore) = ParseInteractiveArgs($2);
892 PrintListing($total, $libs, $flat, $cumulative, $routine, $html);
898 my $routine;
900 ($routine, $ignore) = ParseInteractiveArgs($1);
910 PrintDisassembly($libs, $flat, $cumulative, $routine);
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_SUPER.S 1 %default { "isrange":"0", "routine":"NoRange" }
44 bl common_invokeMethod${routine} @ continue on
  /dalvik/vm/mterp/mips/
OP_INVOKE_SUPER.S 1 %default { "isrange":"0", "routine":"NoRange" }
51 b common_invokeMethod${routine} # continue on
  /dalvik/vm/mterp/x86/
OP_INVOKE_SUPER.S 1 %default { "isrange":"0", "routine":"NoRange" }
43 jmp common_invokeMethod${routine}
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof 137 # Special routine name that should not have any symbols.
846 my $routine;
848 ($routine, $ignore) = ParseInteractiveArgs($3);
881 my $routine;
883 ($routine, $ignore) = ParseInteractiveArgs($2);
892 PrintListing($total, $libs, $flat, $cumulative, $routine, $html);
898 my $routine;
900 ($routine, $ignore) = ParseInteractiveArgs($1);
910 PrintDisassembly($libs, $flat, $cumulative, $routine);
    [all...]
  /external/qemu/memcheck/
memcheck_common.h 156 /* Code of the allocation routine, in context of which query has been made:
160 uint32_t routine; member in struct:MallocDescQuery
208 * accending order, where entry at index 0 corresponds to the routine
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lattice_armv7.S 12 @ filter routine for iSAC codec, optimized for ARMv7 platforms.

Completed in 2894 milliseconds

1 2 34 5 6 7 8 9