HomeSort by relevance Sort by last modified time
    Searched defs:routine (Results 1 - 6 of 6) sorted by null

  /external/jemalloc/test/src/
thd.c 7 LPTHREAD_START_ROUTINE routine = (LPTHREAD_START_ROUTINE)proc; local
8 *thd = CreateThread(NULL, 0, routine, arg, 0, NULL);
  /external/ltrace/testsuite/ltrace.torture/
vfork-thread.c 8 routine (void *data) function
41 pthread_create (&thread, NULL, &routine, NULL);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
mem-memcpy.c 25 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);
mem-memset.c 25 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);
  /bionic/libc/bionic/
malloc_debug_qemu.cpp 153 /* Code of the allocation routine, in context of which query has been made:
157 uint32_t routine; member in struct:MallocDescQuery
266 * routine.
352 * This variable is updated by memcheck_initialize routine. */
358 * routine. */
432 * the desc parameter passed to this routine has been zeroed out by the
470 * routine - Code of the allocation routine, in context of which query is made:
476 static inline int query_qemu_malloc_info(const void* ptr, MallocDesc* desc, uint32_t routine) {
482 query.routine = routine
    [all...]
  /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...]

Completed in 242 milliseconds