MCPcopy Create free account
hub / github.com/devkitPro/libctru / getThreadStaticBuffers

Function getThreadStaticBuffers

libctru/include/3ds/svc.h:551–554  ·  view source on GitHub ↗

* @brief Gets the thread static buffer. * @return The thread static buffer. */

Source from the content-addressed store, hash-verified

549 * @return The thread static buffer.
550 */
551static inline u32* getThreadStaticBuffers(void)
552{
553 return (u32*)((u8*)getThreadLocalStorage() + 0x180);
554}
555
556///@name Device drivers
557///@{

Callers 15

AM_GetCiaDependenciesFunction · 0.85
FSREG_GetProgramInfoFunction · 0.85
nfcReadAppDataFunction · 0.85
nfcSendTagCommandFunction · 0.85
CDCCHK_ReadRegisters1Function · 0.85
CDCCHK_ReadRegisters2Function · 0.85
APT_AppletUtilityFunction · 0.85
APT_GlanceParameterFunction · 0.85
APT_ReceiveParameterFunction · 0.85
APT_ReceiveDeliverArgFunction · 0.85
ACU_CreateDefaultConfigFunction · 0.85
ACU_SetAllowApTypeFunction · 0.85

Calls 1

getThreadLocalStorageFunction · 0.85

Tested by

no test coverage detected