| /freebsd-14.2/contrib/llvm-project/libcxx/modules/std/ |
| H A D | execution.inc | 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; 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 D | execution | 14 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 D | LibiptDecoder.cpp | 594 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 D | TraceIntelPTMultiCpuDecoder.cpp | 139 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 D | PerfContextSwitchDecoder.cpp | 196 std::function<void(const ThreadContinuousExecution &execution)> in RecoverExecutionsFromConsecutiveRecords() 275 [&](const ThreadContinuousExecution &execution) { in DecodePerfContextSwitchTrace() argument 276 executions.push_back(execution); in DecodePerfContextSwitchTrace()
|
| H A D | TraceIntelPTBundleLoader.cpp | 360 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 D | pstl_backend.h | 198 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 D | is_execution_policy.h | 39 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 D | BuiltinsSystemZ.def | 21 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 D | README.md | 13 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 D | WITH_RETPOLINE | 1 Build the base system with the retpoline speculative execution
|
| H A D | WITHOUT_RETPOLINE | 1 Do not build the base system with the retpoline speculative execution
|
| /freebsd-14.2/usr.bin/bmake/tests/execution/ |
| H A D | Makefile | 2 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution
|
| /freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/ |
| H A D | tst.divide_by_zero.err | 1 Channel program execution failed:
|
| /freebsd-14.2/contrib/kyua/utils/process/ |
| H A D | executor.ipp | 77 /// \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 D | Makefile | 6 TESTS_SUBDIRS+= execution
|
| /freebsd-14.2/contrib/one-true-awk/testdir/ |
| H A D | t.be | 1 # some question of what FILENAME ought to be before execution.
|
| /freebsd-14.2/usr.bin/bmake/tests/execution/ellipsis/ |
| H A D | Makefile | 4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/ellipsis
|
| /freebsd-14.2/usr.bin/bmake/tests/ |
| H A D | Makefile | 9 TESTS_SUBDIRS+= execution
|
| /freebsd-14.2/usr.bin/bmake/tests/execution/plus/ |
| H A D | Makefile | 4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/plus
|
| /freebsd-14.2/usr.bin/bmake/tests/execution/empty/ |
| H A D | Makefile | 4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/empty
|
| /freebsd-14.2/usr.bin/bmake/tests/execution/joberr/ |
| H A D | Makefile | 4 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/joberr
|
| /freebsd-14.2/targets/pseudo/tests/ |
| H A D | Makefile.depend | 26 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 D | SystemZFeatures.td | 118 "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 D | BN_CTX_new.pod | 44 A given B<BN_CTX> must only be used by a single thread of execution. No 46 multiple threads of execution.
|