Home
last modified time | relevance | path

Searched refs:runtime (Results 1 – 25 of 255) sorted by relevance

1234567891011

/freebsd-9-stable/contrib/gcclibs/libmudflap/
DMakefile.am27 nobase_libsubinclude_HEADERS = mf-runtime.h
31 mf-runtime.c \
42 pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
43 $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-runtime.c -o $@
44 pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
46 pth/mf-hooks1.lo: mf-hooks1.c mf-runtime.h mf-impl.h
48 pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
50 pth/mf-hooks3.lo: mf-hooks3.c mf-runtime.h mf-impl.h
56 pth/mf-runtime.lo \
DChangeLog20 mf-runtime.h installation based on ssp patch for PR 26473 from
25 (nobase_libsubinclude_HEADERS): Add mf-runtime.h.
29 * mf-runtime.h: Add #ifndef protection for conflicting _REENTRANT
135 * mf-runtime.c (__mf_state_1): Initialize to reentrant.
171 * mf-runtime.c (begin_recursion_protect1): New.
184 * mf-runtime.c (__mf_uncache_object): Search whole cache.
226 * mf-runtime.c (__mfu_unregister): Warning fix for char unsigned.
230 * mf-runtime.h: Add libmudflap copyright clause.
239 * mf-runtime.c: Likewise.
240 * mf-runtime.h: Likewise.
[all …]
DMakefile.in73 am_libmudflap_la_OBJECTS = mf-runtime.lo mf-heuristics.lo mf-hooks1.lo \
235 nobase_libsubinclude_HEADERS = mf-runtime.h
237 mf-runtime.c \
247 pth/mf-runtime.lo \
396 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/mf-runtime.Plo@am__quote@
854 pth/mf-runtime.lo: mf-runtime.c mf-runtime.h mf-impl.h
855 $(LTCOMPILE) -DLIBMUDFLAPTH -c $(srcdir)/mf-runtime.c -o $@
856 pth/mf-heuristics.lo: mf-heuristics.c mf-runtime.h mf-impl.h
858 pth/mf-hooks1.lo: mf-hooks1.c mf-runtime.h mf-impl.h
860 pth/mf-hooks2.lo: mf-hooks2.c mf-runtime.h mf-impl.h
[all …]
Dconfigure.ac6 AC_CONFIG_SRCDIR(mf-runtime.c)
12 AC_MSG_CHECKING([for --enable-version-specific-runtime-libs])
13 AC_ARG_ENABLE(version-specific-runtime-libs,
14 [ --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in …
154 # and header files if --enable-version-specific-runtime-libs option
/freebsd-9-stable/usr.bin/at/
Dparsetime.c564 struct tm nowtime, runtime; in parsetime() local
571 runtime = nowtime; in parsetime()
572 runtime.tm_sec = 0; in parsetime()
573 runtime.tm_isdst = 0; in parsetime()
588 plus(&runtime); in parsetime()
592 tod(&runtime); in parsetime()
593 month(&runtime); in parsetime()
608 if (runtime.tm_hour >= hr) { in parsetime()
609 runtime.tm_mday++; in parsetime()
610 runtime.tm_wday++; in parsetime()
[all …]
/freebsd-9-stable/sys/kern/
Dkern_racct.c911 uint64_t runtime; in racct_proc_exit() local
919 runtime = cputick2usec(p->p_rux.rux_runtime); in racct_proc_exit()
921 KASSERT(runtime >= p->p_prev_runtime, ("runtime < p_prev_runtime")); in racct_proc_exit()
923 if (runtime < p->p_prev_runtime) in racct_proc_exit()
924 runtime = p->p_prev_runtime; in racct_proc_exit()
929 pct_estimate = (1000000 * runtime * 100) / in racct_proc_exit()
937 racct_set_locked(p, RACCT_CPU, runtime); in racct_proc_exit()
1108 uint64_t runtime; in racctd() local
1134 runtime = cputick2usec(p->p_rux.rux_runtime); in racctd()
1137 KASSERT(runtime >= p->p_prev_runtime, in racctd()
[all …]
Dkern_time.c242 cputick2timespec(uint64_t runtime, struct timespec *ats) in cputick2timespec() argument
244 runtime = cputick2usec(runtime); in cputick2timespec()
245 ats->tv_sec = runtime / 1000000; in cputick2timespec()
246 ats->tv_nsec = runtime % 1000000 * 1000; in cputick2timespec()
252 uint64_t runtime, curtime, switchtime; in get_thread_cputime() local
258 runtime = curthread->td_runtime; in get_thread_cputime()
260 runtime += curtime - switchtime; in get_thread_cputime()
263 runtime = targettd->td_runtime; in get_thread_cputime()
266 cputick2timespec(runtime, ats); in get_thread_cputime()
272 uint64_t runtime; in get_process_cputime() local
[all …]
Dkern_synch.c424 uint64_t runtime, new_switchtime; in mi_switch() local
462 runtime = new_switchtime - PCPU_GET(switchtime); in mi_switch()
463 td->td_runtime += runtime; in mi_switch()
464 td->td_incruntime += runtime; in mi_switch()
Dkern_resource.c828 uint64_t runtime, u; in calcru() local
841 runtime = u - PCPU_GET(switchtime); in calcru()
842 td->td_runtime += runtime; in calcru()
843 td->td_incruntime += runtime; in calcru()
860 uint64_t runtime, u; in rufetchtd() local
873 runtime = u - PCPU_GET(switchtime); in rufetchtd()
874 td->td_runtime += runtime; in rufetchtd()
875 td->td_incruntime += runtime; in rufetchtd()
Dkern_thread.c399 uint64_t runtime, new_switchtime; in thread_exit() local
479 runtime = new_switchtime - PCPU_GET(switchtime); in thread_exit()
480 td->td_runtime += runtime; in thread_exit()
481 td->td_incruntime += runtime; in thread_exit()
/freebsd-9-stable/contrib/gcc/doc/
Dcompat.texi15 The set of runtime conventions followed by all of the tools that deal
17 linkers, and language runtime support.
60 affects code generation and runtime support for:
72 interfaces for runtime arithmetic support
78 affects code generation and runtime support for:
119 runtime support. The runtime support is included in a C++ ABI, but there
123 that conform to the same ABI for C++ compiler and runtime support.
154 and other runtime support libraries, and to suppress the use of GCC's
Dsourcebuild.texi28 subdirectories that contain parts of GCC and its runtime libraries:
33 runtime library.
45 The main sources of GCC itself (except for runtime libraries),
54 The Ada runtime library.
60 The Fortran runtime library.
63 The @code{libffi} library, used as part of the Java runtime library.
72 The Java runtime library.
79 The C++ runtime library.
86 part of the Java runtime library.
90 into subdirectories works and how building runtime libraries for
[all …]
/freebsd-9-stable/contrib/gcclibs/libssp/
Dconfigure.ac13 AC_MSG_CHECKING([for --enable-version-specific-runtime-libs])
14 AC_ARG_ENABLE(version-specific-runtime-libs,
15 [ --enable-version-specific-runtime-libs Specify that runtime libraries should be installed in …
142 # and header files if --enable-version-specific-runtime-libs option
/freebsd-9-stable/crypto/heimdal/cf/
Dvalgrind-suppressions70 Unknown suppression in runtime link editor
78 Unknown suppression in runtime link editor
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/Basic/
DDiagnosticDriverKinds.td26 "invalid runtime library name in argument '%0'">;
28 "unsupported runtime library '%0' for platform '%1'">;
105 "-fobjc-arc is not supported on platforms using the legacy runtime">;
111 "unknown or ill-formed Objective-C runtime '%0'">;
DSanitizers.def10 // This file defines the options for specifying which runtime sanitizers to
94 // runtime support. This group is generally used in conjunction with the
/freebsd-9-stable/contrib/gcc/config/i386/
Dnetware-libgcc.def1 description "gcc runtime and intrinsics support"
/freebsd-9-stable/lib/libblocksruntime/
DMakefile11 SRCS= data.c runtime.c
/freebsd-9-stable/contrib/pf/pfctl/
Dpfctl_parser.c493 time_t runtime; in print_status() local
498 runtime = time(NULL) - s->since; in print_status()
502 unsigned int sec, min, hrs, day = runtime; in print_status()
571 if (runtime > 0) in print_status()
573 (double)s->fcounters[i] / (double)runtime); in print_status()
588 if (runtime > 0) in print_status()
590 (double)s->scounters[i] / (double)runtime); in print_status()
599 if (runtime > 0) in print_status()
601 (double)s->counters[i] / (double)runtime); in print_status()
614 if (runtime > 0) in print_status()
[all …]
/freebsd-9-stable/contrib/ofed/management/opensm/include/opensm/
Dosm_prefix_route.h59 #error ROUTER_EXP is deprecated, specify prefix routes at runtime instead (see opensm man page for …
/freebsd-9-stable/sys/ia64/conf/
DDEFAULTS12 device io # I/O & EFI runtime device
/freebsd-9-stable/share/doc/papers/kernmalloc/
Dspell.ok51 runtime
/freebsd-9-stable/share/doc/papers/newvm/
Dspell.ok50 runtime
/freebsd-9-stable/contrib/gdb/gdb/config/i386/
Di386sco5.mh8 # runtime, but all come with the development system, so we always
/freebsd-9-stable/contrib/gcc/config/rs6000/
Dsysv4.opt46 Produce code relocatable at runtime
50 Produce code relocatable at runtime

1234567891011