Home
last modified time | relevance | path

Searched refs:routine (Results 1 – 25 of 30) sorted by relevance

12

/glibc-2.36/benchtests/scripts/
Dplot_strings.py76 def plotTime(timings, routine, bench_variant, title, outpath): argument
98 (routine, bench_variant, title)
100 (routine, args.plot, bench_variant, outpath))
105 def plotRelative(timings, all_timings, routine, ifuncs, bench_variant, argument
145 def plotMax(timings, routine, bench_variant, title, outpath): argument
170 "benchmark, %s" % (routine, bench_variant, title)
172 (routine, args.plot, bench_variant, outpath))
177 def plotThroughput(timings, params, routine, bench_variant, title, outpath): argument
202 (routine, bench_variant, title)
204 (routine, args.plot, bench_variant, outpath))
[all …]
/glibc-2.36/sysdeps/nptl/
Dpthread.h592 # define pthread_cleanup_push(routine, arg) \ argument
594 __pthread_cleanup_class __clframe (routine, arg)
606 # define pthread_cleanup_push_defer_np(routine, arg) \ argument
608 __pthread_cleanup_class __clframe (routine, arg); \
638 # define pthread_cleanup_push(routine, arg) \ argument
642 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
655 # define pthread_cleanup_push_defer_np(routine, arg) \ argument
659 = { .__cancel_routine = (routine), .__cancel_arg = (arg), \
681 # define pthread_cleanup_push(routine, arg) \ argument
684 void (*__cancel_routine) (void *) = (routine); \
[all …]
DpthreadP.h567 void (*routine) (void *), void *arg);
574 # define pthread_cleanup_push(routine,arg) \ argument
576 __pthread_cleanup_push (&_buffer, (routine), (arg));
626 # define pthread_cleanup_combined_push(routine, arg) \ argument
628 void (*__cancel_routine) (void *) = (routine); \
647 void (*routine) (void *), void *arg);
653 void (*routine) (void *), void *arg);
657 void (*routine) (void *), void *arg);
/glibc-2.36/nptl/
Dcleanup_defer_compat.c26 void (*routine) (void *), void *arg) in _pthread_cleanup_push_defer()
28 buffer->__routine = routine; in _pthread_cleanup_push_defer()
Dcleanup_compat.c24 void (*routine) (void *), void *arg) in __pthread_cleanup_push()
28 buffer->__routine = routine; in __pthread_cleanup_push()
/glibc-2.36/sysdeps/arm/
Ddl-trampoline.S56 @ call fixup routine
132 @ call profiling fixup routine
Dstrlen.S35 beq Laligned @ skip into main check routine if no
/glibc-2.36/sysdeps/arm/armv6t2/
Dmemchr.S20 @ This memchr routine is optimised on a Cortex-A9 and should work on all ARMv7
/glibc-2.36/crypt/
DREADME.ufc-crypt117 Code the routine with 4 (one dimensional) vectors.
/glibc-2.36/elf/
Drtld-Rules142 # Set libof-* for each routine.
/glibc-2.36/misc/bits/
Dstab.def41 /* Name of main routine. Only the name is significant.
/glibc-2.36/manual/
Dthreads.texi733 desired signal mask to the thread start routine (which could be a
734 wrapper function for the actual thread start routine). It may be
737 routine needs to access the signal mask.
744 The start routine for the created thread needs to locate the desired
Dtexinfo.tex235 % Output routine
309 % Main output routine.
5795 % Use inside an output routine to save \topmark and \firstmark
5805 % added while an output routine is active, including
5813 % "abc" because output routine doesn't fire for a completely empty page.
5826 % routine twice in a row (see the doublecol-lose test, which is
5829 % output routine. Generally, \partialpage will be empty when this
5842 \eject % run that output routine to set \partialpage
5845 % We recover the two marks that the last output routine saved in order
5850 % Use the double-column output routine for subsequent pages.
[all …]
Dllio.texi4456 are inadvertently released due to a library routine opening and closing
/glibc-2.36/ChangeLog.old/
DChangeLog.15524 (__sysconf_check_spec): New routine.
716 (optimize_subexps): New routine.
1484 Define __ prefixed routine in libc.a and in libdl.a just call it.
1556 routine.
1570 * sysdeps/x86_64/memset.S (__memset_chk): Add checking routine.
DChangeLog.3905 forcing the stack into high memory. FIXME--this routine
DChangeLog.91093 * sysdeps/generic/crypt.h: Remove internal routine. Add __restrict.
1810 Fix various bugs in conversion routine.
DChangeLog.142436 (_dl_protect_relro): New routine.
6337 conversion routine. Changed CHARSET_NAME definition from EUCJP-MS to
8181 2003-03-27: setjmp is NOT a leaf-routine (due to the call to
9312 #if ! ELF_MACHINE_NO_RELA conditional into the routine.
DChangeLog.2666 indeed, for a library routine).
DChangeLog.7940 _itoa is the only routine that ld.so uses that requires something
3996 routine or via thread_atfork_static in global scope. This
DChangeLog.257511 gaih_inet: make numeric lookup a separate routine
DChangeLog.18930 routine for testing.
6748 * posix/globtest.sh: Add cleanup routine on trap 0.
13102 * string/explicit_bzero.c: New routine.
13108 * debug/explicit_bzero_chk.c: New routine.
44304 * Makerules: Don't suffix routine names for nonlib.
44308 * elf/Makefile: Set libof-* for each routine.
44320 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
77189 macros for using routine as __sincosf_ia32.
77738 for using routine as __sinf_ia32.
77741 for using routine as __cosf_ia32.
[all …]
DChangeLog.52287 of some if routine and make all if routines depend on that .d file
/glibc-2.36/po/
Deo.po2837 # SIGSYS 12,-,12 Core Bad argument to routine (SVID)
/glibc-2.36/
DNEWS756 [18435] nptl: pthread_once hangs when init routine throws an exception

12