Searched defs:routine (Results 1 - 10 of 10) 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/jemalloc/test/src/
H A Dthd.c7 LPTHREAD_START_ROUTINE routine = (LPTHREAD_START_ROUTINE)proc; local
8 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL);
/external/ltrace/testsuite/ltrace.torture/
H A Dvfork-thread.c8 routine (void *data) function
41 pthread_create (&thread, NULL, &routine, NULL);
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
H A Dmem-memcpy.c25 static const char *routine = "default"; variable
36 OPT_STRING('r', "routine", &routine, "default",
37 "Specify routine to copy"),
51 struct routine { struct
57 struct routine routines[] = {
210 if (!strcmp(routines[i].name, routine))
214 printf("Unknown routine:%s\n", routine);
H A Dmem-memset.c25 static const char *routine = "default"; variable
36 OPT_STRING('r', "routine", &routine, "default",
37 "Specify routine to set"),
51 struct routine { struct
57 static const struct routine routines[] = {
202 if (!strcmp(routines[i].name, routine))
206 printf("Unknown routine:%s\n", routine);
/external/chromium_org/third_party/libjpeg_turbo/
H A Djdmarker.c176 * marker parameters; restart point has not been moved. Same routine
1308 * This routine is supposed to apply whatever error recovery strategy seems
1468 /* Choose processor routine to use.
1504 jpeg_marker_parser_method routine)
1509 marker->process_COM = routine;
1511 marker->process_APPn[marker_code - (int) M_APP0] = routine;
1503 jpeg_set_marker_processor(j_decompress_ptr cinfo, int marker_code, jpeg_marker_parser_method routine) argument
/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/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdmarker.c175 * marker parameters; restart point has not been moved. Same routine
1188 * This routine is supposed to apply whatever error recovery strategy seems
1348 /* Choose processor routine to use.
1384 jpeg_marker_parser_method routine)
1389 marker->process_COM = routine;
1391 marker->process_APPn[marker_code - (int) M_APP0] = routine;
1383 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

Completed in 229 milliseconds