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

/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.s621 * thread_start()
626 * that thread_start() invoked at the bottom of the stack. an exit routine
634 thread_start(void)
639 ENTRY(thread_start) function
647 SET_SIZE(thread_start)
/illumos-gate/usr/src/uts/intel/ia32/ml/
H A Dswtch.s684 * Sigh. If the idle thread has never run thread_start()
900 thread_start(void)
907 ENTRY(thread_start) function
915 SET_SIZE(thread_start)
919 ENTRY(thread_start) function
927 SET_SIZE(thread_start)
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c271 thread_start(void *arg) function
317 if ((errno = pthread_create(&ti->ti_thread, &thread_attr, thread_start,

Completed in 62 milliseconds