Searched defs:stacksize (Results 1 – 2 of 2) sorted by relevance
| /bsp/simulator/SDL2/include/ |
| A D | SDL_thread.h | 144 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize_REAL… argument 147 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize(fn, … argument 180 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize_REAL… argument 183 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize(fn, … argument
|
| /bsp/efm32/Libraries/CMSIS/RTOS/ |
| A D | cmsis_os.h | 218 …uint32_t stacksize; ///< stack size requirements in bytes; 0 is default stack size member
|
Completed in 5 milliseconds