Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devkitPro/libctru
/ getThreadVars
Function
getThreadVars
libctru/source/internal.h:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
};
50
51
static inline ThreadVars* getThreadVars(void)
52
{
53
return (ThreadVars*)getThreadLocalStorage();
54
}
55
56
void initThreadVars(struct Thread_tag *thread);
57
Callers
9
srvGetBlockingPolicy
Function · 0.85
srvSetBlockingPolicy
Function · 0.85
threadCreate
Function · 0.85
threadGetCurrent
Function · 0.85
fsSession
Function · 0.85
fsUseSession
Function · 0.85
fsEndUseSession
Function · 0.85
__SYSCALL(getreent)
Function · 0.85
initThreadVars
Function · 0.85
Calls
1
getThreadLocalStorage
Function · 0.85
Tested by
no test coverage detected