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

Method setCurrentTask

fdbrpc/sim2.actor.cpp:954–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

952 }
953 TaskPriority getCurrentTask() const override { return currentTaskID; }
954 void setCurrentTask(TaskPriority taskID) override { currentTaskID = taskID; }
955 // Sets the taskID/priority of the current task, without yielding
956 Future<Reference<IConnection>> connect(NetworkAddress toAddr,
957 boost::asio::ip::tcp::socket* existingSocket = nullptr) override {

Callers 15

checkShutdownMethod · 0.95
KeyValueStoreSQLiteMethod · 0.45
startReadThreadsMethod · 0.45
Resolver.actor.cppFile · 0.45
deliverFunction · 0.45
renameFileMethod · 0.45
read_implMethod · 0.45
write_implMethod · 0.45
truncate_implMethod · 0.45
sync_implMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected