MCPcopy Create free account
hub / github.com/apple/foundationdb / startThread

Method startThread

fdbrpc/FlowTests.actor.cpp:267–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 }
266 bool isOnMainThread() const override { return baseNetwork->isOnMainThread(); }
267 THREAD_HANDLE startThread(THREAD_FUNC_RETURN (*func)(void*), void* arg, int stackSize, const char* name) override {
268 return baseNetwork->startThread(func, arg, stackSize, name);
269 }
270 Future<Reference<class IAsyncFile>> open(std::string filename, int64_t flags, int64_t mode) {
271 return IAsyncFileSystem::filesystem()->open(filename, flags, mode);
272 }

Callers 5

_startMethod · 0.45
runNetworkMethod · 0.45
createThreadFutureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected