Searched refs:specific (Results 1 – 17 of 17) sorted by relevance
153 void *specific[OS_THREAD_SPECIFIC_MAX]; // for internal use member887 thread->specific[index] = data; in OSi_SetSpecificData()903 return thread->specific[index]; in OSi_GetSpecificData()
6 Besides these, there are no other specific sound effects (for things like opening windows or choosi…
56 # Fix specific to negative value of SDK_STACKSIZE
30 # Fix specific to negative value of SDK_STACKSIZE
30 # Fixed specific to negative value of SDK_STACKSIZE
33 # Fix specific to negative value of SDK_STACKSIZE
36 # Fix specific to negative value of SDK_STACKSIZE
50 # Fix specific to negative value of SDK_STACKSIZE
44 # Fix specific to negative value of SDK_STACKSIZE
702 MI_CpuClear32(&thread->specific[0], sizeof(void *) * OS_THREAD_SPECIFIC_MAX); in OS_CreateThread()