MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / StartThread

Method StartThread

tensorflow/core/platform/posix/env.cc:114–117  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112 }
113
114 Thread* StartThread(const ThreadOptions& thread_options, const string& name,
115 std::function<void()> fn) override {
116 return new StdThread(thread_options, name, fn);
117 }
118
119 int32 GetCurrentThreadId() override {
120#ifdef __APPLE__

Callers 4

AnnotateRequestMethod · 0.45
RamFileBlockCacheMethod · 0.45
TESTFunction · 0.45
ScheduleMethod · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36