We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99486e7 commit 76c64d0Copy full SHA for 76c64d0
src/mongo/db/d_concurrency.cpp
@@ -57,6 +57,7 @@ namespace mongo {
57
static void unlocking_w();
58
static void unlocking_W();
59
static QLock& q = *new QLock();
60
+ TSP_DECLARE(LockState,ls);
61
TSP_DEFINE(LockState,ls);
62
63
void runExclusively(void (*f)(void)) {
src/mongo/db/dur_commitjob.cpp
@@ -62,6 +62,7 @@ namespace mongo {
AtomicUInt ThreadLocalIntents::nSpooled;
}
64
65
+ TSP_DECLARE(dur::ThreadLocalIntents,tlIntents)
66
TSP_DEFINE(dur::ThreadLocalIntents,tlIntents)
67
68
namespace dur {
0 commit comments