MCPcopy 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
51static inline ThreadVars* getThreadVars(void)
52{
53 return (ThreadVars*)getThreadLocalStorage();
54}
55
56void initThreadVars(struct Thread_tag *thread);
57

Callers 9

srvGetBlockingPolicyFunction · 0.85
srvSetBlockingPolicyFunction · 0.85
threadCreateFunction · 0.85
threadGetCurrentFunction · 0.85
fsSessionFunction · 0.85
fsUseSessionFunction · 0.85
fsEndUseSessionFunction · 0.85
__SYSCALL(getreent)Function · 0.85
initThreadVarsFunction · 0.85

Calls 1

getThreadLocalStorageFunction · 0.85

Tested by

no test coverage detected