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

Method enter

src/common/classes/semaphore.h:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67 bool tryEnter(const int seconds = 0, int milliseconds = 0);
68
69 void enter()
70 {
71 tryEnter(-1);
72 }
73
74 void release(SLONG count = 1);
75};

Callers

nothing calls this directly

Calls 1

tryEnterFunction · 0.70

Tested by

no test coverage detected