MCPcopy Create free account
hub / github.com/bytedance/bolt / driverThreadContext

Function driverThreadContext

bolt/exec/Driver.cpp:1235–1237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1233 case BlockingReason::kWaitForIndexLookup:
1234 return "kWaitForIndexLookup";
1235 default:
1236 BOLT_UNREACHABLE(
1237 fmt::format("Unknown blocking reason {}", static_cast<int>(reason)));
1238 }
1239 BOLT_UNREACHABLE();
1240 return "";

Callers 8

enterArbitrationMethod · 0.85
leaveArbitrationMethod · 0.85
enterArbitrationMethod · 0.85
leaveArbitrationMethod · 0.85
DEBUG_ONLY_TEST_FFunction · 0.85
enterArbitrationMethod · 0.85
leaveArbitrationMethod · 0.85

Calls

no outgoing calls

Tested by 3

DEBUG_ONLY_TEST_FFunction · 0.68
enterArbitrationMethod · 0.68
leaveArbitrationMethod · 0.68