HomeSort by: relevance | last modified time | path
    Searched refs:routine (Results 1 - 25 of 57) sorted by relevancy

1 2 3

  /src/lib/libpthread/
pthread_once.c 57 pthread_once(pthread_once_t *once_control, void (*routine)(void))
60 return __libc_thr_once_stub(once_control, routine);
66 routine();
pthread.h 174 #define pthread_cleanup_push(routine, arg) \
177 pthread__cleanup_push((routine),(arg), &__store);
  /src/tests/lib/libpthread/dlopen/dso/
h_pthread_dlopen.c 78 void *(*routine)(void *), void *arg)
82 ret = pthread_create(thread, attr, routine, arg);
  /src/tests/lib/libpthread/dlopen/
t_main_pthread_create.c 45 routine(void *arg) function in typeref:typename:void *
65 ret = pthread_create(&thread, NULL, routine, arg);
93 ret = testf_dso_pthread_create(&thread, NULL, routine, arg);
t_dso_pthread_create.c 46 routine(void *arg) function in typeref:typename:void *
84 ret = testf_dso_pthread_create(&thread, NULL, routine, arg);
  /src/sys/arch/m68k/060sp/dist/
fskeletn.s 69 # routine. The operating system can do system dependent clean-up or
80 # is present. The routine below should point to the operating system handler
84 # The sample routine below simply clears the exception status bit and
98 # is present. The routine below should point to the operating system handler
102 # The sample routine below simply clears the exception status bit and
116 # is present. The routine below should point to the operating system handler
121 # The sample routine below simply clears the exception status bit and
135 # is present. The routine below should point to the operating system handler
140 # The sample routine below simply clears the exception status bit and
154 # is present. The routine below should point to the operating system handler
    [all...]
iskeletn.s 85 # stack frame and branches to this routine.
118 # Integer Instruction stack frame and branches to this routine.
156 # then this routine simply re-enters the package through _isp_cas.
167 # then this routine simply re-enters the package through _isp_cas2.
176 # Entry point for the operating system's routine to "lock" a page
177 # from being paged out. This routine is needed by the cas/cas2
179 # region. Note: the routine must lock two pages if the operand
181 # NOTE: THE ROUTINE SHOULD RETURN AN FSLW VALUE IN D0 ON FAILURE
198 # Entry point for the operating system's routine to "unlock" a
200 # Note: the routine must unlock two pages if the operand span
    [all...]
ilsp.doc 81 within the package will then enter the correct emulation code routine.
99 bsr.l _060LISP_TOP+0x18 # branch to multiply routine
114 bsr.l _060LISP_TOP+0x08 # branch to divide routine
121 routine must make sure that the value isn't lost while popping
131 bsr.l _060LSP_TOP_+0x48 # branch to "cmp2" routine
138 operand is a zero, then the library routine, as it's last
isp.s 46 # to call a given routine. The stub routine actually performs the
47 # callout. The ISP code does a "bsr" to the stub routine. This
868 # _calc_ea(): routine to calculate effective address #
891 # on the stack. A jump table is used to vector to a routine for the #
1615 # and the failing address to the routine that creates the new frame.
1628 # _moveperipheral(): routine to emulate movep instruction #
1650 # to the _isp_dacc() routine. #
1843 # and the failing address to the routine that creates the new frame.
1866 # _chk2_cmp2(): routine to emulate chk2/cmp2 instructions
    [all...]
fplsp.doc 81 within the package will then enter the correct emulation code routine.
96 bsr.l _060FPLSP_TOP+0x1a8 # branch to fsin routine
108 bsr.l _060FPLSP_TOP+0x168 # branch to frem routine
120 floating-point Operand Error exception, then the library routine
  /src/games/warp/
config.h.SH 55 * This symbol, if defined, indicates that the ftime() routine exists.
61 * gethostname() routine to derive the host name. See also DOUNAME
66 * uname() routine to derive the host name. See also GETHOSTNAME and
71 * contents of PHOSTNAME as a command to feed to the popen() routine
79 * This symbol, if defined, indicates that the getpwent() routine
80 * should be used instead of the getpw() routine.
122 * This symbol, if defined, indicates that the rdchk routine is available
124 * the routine is used only if FIONREAD and O_NDELAY aren't available.
219 * function parameters. Do not use Reg<n> more than once per routine.
  /src/sys/arch/vax/boot/common/
romread.S 67 calls $6, (%r6) # call the qio-routine
83 calls $6, (%r6) # call the qio-routine
  /src/sys/arch/vax/boot/boot/
consio2.S 43 jsb *_C_LABEL(rom_getc) # call the getc-routine
67 jsb *0x1C(%r11) # call the getc-routine (KA630_GETC)
  /src/sys/arch/alpha/stand/common/
prom.c 57 prom_dispatch_v.routine = c->crb_v_dispatch->entry_va;
  /src/sys/arch/alpha/include/
prom.h 32 uint64_t routine; member in struct:prom_vec
  /src/sys/kern/
subr_userconf.c 582 userconf_common_dev(char *dev, int len, short unit, short state, char routine)
586 switch (routine) {
615 switch (routine) {
629 printf("Unknown routine /%c/\n",
630 routine);
638 switch (routine) {
  /src/sys/arch/mvme68k/stand/sboot/
oc_cksum.s 45 | This routine will work as long as strtval is < 2^31.
49 | This routine is intended for MC 68020s but should also work
52 | aligned on an even address. (Also, a routine written to use
56 | We don't worry about alignment because this routine is frequently
84 | The cost of calling this routine was typically 10% of the per-
87 | it would clearly be a gain to "inline" this routine -- the
  /src/sys/arch/vax/boot/xxboot/
start.S 87 calls $6, (%r6) # call the qio-routine
162 movl %r4,%r8 # LBN is in %r8 for rom routine
224 movl 4(%ap),%r0 # init routine address
  /src/sys/lib/libkern/arch/hppa/
prefix.h 83 ; VERSION is used wherever ".version" can appear in a routine
  /src/lib/libc/include/
reentrant.h 315 thr_once(once_t *once_control, void (*routine)(void))
318 (*routine)();
  /src/sys/arch/m68k/m68k/
oc_cksum.s 41 | This routine will work as long as strtval is < 2^31.
45 | This routine is intended for MC 68020s but should also work
48 | aligned on an even address. (Also, a routine written to use
52 | We don't worry about alignment because this routine is frequently
80 | The cost of calling this routine was typically 10% of the per-
83 | it would clearly be a gain to "inline" this routine -- the
  /src/common/dist/zlib/contrib/ada/
zlib.ads 162 -- supported for inflate routine only in ZLib versions 1.2.0.2 and later.
186 -- Compress/decompress data fetch from Data_In routine and pass the result
187 -- to the Data_Out routine. User should provide Data_In and Data_Out
244 -- User should provide this routine for accept
249 -- Buffer size for Write user routine.
263 -- thru this routine.
  /src/doc/
TODO.compat-module 57 specific routine names and variable types). Version-specific parts
80 compat_xx_MD_init() routine.
  /src/libexec/ld.elf_so/arch/or1k/
rtld_start.S 116 l.jr r11 # jump to routine
  /src/common/lib/libc/arch/sparc64/string/
memset.S 158 * On exiting this routine we undo the damage: restore the original

Completed in 23 milliseconds

1 2 3