Home
last modified time | relevance | path

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

12345678910>>...12

/freebsd-14.2/contrib/llvm-project/libcxx/modules/std/
H A Dexecution.inc17 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;
28 using std::execution::unsequenced_policy;
31 using std::execution::par;
32 using std::execution::par_unseq;
33 using std::execution::seq;
34 using std::execution::unseq;
[all …]
/freebsd-14.2/contrib/llvm-project/libcxx/include/
H A Dexecution14 namespace std::execution {
50 namespace execution {
95 } // namespace execution
98 inline constexpr bool is_execution_policy_v<execution::sequenced_policy> = true;
101 inline constexpr bool is_execution_policy_v<execution::parallel_policy> = true;
104 inline constexpr bool is_execution_policy_v<execution::parallel_unsequenced_policy> = true;
107 inline constexpr bool is_execution_policy_v<execution::__unsequenced_policy> = true;
123 inline constexpr bool is_execution_policy_v<execution::unsequenced_policy> = true;
135 if constexpr (is_same_v<_ExecutionPolicy, execution::parallel_policy>) {
136 return execution::sequenced_policy(execution::__disable_user_instantiations_tag{});
[all …]
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/
H A DLibiptDecoder.cpp594 auto variant = execution.thread_execution.variant; in DecodeSystemWideTraceForThread()
597 if (execution.psb_blocks.empty()) { in DecodeSystemWideTraceForThread()
600 assert(execution.psb_blocks.front().tsc && in DecodeSystemWideTraceForThread()
604 *execution.psb_blocks.front().tsc)); in DecodeSystemWideTraceForThread()
612 if (execution.psb_blocks.empty()) { in DecodeSystemWideTraceForThread()
616 execution.thread_execution.cpu_id) in DecodeSystemWideTraceForThread()
628 execution.thread_execution.cpu_id) in DecodeSystemWideTraceForThread()
634 const PSBBlock &psb_block = execution.psb_blocks[j]; in DecodeSystemWideTraceForThread()
641 j + 1 < execution.psb_blocks.size() in DecodeSystemWideTraceForThread()
642 ? execution.psb_blocks[j + 1].starting_ip 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()
/freebsd-14.2/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl_backend.h198 struct __select_backend<std::execution::sequenced_policy> {
204 struct __select_backend<std::execution::unsequenced_policy> {
212 struct __select_backend<std::execution::parallel_policy> {
217 struct __select_backend<std::execution::parallel_unsequenced_policy> {
/freebsd-14.2/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…
/freebsd-14.2/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")
/freebsd-14.2/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.
/freebsd-14.2/tools/build/options/
H A DWITH_RETPOLINE1 Build the base system with the retpoline speculative execution
H A DWITHOUT_RETPOLINE1 Do not build the base system with the retpoline speculative execution
/freebsd-14.2/usr.bin/bmake/tests/execution/
H A DMakefile2 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.divide_by_zero.err1 Channel program execution failed:
/freebsd-14.2/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.
/freebsd-14.2/bin/sh/tests/
H A DMakefile6 TESTS_SUBDIRS+= execution
/freebsd-14.2/contrib/one-true-awk/testdir/
H A Dt.be1 # some question of what FILENAME ought to be before execution.
/freebsd-14.2/usr.bin/bmake/tests/execution/ellipsis/
H A DMakefile4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/ellipsis
/freebsd-14.2/usr.bin/bmake/tests/
H A DMakefile9 TESTS_SUBDIRS+= execution
/freebsd-14.2/usr.bin/bmake/tests/execution/plus/
H A DMakefile4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/plus
/freebsd-14.2/usr.bin/bmake/tests/execution/empty/
H A DMakefile4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/empty
/freebsd-14.2/usr.bin/bmake/tests/execution/joberr/
H A DMakefile4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/joberr
/freebsd-14.2/targets/pseudo/tests/
H A DMakefile.depend26 bin/sh/tests/execution \
279 usr.bin/bmake/tests/execution \
280 usr.bin/bmake/tests/execution/ellipsis \
281 usr.bin/bmake/tests/execution/empty \
282 usr.bin/bmake/tests/execution/joberr \
283 usr.bin/bmake/tests/execution/plus \
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZFeatures.td118 "execution-hint", "ExecutionHint", (all_of FeatureExecutionHint),
119 "Assume that the execution-hint facility is installed"
138 "transactional-execution", "TransactionalExecution", (all_of FeatureTransactionalExecution),
139 "Assume that the transactional-execution facility is installed"
/freebsd-14.2/crypto/openssl/doc/man3/
H A DBN_CTX_new.pod44 A given B<BN_CTX> must only be used by a single thread of execution. No
46 multiple threads of execution.

12345678910>>...12