Searched defs:routine (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dcleanup.c82 if (execute && (cleanup->routine != NULL))
85 (*cleanup->routine) (cleanup->arg);
100 ptw32_cleanup_callback_t routine, void *arg)
116 * routine
141 cleanup->routine = routine;
99 ptw32_push_cleanup(ptw32_cleanup_t * cleanup, ptw32_cleanup_callback_t routine, void *arg) argument
H A Dpthread.h60 * 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,
829 PThreadCleanup( ptw32_cleanup_callback_t routine, void * arg ) argument
[all...]
/external/linux-tools-perf/bench/
H A Dmem-memcpy.c26 static const char *routine = "default"; variable
36 OPT_STRING('r', "routine", &routine, "default",
37 "Specify routine to copy"),
49 struct routine { struct
55 struct routine routines[] = {
202 if (!strcmp(routines[i].name, routine))
206 printf("Unknown routine:%s\n", routine);
/external/qemu/memcheck/
H A Dmemcheck.c59 * routine - If 1, access violation has occurred in 'free' routine.
60 * If 2, access violation has occurred in 'realloc' routine.
63 av_invalid_pointer(ProcDesc* proc, target_ulong ptr, int routine) argument
71 proc->image_path, proc->pid, ptr, routine == 1 ? "free" : "realloc",
72 routine == 1 ? "free" : "reallocate");
113 /* Obtain routine, filename / line info for the address. */
121 printf(" In routine %s in %s/%s:%u\n",
151 printf(" Unable to obtain routine information. Symbols file is not found.\n");
153 printf(" Unable to obtain routine informatio
[all...]
H A Dmemcheck_common.h156 /* 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/jpeg/
H A Djdmarker.c174 * marker parameters; restart point has not been moved. Same routine
1171 * This routine is supposed to apply whatever error recovery strategy seems
1364 /* Choose processor routine to use.
1400 jpeg_marker_parser_method routine)
1405 marker->process_COM = routine;
1407 marker->process_APPn[marker_code - (int) M_APP0] = routine;
1399 jpeg_set_marker_processor(j_decompress_ptr cinfo, int marker_code, jpeg_marker_parser_method routine) argument
/external/qemu/distrib/jpeg-6b/
H A Djdmarker.c174 * marker parameters; restart point has not been moved. Same routine
1163 * This routine is supposed to apply whatever error recovery strategy seems
1356 /* Choose processor routine to use.
1392 jpeg_marker_parser_method routine)
1397 marker->process_COM = routine;
1399 marker->process_APPn[marker_code - (int) M_APP0] = routine;
1391 jpeg_set_marker_processor(j_decompress_ptr cinfo, int marker_code, jpeg_marker_parser_method routine) argument
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 380 milliseconds