Searched refs:routine (Results 151 - 173 of 173) sorted by relevance

1234567

/netbsd-current/external/bsd/openldap/dist/servers/slapd/
H A Ddaemon.c2784 rtask->routine, (void *) rtask, &rtask->pool_cookie );
/netbsd-current/sys/arch/mips/mips/
H A DmipsX_subr.S524 * mipsN_xtlb_miss routine
2641 # Call the routine specified by cpu_lwp_fork()
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dconfigure7041 in this routine. Assigning to the local variable will thus
7716 static void routine(void *a) { a = 0; }
7725 pthread_cleanup_push(routine, 0);
9311 in this routine. Assigning to the local variable will thus
/netbsd-current/external/gpl3/gdb.old/dist/gdbsupport/
H A Dconfigure8781 in this routine. Assigning to the local variable will thus
9456 static void routine(void *a) { a = 0; }
9465 pthread_cleanup_push(routine, 0);
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dconfigure7057 in this routine. Assigning to the local variable will thus
7704 static void routine(void *a) { a = 0; }
7713 pthread_cleanup_push(routine, 0);
9360 in this routine. Assigning to the local variable will thus
/netbsd-current/external/bsd/unbound/dist/
H A Dconfigure15381 in this routine. Assigning to the local variable will thus
16651 static void routine(void *a) { *((int*)a) = 0; }
16660 pthread_cleanup_push(routine, 0);
18804 /* routine to load gost (from sldns) */
/netbsd-current/sys/arch/sparc64/sparc64/
H A Dlocore.s583 !! track of the frame pointer. Problems occur when the routine
4467 * routine will place a pointer to an intrhand structure in one of
5394 * Call the routine passed in in cpu_info->ci_spinup
5593 .asciz "Calling startup routine %p with stack at %p...\n"
5599 * Call our startup routine.
5604 call %o1 ! Call routine
/netbsd-current/external/public-domain/xz/dist/
H A Dconfigure6888 static void routine(void *a) { a = 0; }
6897 pthread_cleanup_push(routine, 0);
/netbsd-current/sys/external/isc/libsodium/dist/
H A Dconfigure5244 static void routine(void *a) { a = 0; }
5253 pthread_cleanup_push(routine, 0);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dconfigure13372 in this routine. Assigning to the local variable will thus
14047 static void routine(void *a) { a = 0; }
14056 pthread_cleanup_push(routine, 0);
/netbsd-current/external/gpl3/binutils.old/dist/gprofng/
H A Dconfigure16191 static void routine(void *a) { a = 0; }
16200 pthread_cleanup_push(routine, 0);
/netbsd-current/external/gpl3/binutils/dist/gprofng/
H A Dconfigure16231 static void routine(void *a) { a = 0; }
16240 pthread_cleanup_push(routine, 0);
/netbsd-current/external/lgpl3/mpfr/dist/
H A Dconfigure15526 static void routine(void *a)
15540 pthread_cleanup_push(routine, 0);
/netbsd-current/external/gpl2/diffutils/dist/
H A Dconfigure7198 in this routine. Assigning to the local variable will thus
/netbsd-current/external/bsd/file/dist/
H A Dconfigure14992 in this routine. Assigning to the local variable will thus
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dconfigure25087 in this routine. Assigning to the local variable will thus
25734 static void routine(void *a) { a = 0; }
25743 pthread_cleanup_push(routine, 0);
/netbsd-current/external/mpl/bind/dist/
H A Dconfigure18346 # check for uname library routine
19396 static void routine(void *a)
19410 pthread_cleanup_push(routine, 0);
/netbsd-current/external/gpl2/lvm2/dist/
H A Dconfigure7490 in this routine. Assigning to the local variable will thus
/netbsd-current/external/gpl2/xcvs/dist/
H A Dconfigure15716 in this routine. Assigning to the local variable will thus
/netbsd-current/external/gpl2/gmake/dist/
H A Dconfigure9319 in this routine. Assigning to the local variable will thus
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dfplsp.s9258 # the src value. then, jump to the norm part of the routine.
9760 # This routine is used by the 060FPLSP. #
9903 # This routine is used by the 060FPLSP package. #
9961 # This routine is used by the 060FPLSP package. #
10018 # This routine is used by the 060FPLSP package. #
10207 # This routine is used by the 060FPLSP package. #
10549 # jump to operand error routine for a negative src operand. #
10648 # register and jump to the operand error routine for negative
10658 # register and branch to the src QNAN routine.
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/
H A Dconfigure31085 in this routine. Assigning to the local variable will thus
[all...]
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.c709 ** routine returns SQLITE_ABORT without invoking the callback again and
762 #define SQLITE_ABORT 4 /* Callback routine requested an abort */
1882 ** ^The sqlite3_initialize() routine initializes the
1883 ** SQLite library. ^The sqlite3_shutdown() routine
1911 ** ^The sqlite3_initialize() routine returns [SQLITE_OK] on success.
1916 ** ^The sqlite3_initialize() routine is called internally by many other
1931 ** The sqlite3_os_init() routine does operating-system specific
1933 ** routine undoes the effect of sqlite3_os_init(). Typical tasks
1965 ** applications and so this routine is usually not necessary. It is
1991 ** then this routine return
[all...]

Completed in 1046 milliseconds

1234567