| /freebsd-11-stable/testcode/ |
| HD | fake_event.c | 89 struct replay_runtime* runtime; member 203 pending_matches_current(struct replay_runtime* runtime, in pending_matches_current() argument 208 if(!runtime->now || runtime->now->evt_type != repevt_back_query in pending_matches_current() 209 || !runtime->pending_list) in pending_matches_current() 212 for(p = runtime->pending_list; p; p = p->next) { in pending_matches_current() 213 if(runtime->now->addrlen != 0 && in pending_matches_current() 214 sockaddr_cmp(&p->addr, p->addrlen, &runtime->now->addr, in pending_matches_current() 215 runtime->now->addrlen) != 0) in pending_matches_current() 217 if((e=find_match(runtime->now->match, p->pkt, p->pkt_len, in pending_matches_current() 235 pending_find_match(struct replay_runtime* runtime, struct entry** entry, in pending_find_match() argument [all …]
|
| /freebsd-11-stable/contrib/gcclibs/libmudflap/ |
| HD | Makefile.am | 27 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 \
|
| HD | ChangeLog | 20 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 …]
|
| HD | Makefile.in | 73 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 …]
|
| /freebsd-11-stable/usr.bin/at/ |
| HD | parsetime.c | 597 struct tm nowtime, runtime; in parsetime() local 604 runtime = nowtime; in parsetime() 605 runtime.tm_sec = 0; in parsetime() 606 runtime.tm_isdst = 0; in parsetime() 622 plus(&runtime); in parsetime() 629 minus(&runtime); in parsetime() 632 tod(&runtime); in parsetime() 633 month(&runtime); in parsetime() 650 if (runtime.tm_hour >= hr) { in parsetime() 651 runtime.tm_mday++; in parsetime() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Core/ |
| HD | ValueObjectDynamicValue.cpp | 149 LanguageRuntime *runtime = nullptr; in UpdateValue() local 154 runtime = process->GetLanguageRuntime(known_type); in UpdateValue() 155 if (runtime) in UpdateValue() 156 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue() 160 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus); in UpdateValue() 161 if (runtime) in UpdateValue() 162 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue() 167 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeObjC); in UpdateValue() 168 if (runtime) in UpdateValue() 169 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| HD | Cocoa.cpp | 45 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSBundleSummaryProvider() local 47 if (!runtime) in NSBundleSummaryProvider() 51 runtime->GetClassDescriptor(valobj)); in NSBundleSummaryProvider() 93 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSTimeZoneSummaryProvider() local 95 if (!runtime) in NSTimeZoneSummaryProvider() 99 runtime->GetClassDescriptor(valobj)); in NSTimeZoneSummaryProvider() 138 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSNotificationSummaryProvider() local 140 if (!runtime) in NSNotificationSummaryProvider() 144 runtime->GetClassDescriptor(valobj)); in NSNotificationSummaryProvider() 183 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSMachPortSummaryProvider() local [all …]
|
| HD | CF.cpp | 54 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBagSummaryProvider() local 56 if (!runtime) in CFBagSummaryProvider() 60 runtime->GetClassDescriptor(valobj)); in CFBagSummaryProvider() 116 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBitVectorSummaryProvider() local 118 if (!runtime) in CFBitVectorSummaryProvider() 122 runtime->GetClassDescriptor(valobj)); in CFBitVectorSummaryProvider() 236 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBinaryHeapSummaryProvider() local 238 if (!runtime) in CFBinaryHeapSummaryProvider() 242 runtime->GetClassDescriptor(valobj)); in CFBinaryHeapSummaryProvider()
|
| HD | NSArray.cpp | 322 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSArraySummaryProvider() local 324 if (!runtime) in NSArraySummaryProvider() 328 runtime->GetClassDescriptor(valobj)); in NSArraySummaryProvider() 366 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSArraySummaryProvider() 777 AppleObjCRuntime *runtime = llvm::dyn_cast_or_null<AppleObjCRuntime>( in NSArraySyntheticFrontEndCreator() local 779 if (!runtime) in NSArraySyntheticFrontEndCreator() 793 runtime->GetClassDescriptor(*valobj_sp)); in NSArraySyntheticFrontEndCreator() 814 if (runtime->GetFoundationVersion() >= 1436) in NSArraySyntheticFrontEndCreator() 816 if (runtime->GetFoundationVersion() >= 1430) in NSArraySyntheticFrontEndCreator() 830 if (runtime->GetFoundationVersion() >= 1437) in NSArraySyntheticFrontEndCreator() [all …]
|
| HD | NSSet.cpp | 227 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSSetSummaryProvider() local 229 if (!runtime) in NSSetSummaryProvider() 233 runtime->GetClassDescriptor(valobj)); in NSSetSummaryProvider() 264 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSSetSummaryProvider() 304 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSSetSyntheticFrontEndCreator() local 305 if (!runtime) in NSSetSyntheticFrontEndCreator() 319 runtime->GetClassDescriptor(*valobj_sp)); in NSSetSyntheticFrontEndCreator() 335 llvm::dyn_cast_or_null<AppleObjCRuntime>(runtime); in NSSetSyntheticFrontEndCreator()
|
| HD | NSException.cpp | 182 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSExceptionSyntheticFrontEndCreator() local 183 if (!runtime) in NSExceptionSyntheticFrontEndCreator() 187 runtime->GetClassDescriptor(*valobj_sp.get())); in NSExceptionSyntheticFrontEndCreator()
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| HD | ThreadGDBRemote.cpp | 100 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueName() local 101 if (runtime) in GetQueueName() 103 runtime->GetQueueNameFromThreadQAddress(m_thread_dispatch_qaddr); in GetQueueName() 130 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueKind() local 131 if (runtime) in GetQueueKind() 132 m_queue_kind = runtime->GetQueueKind(m_thread_dispatch_qaddr); in GetQueueKind() 154 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueID() local 155 if (runtime) { in GetQueueID() 156 return runtime->GetQueueIDFromThreadQAddress(m_thread_dispatch_qaddr); in GetQueueID() 181 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueLibdispatchQueueAddress() local [all …]
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/ |
| HD | README.txt | 3 This directory contains sources of the AddressSanitizer (ASan) runtime library. 9 asan_*.{cc,h} : Sources of the asan runtime library. 13 Also ASan runtime needs the following libraries: 17 ASan runtime currently also embeds part of LeakSanitizer runtime for 20 ASan runtime can only be built by CMake. You can run ASan tests
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
| HD | AppleObjCRuntimeV2.h | 45 static bool classof(const LanguageRuntime *runtime) { in classof() argument 46 return runtime->isA(&ID); in classof() 115 bool NeedsUpdate(Process *process, AppleObjCRuntimeV2 *runtime, 129 CreateInstance(AppleObjCRuntimeV2 &runtime, 135 NonPointerISACache(AppleObjCRuntimeV2 &runtime, 174 CreateInstance(AppleObjCRuntimeV2 &runtime, 180 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorV2() argument 181 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2() 196 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask, 226 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask, [all …]
|
| HD | AppleObjCRuntimeV2.cpp | 1151 Process *process, AppleObjCRuntimeV2 *runtime, in NeedsUpdate() argument 1153 if (!hash_table.ParseHeader(process, runtime->GetISAHashTablePointer())) { in NeedsUpdate() 2048 AppleObjCRuntimeV2 &runtime, const lldb::ModuleSP &objc_module_sp) { in CreateInstance() argument 2049 Process *process(runtime.GetProcess()); in CreateInstance() 2107 runtime, objc_module_sp, objc_debug_isa_class_mask, in CreateInstance() 2116 AppleObjCRuntimeV2 &runtime, const lldb::ModuleSP &objc_module_sp) { in CreateInstance() argument 2117 Process *process(runtime.GetProcess()); in CreateInstance() 2125 return new TaggedPointerVendorLegacy(runtime); in CreateInstance() 2131 return new TaggedPointerVendorLegacy(runtime); in CreateInstance() 2137 return new TaggedPointerVendorLegacy(runtime); in CreateInstance() [all …]
|
| /freebsd-11-stable/release/packages/ |
| HD | Makefile.package | 60 runtime-debug_DESCR= Debugging Symbols 61 runtime-development_DESCR=Development Files 62 runtime-profile_DESCR= Profiling Libraries 63 runtime-lib32_DESCR= 32-bit Libraries 64 runtime-lib32-debug_DESCR=32-bit Debugging Symbols 65 runtime-lib32-development_DESCR=32-bit Development Files 66 runtime-lib32-profile_DESCR=32-bit Profiling Libraries
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/ |
| HD | RenderScriptScriptGroup.cpp | 48 RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>( in DoExecute() local 51 assert(runtime); in DoExecute() 65 runtime->PlaceBreakpointOnScriptGroup(target, stream, name, stop_on_all); in DoExecute() 105 RenderScriptRuntime *runtime = static_cast<RenderScriptRuntime *>( in DoExecute() local 108 assert(runtime); in DoExecute() 109 const RSScriptGroupList &groups = runtime->GetScriptGroups(); in DoExecute()
|
| /freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/ |
| HD | README.zfs | 35 The Lua runtime is considered stable software. Channel programs don't need much 36 complicated logic, so updates to the Lua runtime from upstream are viewed as 38 such, the Lua runtime in ZFS should be updated on an as-needed basis for 45 The version of the Lua runtime we're using in ZFS has been modified in a variety 50 useful inside ZFS / the kernel. We have changed the runtime to use int64_t 55 3. The "normal" Lua runtime handles errors by failing fatally, but since this 62 We've added new protections into the Lua interpreter to limit the runtime
|
| /freebsd-11-stable/contrib/atf/ |
| HD | README | 14 ATF-based test programs rely on a separate runtime engine to execute them. 15 The runtime engine is in charge of isolating the test programs from the 17 they cannot affect the running system. The runtime engine is also 19 The current runtime of choice is Kyua.
|
| /freebsd-11-stable/sys/kern/ |
| HD | kern_racct.c | 986 uint64_t pct_estimate, pct, runtime; in racct_proc_exit() local 996 runtime = cputick2usec(p->p_rux.rux_runtime); in racct_proc_exit() 998 KASSERT(runtime >= p->p_prev_runtime, ("runtime < p_prev_runtime")); in racct_proc_exit() 1000 if (runtime < p->p_prev_runtime) in racct_proc_exit() 1001 runtime = p->p_prev_runtime; in racct_proc_exit() 1006 pct_estimate = (1000000 * runtime * 100) / in racct_proc_exit() 1014 racct_set_locked(p, RACCT_CPU, runtime, 0); in racct_proc_exit() 1224 uint64_t pct, pct_estimate, runtime; in racctd() local 1251 runtime = cputick2usec(p->p_rux.rux_runtime); in racctd() 1254 KASSERT(runtime >= p->p_prev_runtime, in racctd() [all …]
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Target/ |
| HD | QueueItem.cpp | 100 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in FetchEntireItem() local 101 if (runtime) { in FetchEntireItem() 102 runtime->CompleteQueueItem(this, m_item_ref); in FetchEntireItem()
|
| /freebsd-11-stable/contrib/gcc/doc/ |
| HD | compat.texi | 15 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
|
| /freebsd-11-stable/contrib/gcclibs/libssp/ |
| HD | configure.ac | 13 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-11-stable/contrib/llvm-project/openmp/ |
| HD | CREDITS.txt | 33 N: Intel Corporation OpenMP runtime team 35 D: Created the runtime. 46 D: ScaleMP contributor to improve runtime performance there.
|
| /freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ |
| HD | CPPLanguageRuntime.h | 51 static bool classof(const LanguageRuntime *runtime) { in classof() argument 52 return runtime->isA(&ID); in classof()
|