Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c168 flags |= DOOR_PRIVCREATE; in door_create_cmn()
270 if (flags & (DOOR_NO_DEPLETION_CB | DOOR_PRIVCREATE)) { in door_create()
283 if (flags & DOOR_PRIVCREATE || nthread < 1 || crf == NULL) { in door_xcreate()
776 } else if (!(dip->di_attributes & DOOR_PRIVCREATE)) { in door_depletion_cb()
/illumos-gate/usr/src/uts/common/sys/
H A Ddoor.h53 #define DOOR_PRIVCREATE 0x200 /* Door has a private thread creation func */ macro
85 DOOR_NO_DEPLETION_CB | DOOR_PRIVCREATE)