Searched refs:runtime (Results 1 - 25 of 59) sorted by relevance

123

/freebsd-10.1-release/contrib/gcclibs/libmudflap/
H A 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
[all...]
/freebsd-10.1-release/lib/libblocksruntime/
H A DMakefile11 SRCS= data.c runtime.c
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DCocoa.cpp35 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
37 if (!runtime)
40 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
82 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
84 if (!runtime)
87 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
126 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
128 if (!runtime)
131 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
172 ObjCLanguageRuntime* runtime
[all...]
H A DCF.cpp50 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
52 if (!runtime)
55 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
114 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
116 if (!runtime)
119 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
244 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
246 if (!runtime)
249 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
H A DNSArray.cpp35 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
37 if (!runtime)
40 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
292 ObjCLanguageRuntime *runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
293 if (!runtime)
304 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(*valobj_sp.get()));
H A DNSSet.cpp36 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
38 if (!runtime)
41 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
117 ObjCLanguageRuntime *runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
118 if (!runtime)
129 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(*valobj_sp.get()));
H A DNSDictionary.cpp90 ObjCLanguageRuntime* runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
92 if (!runtime)
95 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(valobj));
160 ObjCLanguageRuntime *runtime = (ObjCLanguageRuntime*)process_sp->GetLanguageRuntime(lldb::eLanguageTypeObjC);
161 if (!runtime)
172 ObjCLanguageRuntime::ClassDescriptorSP descriptor(runtime->GetClassDescriptor(*valobj_sp.get()));
/freebsd-10.1-release/contrib/ofed/management/opensm/include/opensm/
H A Dosm_prefix_route.h59 #error ROUTER_EXP is deprecated, specify prefix routes at runtime instead (see opensm man page for details)
/freebsd-10.1-release/usr.bin/at/
H A Dparsetime.c594 struct tm nowtime, runtime; local
601 runtime = nowtime;
602 runtime.tm_sec = 0;
603 runtime.tm_isdst = 0;
618 plus(&runtime);
625 minus(&runtime);
628 tod(&runtime);
629 month(&runtime);
636 * set our runtime to that hour before leaping into the
644 if (runtime
[all...]
H A Dat.c463 struct tm runtime; local
508 runtime = *localtime(&runtimer);
509 strftime(timestr, TIMESIZE, "%+", &runtime);
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp78 SystemRuntime *runtime = process_sp->GetSystemRuntime (); local
79 if (runtime)
81 m_dispatch_queue_name = runtime->GetQueueNameFromThreadQAddress (m_thread_dispatch_qaddr);
100 SystemRuntime *runtime = process_sp->GetSystemRuntime (); local
101 if (runtime)
103 return runtime->GetQueueIDFromThreadQAddress (m_thread_dispatch_qaddr);
/freebsd-10.1-release/sys/kern/
H A Dkern_racct.c81 * process starts, we compute its %cpu usage by dividing its runtime by the
913 uint64_t runtime; local
921 runtime = cputick2usec(p->p_rux.rux_runtime);
923 KASSERT(runtime >= p->p_prev_runtime, ("runtime < p_prev_runtime"));
925 if (runtime < p->p_prev_runtime)
926 runtime = p->p_prev_runtime;
931 pct_estimate = (1000000 * runtime * 100) /
939 racct_set_locked(p, RACCT_CPU, runtime);
1110 uint64_t runtime; local
[all...]
H A Dkern_synch.c434 uint64_t runtime, new_switchtime; local
472 runtime = new_switchtime - PCPU_GET(switchtime);
473 td->td_runtime += runtime;
474 td->td_incruntime += runtime;
H A Dkern_time.c246 cputick2timespec(uint64_t runtime, struct timespec *ats) argument
248 runtime = cputick2usec(runtime);
249 ats->tv_sec = runtime / 1000000;
250 ats->tv_nsec = runtime % 1000000 * 1000;
256 uint64_t runtime, curtime, switchtime; local
262 runtime = curthread->td_runtime;
264 runtime += curtime - switchtime;
267 runtime = targettd->td_runtime;
270 cputick2timespec(runtime, at
276 uint64_t runtime; local
[all...]
H A Dkern_resource.c842 uint64_t runtime, u; local
855 runtime = u - PCPU_GET(switchtime);
856 td->td_runtime += runtime;
857 td->td_incruntime += runtime;
874 uint64_t runtime, u; local
887 runtime = u - PCPU_GET(switchtime);
888 td->td_runtime += runtime;
889 td->td_incruntime += runtime;
916 printf("calcru: negative runtime of %jd usec for pid %d (%s)\n",
954 printf("calcru: runtime wen
[all...]
H A Dkern_thread.c397 uint64_t runtime, new_switchtime; local
477 runtime = new_switchtime - PCPU_GET(switchtime);
478 td->td_runtime += runtime;
479 td->td_incruntime += runtime;
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Core/
H A DValueObjectDynamicValue.cpp207 LanguageRuntime *runtime = process->GetLanguageRuntime (known_type); local
208 if (runtime)
209 found_dynamic_type = runtime->GetDynamicTypeAndAddress (*m_parent, m_use_dynamic, class_type_or_name, dynamic_address);
/freebsd-10.1-release/sbin/pfctl/
H A Dpfctl_parser.c493 time_t runtime; local
498 runtime = time(NULL) - s->since;
502 unsigned int sec, min, hrs, day = runtime;
571 if (runtime > 0)
573 (double)s->fcounters[i] / (double)runtime);
588 if (runtime > 0)
590 (double)s->scounters[i] / (double)runtime);
599 if (runtime > 0)
601 (double)s->counters[i] / (double)runtime);
614 if (runtime >
[all...]
/freebsd-10.1-release/tools/tools/nanobsd/
H A Dnanobsd.sh95 # The drive name of the media at runtime
882 runtime=$(( `date +%s` - $NANO_STARTTIME ))
883 printf "%s %.${1}s %s\n" "`date -u -r $runtime +%H:%M:%S`" "#####" "$2" 1>&3
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBProcess.cpp1315 SystemRuntime *runtime = process_sp->GetSystemRuntime(); local
1316 return runtime->GetExtendedBacktraceTypes().size();
1327 SystemRuntime *runtime = process_sp->GetSystemRuntime(); local
1328 const std::vector<ConstString> &names = runtime->GetExtendedBacktraceTypes();
H A DSBThread.cpp1304 SystemRuntime *runtime = process->GetSystemRuntime(); local
1305 if (runtime)
1307 ThreadSP new_thread_sp (runtime->GetExtendedBacktraceThread (real_thread, type_const));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectThread.cpp176 SystemRuntime *runtime = thread->GetProcess()->GetSystemRuntime(); local
177 if (runtime)
180 const std::vector<ConstString> &types = runtime->GetExtendedBacktraceTypes();
183 ThreadSP ext_thread_sp = runtime->GetExtendedBacktraceThread (thread->shared_from_this(), type);
/freebsd-10.1-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_reset.c858 /* 512 * runtime search windows * 6.4us each */
963 static const uint8_t runtime[3] = { 0, 2, 7 }; local
974 for (i = 0; i < N(runtime); i++) {
975 nf = ar5211RunNoiseFloor(ah, runtime[i], 0);
979 "(runtime %u)\n", __func__,
980 nf, nfThresh, runtime[i]);
985 return (i <= N(runtime));
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2024 LanguageRuntime *runtime = GetLanguageRuntime(eLanguageTypeC_plus_plus, retry_if_null); local
2025 if (runtime != NULL && runtime->GetLanguageType() == eLanguageTypeC_plus_plus)
2026 return static_cast<CPPLanguageRuntime *> (runtime);
2033 LanguageRuntime *runtime = GetLanguageRuntime(eLanguageTypeObjC, retry_if_null); local
2034 if (runtime != NULL && runtime->GetLanguageType() == eLanguageTypeObjC)
2035 return static_cast<ObjCLanguageRuntime *> (runtime);
2048 LanguageRuntime *runtime = GetLanguageRuntime (known_type); local
2049 return runtime
[all...]
/freebsd-10.1-release/sys/dev/nxge/xgehal/
H A Dxgehal-device.c950 int num, int runtime)
955 if (runtime)
980 if (!runtime) {
1019 if (!runtime && __hal_device_register_poll(hldev, &bar0->tti_command_mem,
1026 if (!runtime) {
1044 __hal_device_tti_configure(xge_hal_device_t *hldev, int runtime) argument
1065 i * XGE_HAL_MAX_FIFO_TTI_NUM + j, runtime);
1082 XGE_HAL_MAX_FIFO_TTI_RING_0 + i, runtime);
1099 __hal_device_rti_configure(xge_hal_device_t *hldev, int runtime) argument
1105 if (runtime) {
949 __hal_device_tti_apply(xge_hal_device_t *hldev, xge_hal_tti_config_t *tti, int num, int runtime) argument
[all...]

Completed in 234 milliseconds

123