Searched refs:THR_MIN_STACK (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/fs.d/nfs/lib/ |
H A D | thrpool.c | 122 (void) thr_create(NULL, THR_MIN_STACK, svcstart, (void *)id, in svcblock() 188 if (thr_create(NULL, THR_MIN_STACK * 2, svc_rdma_creator, (void *)rsa, in svcrdma() 205 if (thr_create(NULL, THR_MIN_STACK * 2, svcblock, (void *)id, in svcwait()
|
/titanic_50/usr/src/head/ |
H A D | thread.h | 93 #define THR_MIN_STACK thr_min_stack() macro
|
/titanic_50/usr/src/cmd/avs/nsctl/ |
H A D | nskernd.c | 298 rc = thr_create(NULL, (THR_MIN_STACK + NSK_STACK_SIZE), in newlwp() 552 rc = thr_create(NULL, (THR_MIN_STACK + NSK_STACK_SIZE), in dolock()
|