Home
last modified time | relevance | path

Searched defs:stacksize (Results 1 – 8 of 8) sorted by relevance

/AliOS-Things-master/components/SDL2/include/
A DSDL_thread.h135 #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 Dpthread_attr.c111 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 DSDL_thread.c305 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 DSDL_thread_c.h62 size_t stacksize; /* 0 for default, >0 for user-specified stack size. */ member
/AliOS-Things-master/components/posix/include/
A Dpthread.h57 size_t stacksize; /* the size of the stack of the pthead */ member
/AliOS-Things-master/components/lwip/lwip2.0.0/port/
A Dsys_arch.c584 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 Dcmsis_os.h208 …uint32_t stacksize; ///< stack size requirements in bytes; 0 is default stack size member
/AliOS-Things-master/components/SDL2/src/audio/
A DSDL_audio.c1446 const size_t stacksize = is_internal_thread ? 64 * 1024 : 0; in open_audio_device() local

Completed in 25 milliseconds