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

Method startThread

flow/Net2.actor.cpp:1832–1834  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1830}
1831
1832THREAD_HANDLE Net2::startThread(THREAD_FUNC_RETURN (*func)(void*), void* arg, int stackSize, const char* name) {
1833 return ::startThread(func, arg, stackSize, name);
1834}
1835
1836Future<Reference<IConnection>> Net2::connect(NetworkAddress toAddr, tcp::socket* existingSocket) {
1837 if (toAddr.isTLS()) {

Callers 2

addThreadMethod · 0.45
startThreadFFunction · 0.45

Calls 1

startThreadFunction · 0.70

Tested by

no test coverage detected