HomeSort by relevance Sort by last modified time
    Searched refs:thread_stack_size (Results 1 - 2 of 2) sorted by null

  /external/libmicrohttpd/src/microhttpd/
internal.h 1092 size_t thread_stack_size; member in struct:MHD_Daemon
    [all...]
daemon.c 1276 if (0 != daemon->thread_stack_size)
1280 if (0 != (ret = pthread_attr_setstacksize (&attr, daemon->thread_stack_size)))
    [all...]

Completed in 62 milliseconds