Searched refs:stacksize (Results 1 – 2 of 2) sorted by relevance
| /bsp/simulator/SDL2/include/ |
| A D | SDL_thread.h | 135 const char *name, const size_t stacksize, void *data, 144 … SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize_REAL(fn, n… argument 147 …ne SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize(fn, name… argument 172 SDL_CreateThreadWithStackSize(SDL_ThreadFunction fn, const char *name, const size_t stacksize, void… 180 … SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize_REAL(fn, n… argument 183 …ne SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize(fn, name… argument 256 SDL_CreateThreadWithStackSize(SDL_ThreadFunction fn, const char *name, const size_t stacksize, void…
|
| /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 9 milliseconds