Home
last modified time | relevance | path

Searched refs:specific (Results 1 – 17 of 17) sorted by relevance

/TwlSDK-5.1.0/include/nitro/os/common/
Dthread.h153 void *specific[OS_THREAD_SPECIFIC_MAX]; // for internal use member
887 thread->specific[index] = data; in OSi_SetSpecificData()
903 return thread->specific[index]; in OSi_GetSpecificData()
/TwlSDK-5.1.0/data/cht_data/PictoChatSearcherSound/
DREADME.txt6 Besides these, there are no other specific sound effects (for things like opening windows or choosi…
/TwlSDK-5.1.0/build/tools/makelcf/test/
DARM9-TEG.autogen.lcf56 # Fix specific to negative value of SDK_STACKSIZE
Dtest2.lcf56 # Fix specific to negative value of SDK_STACKSIZE
Dtest.autogen.lcf56 # Fix specific to negative value of SDK_STACKSIZE
Doverlay.autogen.lcf56 # Fix specific to negative value of SDK_STACKSIZE
/TwlSDK-5.1.0/include/nitro/specfiles/2.x/
DARM9-TS-C.lcf.template30 # Fix specific to negative value of SDK_STACKSIZE
DARM9-TEG-C.lcf.template30 # Fixed specific to negative value of SDK_STACKSIZE
DARM9-TS-cloneboot-C.lcf.template30 # Fix specific to negative value of SDK_STACKSIZE
DARM9-TS.lcf.template33 # Fix specific to negative value of SDK_STACKSIZE
DARM9-TEG.lcf.template30 # Fix specific to negative value of SDK_STACKSIZE
/TwlSDK-5.1.0/include/nitro/specfiles/
DARM7-TEG.lcf.template36 # Fix specific to negative value of SDK_STACKSIZE
DARM7-TS.lcf.template36 # Fix specific to negative value of SDK_STACKSIZE
DARM9-TS-cloneboot-C.lcf.template50 # Fix specific to negative value of SDK_STACKSIZE
DARM9-TEG.lcf.template44 # Fix specific to negative value of SDK_STACKSIZE
DARM9-TS-C.lcf.template50 # Fix specific to negative value of SDK_STACKSIZE
/TwlSDK-5.1.0/build/libraries/os/common/src/
Dos_thread.c702 MI_CpuClear32(&thread->specific[0], sizeof(void *) * OS_THREAD_SPECIFIC_MAX); in OS_CreateThread()