Searched refs:mythreadno (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 303 pthread_t mythreadno = 0; in main() local 310 DPRINT2(1, "main(%u): Unable to cd to %s\n", mythreadno, in main() 402 mythreadno = pthread_self(); in main() 424 DPRINT2(1, "main(%u): Started at time %s", mythreadno, in main() 429 DPRINT1(1, "main(%u): off & running....\n", mythreadno); in main() 461 DPRINT1(2, "main(%u): now handling signals\n", mythreadno); in main() 464 DPRINT2(2, "main(%u): received signal %d\n", mythreadno, sig); in main() 468 mythreadno); in main() 482 "seconds\n", mythreadno, curalarm); in main() 486 "reconfiguring\n", mythreadno); in main() [all …]
|