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

123

/freebsd-11-stable/lib/libthr/thread/
H A Dthr_switch_np.c49 _pthread_switch_add_np(pthread_switch_routine_t routine __unused)
55 _pthread_switch_delete_np(pthread_switch_routine_t routine __unused)
H A Dthr_clean.c50 __pthread_cleanup_push_imp(void (*routine)(void *), void *arg,
57 newbuf->routine = routine;
73 old->routine(old->routine_arg);
80 _pthread_cleanup_push(void (*routine) (void *), void *arg)
89 newbuf->routine = routine;
H A Dthr_private.h236 void (*routine)(void *); member in struct:pthread_cleanup
244 __cup.routine = func; \
253 __cup.routine(__cup.routine_arg); \
413 * Thread start routine, argument, stack pointer and thread
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/dlopen/dso/
H A Dh_pthread_dlopen.c78 void *(*routine)(void *), void *arg)
82 ret = pthread_create(thread, attr, routine, arg);
/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/dlopen/
H A Dt_main_pthread_create.c45 routine(void *arg) function
65 ret = pthread_create(&thread, NULL, routine, arg);
93 ret = testf_dso_pthread_create(&thread, NULL, routine, arg);
H A Dt_dso_pthread_create.c46 routine(void *arg) function
84 ret = testf_dso_pthread_create(&thread, NULL, routine, arg);
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/gcc/config/mips/
H A Dirix-crti.asm9 epilogue of the main initialization routine being provided by external
/freebsd-11-stable/contrib/byacc/package/
H A Dbyacc.spec19 routine written in the C programming language. It has a public domain
H A Dmingw-byacc.spec19 routine written in the C programming language. It has a public domain
/freebsd-11-stable/sys/contrib/ncsw/inc/
H A Dxx_ext.h64 @Description Event reporting routine - executed only when REPORT_EVENTS=1.
159 @Description This routine gets the address of a memory segment according to
216 @Description Set an interrupt service routine for a specific interrupt source.
219 @Param[in] f_Isr - Callback routine that will be called when the interrupt occurs.
220 @Param[in] handle - The argument for the user callback routine.
229 @Description Free a specific interrupt and a specific callback routine.
289 Activate the routine "f" via the queue identified by "IntrManagerId". The
293 @Param[in] f - routine pointer.
325 @Param[in] routine - A routine t
[all...]
/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dcrtend.asm50 * Fragment of the ELF _init routine that invokes our dtor cleanup.
/freebsd-11-stable/share/examples/drivers/
H A Dmake_device_driver.sh299 * The aim of this routine in an ISA driver is to add child entries to
305 * our 'probe routine' will be called for them.
319 * so your identify routine needn't do anything.
429 * Hopefully the 'identify' routine will have picked these
436 * or have been added by the 'identify routine above.
538 * and undo anything we did in the ISA attach routine.
818 * Make sure that the interrupt routine will always terminate,
/freebsd-11-stable/contrib/libpcap/msdos/
H A Dpkt_rx1.s70 ; This routine gets called by the packet driver twice:
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debugger.cpp205 offset_and_size_of(kmp_task_t, routine),
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Ddarwin-fpsave.asm75 routine in an attempt to restore only F31 WILL NOT WORK (it would
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProcess.inc344 // isn't entirely obvious. We can use the curses routine 'has_colors' but it
354 // The 'tigetnum' routine returns -2 or -1 on errors, and might return 0 if
/freebsd-11-stable/stand/pc98/boot0.5/
H A Dboot.s63 # Step 2: Calculate the segment address of the bootstrap routine
/freebsd-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S208 # routine
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/
H A Ddivsi3.S329 retl ! leaf-routine return
H A Dmodsi3.S329 retl ! leaf-routine return
/freebsd-11-stable/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...]

Completed in 132 milliseconds

123