Home
last modified time | relevance | path

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

12345678910>>...22

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntimeV2.h49 static bool classof(const LanguageRuntime *runtime) { in classof() argument
50 return runtime->isA(&ID); in classof()
133 CreateInstance(AppleObjCRuntimeV2 &runtime,
139 NonPointerISACache(AppleObjCRuntimeV2 &runtime,
179 CreateInstance(AppleObjCRuntimeV2 &runtime,
185 TaggedPointerVendorV2(AppleObjCRuntimeV2 &runtime) in TaggedPointerVendorV2() argument
186 : TaggedPointerVendor(), m_runtime(runtime) {} in TaggedPointerVendorV2()
277 : TaggedPointerVendorV2(runtime) {} in TaggedPointerVendorLegacy()
311 ClassInfoExtractor(AppleObjCRuntimeV2 &runtime) : m_runtime(runtime) {} in ClassInfoExtractor() argument
333 : ClassInfoExtractor(runtime) {} in DynamicClassInfoExtractor()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp146 LanguageRuntime *runtime = nullptr; in UpdateValue() local
151 runtime = process->GetLanguageRuntime(known_type); in UpdateValue()
153 runtime->GetPreferredLanguageRuntime(*m_parent)) { in UpdateValue()
160 runtime = preferred_runtime; in UpdateValue()
164 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
169 if (runtime) in UpdateValue()
170 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
176 if (runtime) in UpdateValue()
177 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
188 if (runtime && found_dynamic_type) { in UpdateValue()
[all …]
/freebsd/contrib/wireguard-tools/
H A Dsetconf.c32 struct wgdevice *runtime; in sync_conf() local
43 if (ipc_get_device(&runtime, file->name) != 0) { in sync_conf()
48 if (!runtime->first_peer) { in sync_conf()
49 free_wgdevice(runtime); in sync_conf()
55 for_each_wgpeer(runtime, peer) in sync_conf()
60 free_wgdevice(runtime); in sync_conf()
70 for_each_wgpeer(runtime, peer) { in sync_conf()
83 free_wgdevice(runtime); in sync_conf()
96 free_wgdevice(runtime); in sync_conf()
/freebsd/usr.bin/at/
H A Dparsetime.c602 runtime = nowtime; in parsetime()
603 runtime.tm_sec = 0; in parsetime()
604 runtime.tm_isdst = 0; in parsetime()
620 plus(&runtime); in parsetime()
627 minus(&runtime); in parsetime()
630 tod(&runtime); in parsetime()
631 month(&runtime); in parsetime()
649 runtime.tm_mday++; in parsetime()
650 runtime.tm_wday++; in parsetime()
653 runtime.tm_min = 0; in parsetime()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp47 if (!runtime) in NSBundleSummaryProvider()
98 if (!runtime) in NSTimeZoneSummaryProvider()
147 if (!runtime) in NSNotificationSummaryProvider()
196 if (!runtime) in NSMachPortSummaryProvider()
243 if (!runtime) in NSIndexSetSummaryProvider()
446 if (!runtime) in NSNumberSummaryProvider()
787 if (!runtime) in NSURLSummaryProvider()
911 if (!runtime) in NSDateSummaryProvider()
984 if (runtime && runtime->GetFoundationVersion() >= 1600) in NSDateSummaryProvider()
1013 if (!runtime) in ObjCClassSummaryProvider()
[all …]
H A DCF.cpp53 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBagSummaryProvider() local
55 if (!runtime) in CFBagSummaryProvider()
59 runtime->GetClassDescriptor(valobj)); in CFBagSummaryProvider()
111 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBitVectorSummaryProvider() local
113 if (!runtime) in CFBitVectorSummaryProvider()
117 runtime->GetClassDescriptor(valobj)); in CFBitVectorSummaryProvider()
231 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in CFBinaryHeapSummaryProvider() local
233 if (!runtime) in CFBinaryHeapSummaryProvider()
237 runtime->GetClassDescriptor(valobj)); in CFBinaryHeapSummaryProvider()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A DREADME.txt3 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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmap/
H A Dmmap_mixed.ksh56 runtime=60
64 --runtime=$runtime --time_based --norandommap &"
70 --runtime=$runtime --time_based --norandommap &"
76 --runtime=$runtime --time_based --norandommap &"
82 --runtime=$runtime --time_based --norandommap &"
/freebsd/tools/test/stress2/misc/
H A Dburnin.sh36 runtime=1200 # default
56 /tmp/burnin -r $runtime -d $mntpoint >> $log
88 int bufsize, files, parallel, runtime;
142 runtime = 1 * 60 * 60 * 24;
161 case 'r': /* runtime */
162 if (sscanf(optarg, "%d", &runtime) != 1)
173 dir, bufsize, files, parallel, runtime);
185 while ((time(NULL) - start) < runtime && e == 0) {
204 if (runtime > DELAY)
H A Dnullfs24.sh38 runtime=300
48 while [ `date '+%s'` -lt $((start + $runtime)) ]; do
54 (cd ../testcases/swap; ./swap -t ${runtime}s -i 20) &
58 while [ `date '+%s'` -lt $((start + $runtime)) ]; do
H A Dnullfs28.sh46 runtime=300
58 while [ `date '+%s'` -lt $((start + $runtime)) ]; do
63 (cd ../testcases/swap; ./swap -t ${runtime}s -i 20) &
65 while [ `date '+%s'` -lt $((start + $runtime)) ]; do
H A Dshm2.sh70 static int runtime, utime;
126 while ((time(NULL) - start) < runtime) {
131 if ((time(NULL) - start) >= runtime)
152 runtime = 120; /* 2 minutes */
H A Dtruss.sh109 int i, rc, runtime;
113 runtime = atoi(argv[1]);
115 while ((time(NULL) - start) < runtime) {
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.cpp108 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueName() local
109 if (runtime) in GetQueueName()
111 runtime->GetQueueNameFromThreadQAddress(m_thread_dispatch_qaddr); in GetQueueName()
138 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueKind() local
139 if (runtime) in GetQueueKind()
140 m_queue_kind = runtime->GetQueueKind(m_thread_dispatch_qaddr); in GetQueueKind()
162 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueID() local
163 if (runtime) { in GetQueueID()
189 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueLibdispatchQueueAddress() local
190 if (runtime) { in GetQueueLibdispatchQueueAddress()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A DREADME.txt3 This directory contains sources of the MemProfiling (MemProf) runtime library.
8 memprof_*.{cc,h} : Sources of the memprof runtime library.
10 Also MemProf runtime needs the following libraries:
14 MemProf runtime can only be built by CMake. You can run MemProf tests
/freebsd/tools/test/stress2/tools/
H A Dswap.c46 static int runtime, utime; variable
153 while ((time(NULL) - start) < runtime) { in test()
158 if ((time(NULL) - start) >= runtime) in test()
179 runtime = 120; /* 2 minutes */ in main()
197 if (sscanf(optarg, "%d", &runtime) != 1) in main()
/freebsd/crypto/openssl/
H A DNOTES-UNIX.md4 For Unix/POSIX runtime systems on Windows,
26 a bit of help from a defined runtime shared library search path.
29 scripts do NOT generally set the runtime shared library search path for
40 Possible options to set the runtime shared library search path include
54 Please do not use verbatim directories in your runtime shared library
58 used with the runtime shared library search path options, as shown in
64 On modern ELF based systems, there are two runtime search paths tags to
83 How to choose which runtime search path tag is to be set depends on
93 for runtime search path relative to the directory containing current
106 also cases when you'd have to explicitly specify runtime search path
/freebsd/contrib/atf/
H A DREADME14 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/sys/contrib/openzfs/module/lua/
H A DREADME.zfs35 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/etc/mtree/
H A DBSD.root.dist13 allwinner tags=package=runtime
15 overlays tags=package=runtime
17 rockchip tags=package=runtime
/freebsd/sys/kern/
H A Dkern_racct.c989 uint64_t pct_estimate, pct, runtime; in racct_proc_exit() local
999 runtime = cputick2usec(p->p_rux.rux_runtime); in racct_proc_exit()
1003 if (runtime < p->p_prev_runtime) in racct_proc_exit()
1004 runtime = p->p_prev_runtime; in racct_proc_exit()
1009 pct_estimate = (1000000 * runtime * 100) / in racct_proc_exit()
1017 racct_set_locked(p, RACCT_CPU, runtime, 0); in racct_proc_exit()
1250 uint64_t pct, pct_estimate, runtime; in racctd() local
1276 KASSERT(runtime >= p->p_prev_runtime, in racctd()
1279 if (runtime < p->p_prev_runtime) in racctd()
1280 runtime = p->p_prev_runtime; in racctd()
[all …]
/freebsd/contrib/llvm-project/libcxx/include/
H A Dformat34 basic_format_string(runtime-format-string<charT> s) noexcept : str(s.str) {} // since C++26
45 template<class charT> struct runtime-format-string { // since C++26, exposition-only
50 runtime-format-string(basic_string_view<charT> s) noexcept : str(s) {}
52 runtime-format-string(const runtime-format-string&) = delete;
53 runtime-format-string& operator=(const runtime-format-string&) = delete;
56 runtime-format-string<char> runtime_format(string_view fmt) noexcept {
59 runtime-format-string<wchar_t> runtime_format(wstring_view fmt) noexcept {
/freebsd/release/packages/
H A DMakefile.package149 runtime-debug_DESCR= Debugging Symbols
150 runtime-development_DESCR=Development Files
151 runtime-profile_DESCR= Profiling Libraries
152 runtime-lib32_DESCR= 32-bit Libraries
153 runtime-lib32-debug_DESCR=32-bit Debugging Symbols
154 runtime-lib32-development_DESCR=32-bit Development Files
155 runtime-lib32-profile_DESCR=32-bit Profiling Libraries
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DQueueItem.cpp100 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in FetchEntireItem() local
101 if (runtime) { in FetchEntireItem()
102 runtime->CompleteQueueItem(this, m_item_ref); in FetchEntireItem()
/freebsd/tools/build/options/
H A DWITH_UBSAN2 various kinds of undefined behavior at runtime.
4 and that the runtime support library is available

12345678910>>...22