Searched defs:stacksize (Results 1 – 8 of 8) sorted by relevance
/AliOS-Things-master/components/SDL2/include/ |
A D | SDL_thread.h | 135 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize_REAL… argument 138 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize(fn, … argument 177 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize_REAL… argument 180 #define SDL_CreateThreadWithStackSize(fn, name, stacksize, data) SDL_CreateThreadWithStackSize(fn, … argument
|
/AliOS-Things-master/components/posix/src/ |
A D | pthread_attr.c | 111 int pthread_attr_setstacksize(pthread_attr_t *attr, size_t stacksize) in pthread_attr_setstacksize() 122 int pthread_attr_getstacksize(const pthread_attr_t *attr, size_t *stacksize) in pthread_attr_getstacksize() 155 int pthread_attr_setstack(pthread_attr_t *attr, void *stackaddr, size_t stacksize) in pthread_attr_setstack() 167 int pthread_attr_getstack(const pthread_attr_t *attr, void **stackaddr, size_t *stacksize) in pthread_attr_getstack()
|
/AliOS-Things-master/components/SDL2/src/thread/ |
A D | SDL_thread.c | 305 const char *name, const size_t stacksize, void *data, in SDL_CreateThreadWithStackSize() 371 size_t stacksize = 0; in SDL_CreateThread() local 396 const size_t stacksize, void *data) { in SDL_CreateThreadInternal()
|
A D | SDL_thread_c.h | 62 size_t stacksize; /* 0 for default, >0 for user-specified stack size. */ member
|
/AliOS-Things-master/components/posix/include/ |
A D | pthread.h | 57 size_t stacksize; /* the size of the stack of the pthead */ member
|
/AliOS-Things-master/components/lwip/lwip2.0.0/port/ |
A D | sys_arch.c | 584 sys_thread_t sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int … in sys_thread_new()
|
/AliOS-Things-master/hardware/chip/haas1000/drivers/rtos/rhino/cmsis/ |
A D | cmsis_os.h | 208 …uint32_t stacksize; ///< stack size requirements in bytes; 0 is default stack size member
|
/AliOS-Things-master/components/SDL2/src/audio/ |
A D | SDL_audio.c | 1446 const size_t stacksize = is_internal_thread ? 64 * 1024 : 0; in open_audio_device() local
|
Completed in 25 milliseconds