MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / running

Method running

src/jrd/ThreadCollect.h:97–102  ·  view source on GitHub ↗

put thread into completion wait queue when it starts running

Source from the content-addressed store, hash-verified

95
96 // put thread into completion wait queue when it starts running
97 void running(Thread&& thd)
98 {
99 Firebird::MutexLockGuard g(threadsMutex, FB_FUNCTION);
100
101 threads.push_back(Thrd(std::move(thd), false));
102 }
103
104 void houseKeeping()
105 {

Callers 1

attachmentShutdownThreadFunction · 0.80

Calls 3

ThrdClass · 0.85
moveFunction · 0.50
push_backMethod · 0.45

Tested by

no test coverage detected