Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danoon2/Boxedwine
/ kpanic
Function
kpanic
source/util/log.cpp:31–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
static BOXEDWINE_MUTEX logMutex;
30
31
void kpanic(const char* msg) {
32
internal_kpanic(BString::copy(msg));
33
}
34
35
void internal_kpanic(BString msg) {
36
BOXEDWINE_CRITICAL_SECTION_WITH_MUTEX(logMutex);
Callers
15
setPermissions
Method · 0.85
ramPageAllocNative
Function · 0.85
allocPages
Method · 0.85
add
Method · 0.85
srcGetZF
Function · 0.85
srcGetSF
Function · 0.85
srcGetCF
Function · 0.85
srcGetOF
Function · 0.85
getFlag
Function · 0.85
inlineTestJump
Function · 0.85
gen040
Function · 0.85
gen048
Function · 0.85
Calls
1
internal_kpanic
Function · 0.85
Tested by
no test coverage detected