Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CE-Programming/CEmu
/ debug_atomics
Class
debug_atomics
core/debug/debug.c:17–20 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
15
debug_state_t debug;
16
17
typedef struct debug_atomics {
18
_Atomic(int) flags;
19
_Atomic(bool) open;
20
} debug_atomics_t;
21
22
static debug_atomics_t debug_atomics;
23
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected