Home
last modified time | relevance | path

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

1234567891011

/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Dexecution.cppm
/freebsd/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 …]
/freebsd/contrib/llvm-project/libcxx/include/__pstl/internal/
H A Dexecution_defs.h
H A Dexecution_impl.h
/freebsd/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()
615 "execution o 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/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/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/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/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/usr.bin/bmake/tests/execution/
H A DMakefile1 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.divide_by_zero.err1 Channel program execution failed:
/freebsd/bin/sh/tests/
H A DMakefile5 TESTS_SUBDIRS+= execution
/freebsd/contrib/one-true-awk/testdir/
H A Dt.be1 # some question of what FILENAME ought to be before execution.
/freebsd/usr.bin/bmake/tests/execution/ellipsis/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/ellipsis
/freebsd/usr.bin/bmake/tests/execution/joberr/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/joberr
/freebsd/usr.bin/bmake/tests/
H A DMakefile8 TESTS_SUBDIRS+= execution
/freebsd/usr.bin/bmake/tests/execution/empty/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/empty
/freebsd/usr.bin/bmake/tests/execution/plus/
H A DMakefile3 TESTSDIR= ${TESTSBASE}/usr.bin/bmake/execution/plus
/freebsd/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 \
/freebsd/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"
/freebsd/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.

1234567891011