Searched refs:routine (Results 1 - 25 of 42) sorted by relevance

12

/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_switch_np.c46 _pthread_switch_add_np(pthread_switch_routine_t routine __unused)
52 _pthread_switch_delete_np(pthread_switch_routine_t routine __unused)
H A Dthr_clean.c44 _pthread_cleanup_push(void (*routine) (void *), void *routine_arg)
51 new->routine = routine;
69 old->routine(old->routine_arg);
H A Dthr_private.h420 void (*routine) (void *); member in struct:pthread_cleanup
428 __cup.routine = func; \
437 __cup.routine(__cup.routine_arg); \
573 * Define a continuation routine that can be used to perform a
659 * Thread start routine, argument, stack pointer and thread
1143 void _pthread_cleanup_push(void (*routine) (void *), void *routine_arg);
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_switch_np.c48 _pthread_switch_add_np(pthread_switch_routine_t routine __unused)
54 _pthread_switch_delete_np(pthread_switch_routine_t routine __unused)
H A Dthr_clean.c49 __pthread_cleanup_push_imp(void (*routine)(void *), void *arg,
56 newbuf->routine = routine;
72 old->routine(old->routine_arg);
79 _pthread_cleanup_push(void (*routine) (void *), void *arg)
88 newbuf->routine = routine;
H A Dthr_private.h210 void (*routine)(void *); member in struct:pthread_cleanup
218 __cup.routine = func; \
227 __cup.routine(__cup.routine_arg); \
387 * Thread start routine, argument, stack pointer and thread
/freebsd-9.3-release/sys/compat/ndis/
H A Dwinx32_wrap.S91 * Also note that when we call the a thunk/unthunk routine after
128 call *%eax # jump to routine
147 * Handle _stdcall going from UNIX to Windows. This routine
168 call *12(%edi) # branch to stdcall routine
206 call *%eax # branch to fastcall routine
222 * This routine isn't normally used since NDIS miniport drivers
235 call *8(%esp) # branch to fastcall routine
267 call *%eax # jump to routine
282 * This routine isn't normally used since NDIS miniport drivers
293 call *4(%esp) # branch to fastcall routine
[all...]
H A Dwinx64_wrap.S80 * routine, and a blank one for the wrapper. To construct a wrapper,
82 * then patch the function pointer for the routine we want to wrap
84 * simply patch the wrapper routine into the jump table into the
115 callq *%r11 # call routine
/freebsd-9.3-release/contrib/gcc/config/
H A Ddarwin-crt3.c54 is worked around by wrapping each atexit/__cxa_atexit routine with
55 our own routine which ensures that any __cxa_atexit calls while it
94 /* This structure holds a routine to call. There may be extra fields
129 /* 1 if an atexit routine is currently being run by this code, 0
150 fails to call routines registered while an atexit routine is
327 so KEYMGR_ATEXIT_LIST is known to be locked; this routine is responsible
383 /* Call the routine described by ROUTINE_PARAM and then call any
384 routines added to KEYMGR_ATEXIT_LIST while that routine was
390 struct one_atexit_routine * routine = routine_param; local
404 if (routine
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dunwind.inc36 Unwind the stack calling the personality routine to find both the
63 /* Unwind successful. Run the personality routine, if any. */
95 /* Phase 1: Search. Unwind the stack, calling the personality routine
114 /* Unwind successful. Run the personality routine, if any. */
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dirix-crti.asm9 epilogue of the main initialization routine being provided by external
/freebsd-9.3-release/bin/sh/
H A Dmkinit.c105 const char *routine; /* name of routine called on event */ member in struct:event
106 const char *comment; /* comment describing routine */
124 * This routine is called when an error or an interrupt occurs in an\n\
388 fprintf(fp, "\nvoid\n%s(void)\n{\n", ep->routine);
/freebsd-9.3-release/contrib/llvm/lib/Support/Unix/
H A DProcess.inc279 // isn't entirely obvious. We can use the curses routine 'has_colors' but it
289 // The 'tigetnum' routine returns -2 or -1 on errors, and might return 0 if
/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivmod.m4244 retl ! leaf-routine return
H A Ddivsi3.S329 retl ! leaf-routine return
H A Dmodsi3.S329 retl ! leaf-routine return
/freebsd-9.3-release/share/examples/drivers/
H A Dmake_device_driver.sh300 * The aim of this routine in an ISA driver is to add child entries to
306 * our 'probe routine' will be called for them.
320 * so your identify routine needn't do anything.
430 * Hopefully the 'identify' routine will have picked these
437 * or have been added by the 'identify routine above.
539 * and undo anything we did in the ISA attach routine.
819 * Make sure that the interrupt routine will always terminate,
/freebsd-9.3-release/contrib/gcc/config/sparc/
H A Dlb1spl.asm103 ! ??? This routine could be made faster if was optimized, and if it was
178 ! ??? This routine could be made faster if was optimized, and if it was
/freebsd-9.3-release/crypto/openssl/crypto/
H A Dsparccpuid.S22 ! This routine wipes registers, but not the backing store [which
/freebsd-9.3-release/sys/boot/pc98/boot0.5/
H A Dboot.s63 # Step 2: Calculate the segment address of the bootstrap routine
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmilter.c192 ** routine -- routine name for debug/logging
200 # define MILTER_TIMEOUT(routine, secs, write, started, function) \
211 (routine), m->mf_name, m->mf_sock, \
216 m->mf_name, (routine), m->mf_sock, \
239 (routine), m->mf_name, (function)); \
245 (routine), (function)); \
252 sm_dprintf("milter_%s(%s): select: %s\n", (routine), \
258 m->mf_name, (routine), \
269 (routine),
[all...]
/freebsd-9.3-release/sys/boot/i386/zfsboot/
H A Dzfsldr.S191 # routine
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Dsol2-c1.asm155 ! A dummy profiling support routine for non-profiling executables,
/freebsd-9.3-release/contrib/telnet/telnet/
H A Dcommands.c120 int (*handler)(int, char **); /* routine which executes command */
657 int (*handler)(int); /* routine to do actual setting */
1136 int (*handler)(int);/* routine which executes command */
2585 * Call routine with argc, argv set from args (terminated by 0).
2589 call(intrtn_t routine, ...)
2595 va_start(ap, routine);
2598 return (*routine)(argno-1, args);
2581 call(intrtn_t routine, ...) argument
/freebsd-9.3-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c51 int (*handler)(); /* routine which executes command */
590 int (*handler)(); /* routine to do actual setting */
1079 int (*handler)(); /* routine which executes command */
2361 * Call routine with argc, argv set from args (terminated by 0).
2365 call(intrtn_t routine, ...)
2371 va_start(ap, routine);
2374 return (*routine)(argno-1, args);
2357 call(intrtn_t routine, ...) argument

Completed in 261 milliseconds

12