Home
last modified time | relevance | path

Searched refs:OS_IsRunOnDebugger (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.1.0/include/nitro/os/common/
Demulator.h136 BOOL OS_IsRunOnDebugger(void);
/TwlSDK-5.1.0/build/demos/os/consoleType-1/src/
Dmain.c54 PrintString(24, 12, 15, "%s", OS_IsRunOnDebugger()? "TRUE": "FALSE" ); in NitroMain()
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_emulator.c328 BOOL OS_IsRunOnDebugger(void) in OS_IsRunOnDebugger() function
/TwlSDK-5.1.0/build/libraries/el/common/src/
Delf_loader.c496 if( OS_IsRunOnDebugger() == FALSE) { in ELi_LoadLibrary()