Home
last modified time | relevance | path

Searched refs:THREAD_MINSTACKSIZE (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/libntp/lib/isc/pthreads/
H A Dthread.c27 #ifndef THREAD_MINSTACKSIZE
28 #define THREAD_MINSTACKSIZE (64U * 1024) macro
47 if (stacksize < THREAD_MINSTACKSIZE) { in isc_thread_create()
48 ret = pthread_attr_setstacksize(&attr, THREAD_MINSTACKSIZE); in isc_thread_create()
/freebsd/contrib/ntp/libntp/
H A Dwork_thread.c41 #ifndef THREAD_MINSTACKSIZE
42 # define THREAD_MINSTACKSIZE (64U * 1024) macro
606 if (nstacksize < THREAD_MINSTACKSIZE)
607 nstacksize = THREAD_MINSTACKSIZE;