Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/esp_http_server/src/port/esp32/
Dosal.h34 const char *name, uint16_t stacksize, int prio, in httpd_os_thread_create()
/hal_espressif-2.7.6/components/pthread/
Dpthread.c787 int pthread_attr_getstacksize(const pthread_attr_t *attr, size_t *stacksize) in pthread_attr_getstacksize()
796 int pthread_attr_setstacksize(pthread_attr_t *attr, size_t stacksize) in pthread_attr_setstacksize()
/hal_espressif-2.7.6/components/lwip/port/esp32/freertos/
Dsys_arch.c402 sys_thread_new(const char *name, lwip_thread_fn thread, void *arg, int stacksize, int prio) in sys_thread_new()