Home
last modified time | relevance | path

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

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