Home
last modified time | relevance | path

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

12345678910>>...21

/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()
119 bool NeedsUpdate(Process *process, AppleObjCRuntimeV2 *runtime,
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()
203 AppleObjCRuntimeV2 &runtime, uint64_t objc_debug_taggedpointer_mask,
236 AppleObjCRuntimeV2 &runtime, uint64_
276 TaggedPointerVendorLegacy(AppleObjCRuntimeV2 & runtime) TaggedPointerVendorLegacy() argument
311 ClassInfoExtractor(AppleObjCRuntimeV2 & runtime) ClassInfoExtractor() argument
332 DynamicClassInfoExtractor(AppleObjCRuntimeV2 & runtime) DynamicClassInfoExtractor() argument
372 SharedCacheClassInfoExtractor(AppleObjCRuntimeV2 & runtime) SharedCacheClassInfoExtractor() argument
399 SharedCacheImageHeaders(AppleObjCRuntimeV2 & runtime,lldb::addr_t headerInfoRWs_ptr,uint32_t count,uint32_t entsize) SharedCacheImageHeaders() argument
[all...]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObjectDynamicValue.cpp149 LanguageRuntime *runtime = nullptr; in UpdateValue() local
154 runtime = process->GetLanguageRuntime(known_type); in UpdateValue()
156 runtime->GetPreferredLanguageRuntime(*m_parent)) { in UpdateValue()
163 runtime = preferred_runtime; in UpdateValue()
167 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
171 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeC_plus_plus); in UpdateValue()
172 if (runtime) in UpdateValue()
173 found_dynamic_type = runtime->GetDynamicTypeAndAddress( in UpdateValue()
178 runtime = process->GetLanguageRuntime(lldb::eLanguageTypeObjC); in UpdateValue()
179 if (runtime) 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.c595 struct tm nowtime, runtime; in parsetime() local
602 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()
648 if (runtime.tm_hour >= hr) { in parsetime()
649 runtime.tm_mday++; in parsetime()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DCocoa.cpp45 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSBundleSummaryProvider() local
47 if (!runtime) in NSBundleSummaryProvider()
51 runtime->GetClassDescriptor(valobj)); in NSBundleSummaryProvider()
96 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSTimeZoneSummaryProvider() local
98 if (!runtime) in NSTimeZoneSummaryProvider()
102 runtime->GetClassDescriptor(valobj)); in NSTimeZoneSummaryProvider()
145 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSNotificationSummaryProvider() local
147 if (!runtime) in NSNotificationSummaryProvider()
151 runtime->GetClassDescriptor(valobj)); in NSNotificationSummaryProvider()
194 ObjCLanguageRuntime *runtime = ObjCLanguageRuntime::Get(*process_sp); in NSMachPortSummaryProvider() local
[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/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()
164 return runtime->GetQueueIDFromThreadQAddress(m_thread_dispatch_qaddr); in GetQueueID()
189 SystemRuntime *runtime = process_sp->GetSystemRuntime(); in GetQueueLibdispatchQueueAddress() local
[all …]
/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/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/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_mmap.ksh59 runtime=60
70 --runtime=$runtime --time_based --norandommap &"
76 --runtime=$runtime --time_based --norandommap &"
82 --runtime=$runtime --time_based --norandommap &"
88 --runtime=$runtime --time_based --norandommap &"
H A Ddio_random.ksh59 runtime=10
70 --group_reporting --minimal --runtime=$runtime --time_based &"
78 --group_reporting --minimal --runtime=$runtime --time_based &"
H A Ddio_async_always.ksh59 runtime=10
66 --group_reporting --minimal --runtime=$runtime --time_based
/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/contrib/bmake/unit-tests/
H A Dvar-recursive.mk45 .elif make(runtime)
48 runtime:
62 @${MAKE} -f ${MAKEFILE} runtime || echo "sub-exit status $$?"
/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.c83 * process starts, we compute its %cpu usage by dividing its runtime by the
983 uint64_t pct_estimate, pct, runtime; in racct_proc_fork_done()
993 runtime = cputick2usec(p->p_rux.rux_runtime); in racct_proc_exit()
995 KASSERT(runtime >= p->p_prev_runtime, ("runtime < p_prev_runtime")); in racct_proc_exit()
997 if (runtime < p->p_prev_runtime) in racct_proc_exit()
998 runtime = p->p_prev_runtime; in racct_proc_exit()
1003 pct_estimate = (1000000 * runtime * 100) / in racct_proc_exit()
1011 racct_set_locked(p, RACCT_CPU, runtime, 0); in racct_proc_exit()
1244 uint64_t pct, pct_estimate, runtime;
989 uint64_t pct_estimate, pct, runtime; racct_proc_exit() local
1250 uint64_t pct, pct_estimate, runtime; racctd() local
[all...]

12345678910>>...21