MCPcopy Create free account
hub / github.com/bloomberg/pystack / GilStatus

Enum GilStatus

src/pystack/_pystack/pythread.h:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33 public:
34 // Enums
35 enum GilStatus { UNKNOWN = -1, NOT_HELD = 0, HELD = 1 };
36 enum GCStatus { COLLECTING_UNKNOWN = -1, NOT_COLLECTING = 0, COLLECTING = 1 };
37
38 // Constructors

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected