Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sparc/os/
H A Dsundep.c156 extern void thread_start(); in thread_load()
188 t->t_pc = (uintptr_t)thread_start - 8; in thread_load()
/illumos-gate/usr/src/uts/intel/ml/
H A Dswtch.S512 ENTRY(thread_start)
520 SET_SIZE(thread_start)
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.c272 thread_start(void *arg) in thread_start() function
318 if ((errno = pthread_create(&ti->ti_thread, &thread_attr, thread_start, in new_thread_needed()
/illumos-gate/usr/src/uts/intel/os/
H A Dsundep.c263 extern void thread_start(); in thread_load()
298 t->t_pc = (uintptr_t)thread_start; in thread_load()
/illumos-gate/usr/src/uts/sun4/ml/
H A Dswtch.S602 SET_SIZE(thread_start)