Searched defs:door_thr_attr (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c253 static pthread_attr_t door_thr_attr; variable
2858 pthread_create(NULL, &door_thr_attr, create_door_thr, NULL) == 0) {
2974 pthread_attr_init(&door_thr_attr) != 0) {
2983 (void) pthread_attr_setscope(&door_thr_attr, PTHREAD_SCOPE_SYSTEM);
2984 (void) pthread_attr_setdetachstate(&door_thr_attr,

Completed in 71 milliseconds