MCPcopy Create free account
hub / github.com/AimRT/AimRT / ThreadSafe

Method ThreadSafe

src/runtime/core/executor/tbb_thread_executor.h:43–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41 std::string_view Name() const noexcept override { return name_; }
42
43 bool ThreadSafe() const noexcept override { return (options_.thread_num == 1); }
44 bool IsInCurrentExecutor() const noexcept override;
45 bool SupportTimerSchedule() const noexcept override { return false; }
46

Callers 10

TESTFunction · 0.45
TESTFunction · 0.45
GenBaseMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
InitializeMethod · 0.45
TESTFunction · 0.45
InitializeMethod · 0.45
InitializeMethod · 0.45

Calls

no outgoing calls

Tested by 5

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36