Searched refs:_HF_PTHREAD_STACKSIZE (Results 1 – 2 of 2) sorted by relevance
50 #define _HF_PTHREAD_STACKSIZE (1024ULL * 1024ULL * 2ULL) /* 2MB */ macro
496 pthread_attr_setstacksize(&attr, _HF_PTHREAD_STACKSIZE); in subproc_runThread()