Searched refs:nthread (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/avs/ns/solaris/
H A Dnsc_thread.c733 cmn_err(CE_WARN, "!nst_destroy(%p): nthread != 0 (%d)",
775 nst_add_thread(nstset_t *set, int nthread) argument
780 if (!set || nthread < 1) {
783 "!nst_add_thread(%p, %d) - bad args", (void *)set, nthread);
788 for (i = 0; i < nthread; i++) {
812 nst_del_thread(nstset_t *set, int nthread) argument
817 if (!set || nthread < 1) {
820 "!nst_del_thread(%p, %d) - bad args", (void *)set, nthread);
825 for (i = 0; i < nthread; i++) {
874 nst_init(char *name, int nthread) argument
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c149 void *crcookie, int nthread)
248 if (!door_xcreate_n(&di, pdd, nthread)) {
281 void *crcookie, int nthread)
283 if (flags & DOOR_PRIVCREATE || nthread < 1 || crf == NULL) {
289 crf, setupf, crcookie, nthread));
147 door_create_cmn(door_server_procedure_t *f, void *cookie, uint_t flags, door_xcreate_server_func_t *crf, door_xcreate_thrsetup_func_t *setupf, void *crcookie, int nthread) argument
279 door_xcreate(door_server_procedure_t *f, void *cookie, uint_t flags, door_xcreate_server_func_t *crf, door_xcreate_thrsetup_func_t *setupf, void *crcookie, int nthread) argument
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c99 extern int nthread;
471 nthread++;
791 nthread--;
/illumos-gate/usr/src/uts/common/conf/
H A Dparam.c310 int nthread = 1; variable
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c2904 int nthread; local
2957 nthread = (turnoff == 0) ? 4 : 2;
2959 if ((stack_ptr = alloc_stacks(nthread)) == NULL) {

Completed in 89 milliseconds