/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | execution.cppm |
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | execution | 14 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 …]
|
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/ |
H A D | execution_defs.h |
|
H A D | execution_impl.h |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Trace/intel-pt/ |
H A D | LibiptDecoder.cpp | 592 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() 615 "execution o 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/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/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/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/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/usr.bin/bmake/tests/execution/ |
H A D | Makefile | 1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution
|
/freebsd/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/bin/sh/tests/ |
H A D | Makefile | 5 TESTS_SUBDIRS+= execution
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | t.be | 1 # some question of what FILENAME ought to be before execution.
|
/freebsd/usr.bin/bmake/tests/execution/ellipsis/ |
H A D | Makefile | 3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/ellipsis
|
/freebsd/usr.bin/bmake/tests/execution/joberr/ |
H A D | Makefile | 3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/joberr
|
/freebsd/usr.bin/bmake/tests/ |
H A D | Makefile | 8 TESTS_SUBDIRS+= execution
|
/freebsd/usr.bin/bmake/tests/execution/empty/ |
H A D | Makefile | 3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/empty
|
/freebsd/usr.bin/bmake/tests/execution/plus/ |
H A D | Makefile | 3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/plus
|
/freebsd/targets/pseudo/tests/ |
H A D | Makefile.depend | 25 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 \
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZFeatures.td | 123 "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"
|
/freebsd/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.
|