Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ clearFlag
Method
clearFlag
src/j9StackTraces.cpp:36–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void clearFlag(uintptr_t flag) {
37
__sync_fetch_and_and(&_flags, ~flag);
38
}
39
40
void setOverflowMark() {
41
storeRelease(_overflow_mark, (uintptr_t)-1);
Callers
1
checkpoint
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected