Searched refs:nthread (Results 1 – 4 of 4) sorted by relevance
149 void *crcookie, int nthread) in door_create_cmn() argument248 if (!door_xcreate_n(&di, pdd, nthread)) { in door_create_cmn()281 void *crcookie, int nthread) in door_xcreate() argument283 if (flags & DOOR_PRIVCREATE || nthread < 1 || crf == NULL) { in door_xcreate()289 crf, setupf, crcookie, nthread)); in door_xcreate()
318 int nthread = 1; variable
101 extern int nthread;469 nthread++; in thread_create()776 nthread--; in thread_free()
2891 int nthread; in init() local2944 nthread = (turnoff == 0) ? 4 : 2; in init()2946 if ((stack_ptr = alloc_stacks(nthread)) == NULL) { in init()