Home
last modified time | relevance | path

Searched refs:core (Results 1 – 11 of 11) sorted by relevance

/CafeSDK-2.12.13-1/system/src/lib/demo/demowin/
Ddemowin_helpers.cpp41 int GetCore(int core) in GetCore() argument
43 switch (core) in GetCore()
46 core = OS_THREAD_ATTR_AFFINITY_CORE0; in GetCore()
49 core = OS_THREAD_ATTR_AFFINITY_CORE1; in GetCore()
52 core = OS_THREAD_ATTR_AFFINITY_CORE2; in GetCore()
58 return core; in GetCore()
/CafeSDK-2.12.13-1/system/bin/tool/
Dviewcore.bat15 set MULTI_ARG=core
173 echo Making a core dump file, but NOT automatically launching GHS MULTI!
206 ::::: -o option is used without specified core dump name
230 ::::: Only view core dump file, does not call makecore
233 ::::: -i option is used without specified core dump file
239 ::::: Test if the specified core dump file exist
243 ::::: Specified core dump file is a directory or does not exist
249 ::::: Specified core dump file exists, call MULTI
266 echo -o ^<file^> Specify output core dump file name. If unspecified,
267 echo "core" is used.
[all …]
/CafeSDK-2.12.13-1/system/src/lib/demo/
DdemoSystem.c77 void DEMOSetMainCore(int core) in DEMOSetMainCore() argument
79 sMainCore = core; in DEMOSetMainCore()
/CafeSDK-2.12.13-1/system/include/cafe/demo/demowin/
Ddemowin_helpers.h32 int GetCore(int core);
/CafeSDK-2.12.13-1/system/include/cafe/
Dprocui.h76 …llbackCore(ProcUIMessage message, ProcUICallbackFunction func, void* data, s32 priority, int core);
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/demowin/
Ddemowin_helpers.h32 int GetCore(int core);
/CafeSDK-2.12.13-1/system/include/cafe/os/
DOSSync.h94 volatile u32 core[MAX_SYSTEM_CORES]; member
/CafeSDK-2.12.13-1/system/include/cafe/demo/
DdemoSystem.h64 void DEMOSetMainCore(int core);
/CafeSDK-2.12.13-1/system/src/lib/demo/headers/cafe/demo/
DdemoSystem.h64 void DEMOSetMainCore(int core);
/CafeSDK-2.12.13-1/system/include/cafe/pads/kpad/
Dkpad.h271 WPADStatus core ; member
/CafeSDK-2.12.13-1/system/src/build/make/
Dmodulerules.mk370 TARGET_LIB = $(LIB_DIR)/core/$(LIBNAME)$(LIBSUFFIX)