Home
last modified time | relevance | path

Searched refs:execution (Results 1 – 25 of 279) sorted by relevance

12345678910>>...12

/src/contrib/llvm-project/libcxx/modules/std/
H A Dexecution.inc12 // [execpol.type], execution policy type trait
17 export namespace std::execution {
18 // [execpol.seq], sequenced execution policy
19 using std::execution::sequenced_policy;
21 // [execpol.par], parallel execution policy
22 using std::execution::parallel_policy;
24 // [execpol.parunseq], parallel and unsequenced execution policy
25 using std::execution::parallel_unsequenced_policy;
27 // [execpol.unseq], unsequenced execution policy
28 using std::execution::unsequenced_policy;
[all …]
/src/contrib/llvm-project/libcxx/include/
H A Dexecution14 namespace std::execution {
49 namespace execution {
94 } // namespace execution
97 inline constexpr bool is_execution_policy_v<execution::sequenced_policy> = true;
100 inline constexpr bool is_execution_policy_v<execution::parallel_policy> = true;
103 inline constexpr bool is_execution_policy_v<execution::parallel_unsequenced_policy> = true;
106 inline constexpr bool is_execution_policy_v<execution::__unsequenced_policy> = true;
109 inline constexpr bool __is_parallel_execution_policy_impl<execution::parallel_policy> = true;
112 inline constexpr bool __is_parallel_execution_policy_impl<execution::parallel_unsequenced_policy> =…
115 inline constexpr bool __is_unsequenced_execution_policy_impl<execution::__unsequenced_policy> = tru…
[all …]
/src/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp592 const IntelPTThreadContinousExecution &execution = executions[i]; in DecodeSystemWideTraceForThread() local
594 auto variant = execution.thread_execution.variant; in DecodeSystemWideTraceForThread()
597 if (execution.psb_blocks.empty()) { in DecodeSystemWideTraceForThread()
598 decoded_thread.NotifyTsc(execution.thread_execution.GetLowestKnownTSC()); in DecodeSystemWideTraceForThread()
600 assert(execution.psb_blocks.front().tsc && in DecodeSystemWideTraceForThread()
603 std::min(execution.thread_execution.GetLowestKnownTSC(), in DecodeSystemWideTraceForThread()
604 *execution.psb_blocks.front().tsc)); in DecodeSystemWideTraceForThread()
608 decoded_thread.NotifyCPU(execution.thread_execution.cpu_id); in DecodeSystemWideTraceForThread()
612 if (execution.psb_blocks.empty()) { in DecodeSystemWideTraceForThread()
616 execution.thread_execution.cpu_id) in DecodeSystemWideTraceForThread()
[all …]
H A DTraceIntelPTMultiCpuDecoder.cpp139 IntelPTThreadContinousExecution execution(thread_execution); in DoCorrelateContextSwitchesAndIntelPtTraces() local
145 execution.psb_blocks.push_back(*it); in DoCorrelateContextSwitchesAndIntelPtTraces()
151 execution); in DoCorrelateContextSwitchesAndIntelPtTraces()
227 for (const IntelPTThreadContinousExecution &execution : it->second) in GePSBBlocksCountForThread() local
228 count += execution.psb_blocks.size(); in GePSBBlocksCountForThread()
H A DPerfContextSwitchDecoder.cpp196 std::function<void(const ThreadContinuousExecution &execution)> in RecoverExecutionsFromConsecutiveRecords()
275 [&](const ThreadContinuousExecution &execution) { in DecodePerfContextSwitchTrace() argument
276 executions.push_back(execution); in DecodePerfContextSwitchTrace()
H A DTraceIntelPTBundleLoader.cpp360 for (const ThreadContinuousExecution &execution : *executions) in AugmentThreadsFromContextSwitches()
361 on_thread_seen(execution.pid, execution.tid); in AugmentThreadsFromContextSwitches()
/src/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_execution_policy.h39 namespace execution {
48 __remove_parallel_policy(const _ExecutionPolicy& = _ExecutionPolicy{execution::__disable_user_insta…
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltinsSystemZ.def21 TARGET_BUILTIN(__builtin_tbegin, "iv*", "j", "transactional-execution")
22 TARGET_BUILTIN(__builtin_tbegin_nofloat, "iv*", "j", "transactional-execution")
23 TARGET_BUILTIN(__builtin_tbeginc, "v", "nj", "transactional-execution")
24 TARGET_BUILTIN(__builtin_tabort, "vi", "r", "transactional-execution")
25 TARGET_BUILTIN(__builtin_tend, "i", "n", "transactional-execution")
26 TARGET_BUILTIN(__builtin_tx_nesting_depth, "i", "nc", "transactional-execution")
27 TARGET_BUILTIN(__builtin_tx_assist, "vi", "n", "transactional-execution")
28 TARGET_BUILTIN(__builtin_non_tx_store, "vULi*ULi", "", "transactional-execution")
/src/crypto/openssl/doc/man3/
H A DOSSL_sleep.pod5 OSSL_sleep - delay execution for a specified number of milliseconds
15 OSSL_sleep() is a convenience function to delay execution of the calling
H A DOPENSSL_ia32cap.pod34 resulting from the following execution of CPUID.(EAX=01H).EDX and
82 resulting from the following execution of CPUID.(EAX=07H,ECX=0H).EBX and
119 resulting from the following execution of CPUID.(EAX=07H,ECX=0H).EDX and
141 resulting from the following execution of CPUID.(EAX=07H,ECX=1H).EDX and
155 resulting from the following execution of CPUID.(EAX=07H,ECX=1H).ECX and
/src/contrib/atf/
H A DREADME.md13 ATF-based test programs **rely on an execution engine** to be run and
14 this execution engine is *not* shipped with ATF.
/src/contrib/kyua/utils/process/
H A Dexecutor.ipp77 /// \param unprivileged_user If set, user to switch to before execution.
108 /// \param unprivileged_user If not none, user to switch to before execution.
115 /// the execution returned by wait_any() with this invocation.
159 /// the execution returned by wait_any() with this invocation.
/src/tools/build/options/
H A DWITHOUT_RETPOLINE1 Do not build the base system with the retpoline speculative execution
H A DWITH_RETPOLINE1 Build the base system with the retpoline speculative execution
/src/usr.bin/bmake/tests/execution/
H A DMakefile1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution
/src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.divide_by_zero.err1 Channel program execution failed:
/src/bin/sh/tests/
H A DMakefile5 TESTS_SUBDIRS+= execution
/src/usr.bin/bmake/tests/execution/plus/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/plus
/src/usr.bin/bmake/tests/execution/empty/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/empty
/src/usr.bin/bmake/tests/execution/joberr/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/joberr
/src/usr.bin/bmake/tests/
H A DMakefile8 TESTS_SUBDIRS+= execution
/src/contrib/one-true-awk/testdir/
H A Dt.be1 # some question of what FILENAME ought to be before execution.
/src/usr.bin/bmake/tests/execution/ellipsis/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/ellipsis
/src/targets/pseudo/tests/
H A DMakefile.depend25 bin/sh/tests/execution \
278 usr.bin/bmake/tests/execution \
279 usr.bin/bmake/tests/execution/ellipsis \
280 usr.bin/bmake/tests/execution/empty \
281 usr.bin/bmake/tests/execution/joberr \
282 usr.bin/bmake/tests/execution/plus \
/src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFeatures.td123 "execution-hint", "ExecutionHint", (all_of FeatureExecutionHint),
124 "Assume that the execution-hint facility is installed"
143 "transactional-execution", "TransactionalExecution", (all_of FeatureTransactionalExecution),
144 "Assume that the transactional-execution facility is installed"

12345678910>>...12