Home
last modified time | relevance | path

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

12345678910>>...22

/src/contrib/unbound/testcode/
H A Dfake_event.c93 struct replay_runtime* runtime; member
211 pending_matches_current(struct replay_runtime* runtime, in pending_matches_current() argument
216 if(!runtime->now || runtime->now->evt_type != repevt_back_query in pending_matches_current()
217 || !runtime->pending_list) in pending_matches_current()
220 for(p = runtime->pending_list; p; p = p->next) { in pending_matches_current()
221 if(runtime->now->addrlen != 0 && in pending_matches_current()
222 sockaddr_cmp(&p->addr, p->addrlen, &runtime->now->addr, in pending_matches_current()
223 runtime->now->addrlen) != 0) in pending_matches_current()
225 if((e=find_match(runtime->now->match, p->pkt, p->pkt_len, in pending_matches_current()
243 pending_find_match(struct replay_runtime* runtime, struct entry** entry, in pending_find_match() argument
[all …]
/src/etc/mtree/
H A DBSD.root.dist7 bin tags=package=runtime
14 allwinner tags=package=runtime
16 overlays tags=package=runtime
18 rockchip tags=package=runtime
43 dev mode=0555 tags=package=runtime
45 etc tags=package=runtime
46 X11 tags=package=runtime
56 defaults tags=package=runtime
62 gss tags=package=runtime
68 mail tags=package=runtime
[all …]
/src/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_t objc_debug_taggedpointer_mask,
[all …]
/src/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 …]
/src/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()
/src/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 …]
/src/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()
/src/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
/src/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 */
/src/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 …]
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmap/
H A Dmmap_mixed.ksh57 runtime=60
65 --runtime=$runtime --time_based --norandommap &"
71 --runtime=$runtime --time_based --norandommap &"
77 --runtime=$runtime --time_based --norandommap &"
83 --runtime=$runtime --time_based --norandommap &"
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/direct/
H A Ddio_mmap.ksh60 runtime=60
71 --runtime=$runtime --time_based --norandommap &"
77 --runtime=$runtime --time_based --norandommap &"
83 --runtime=$runtime --time_based --norandommap &"
89 --runtime=$runtime --time_based --norandommap &"
H A Ddio_random.ksh60 runtime=10
71 --group_reporting --minimal --runtime=$runtime --time_based &"
79 --group_reporting --minimal --runtime=$runtime --time_based &"
H A Ddio_async_always.ksh60 runtime=10
67 --group_reporting --minimal --runtime=$runtime --time_based
/src/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
/src/share/examples/oci/
H A DContainerfile.pkg1 # This is an example showing how to extend the freebsd-runtime OCI image by
5 # The OS version matching the desired freebsd-runtime image
8 # Select freebsd-runtime as our starting point.
9 FROM ghcr.io/freebsd/freebsd-runtime:${version}
15 # use for downloading pkg since the freebsd-runtime image has both FreeBSD and
/src/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()
/src/contrib/bmake/unit-tests/
H A Dvar-recursive.mk45 .elif make(runtime)
48 runtime:
62 @${MAKE} -f ${MAKEFILE} runtime || echo "sub-exit status $$?"
/src/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
/src/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.
/src/sys/contrib/openzfs/module/lua/
H A DREADME.zfs36 The Lua runtime is considered stable software. Channel programs don't need much
37 complicated logic, so updates to the Lua runtime from upstream are viewed as
39 such, the Lua runtime in ZFS should be updated on an as-needed basis for
46 The version of the Lua runtime we're using in ZFS has been modified in a variety
51 useful inside ZFS / the kernel. We have changed the runtime to use int64_t
56 3. The "normal" Lua runtime handles errors by failing fatally, but since this
63 We've added new protections into the Lua interpreter to limit the runtime

12345678910>>...22