Home
last modified time | relevance | path

Searched refs:le_thread (Results 1 – 11 of 11) sorted by relevance

/titanic_53/usr/src/uts/common/syscall/
H A Dlwpsys.c51 return (ldp->ld_entry->le_thread); in idtot()
69 if ((t = ldp->ld_entry->le_thread) == NULL) in idtot_and_lock()
215 else if ((t = target_lep->le_thread) != NULL) { in lwp_wait()
245 lep->le_thread != NULL) in lwp_wait()
323 (t = ldp->ld_entry->le_thread) == NULL) in lwp_wait()
369 else if ((t = ldp->ld_entry->le_thread) != NULL) { in lwp_detach()
/titanic_53/usr/src/uts/common/sys/
H A Dsunldi_impl.h164 void *le_thread; member
H A Dproc.h73 kthread_t *le_thread; /* the active lwp, NULL if zombie */ member
/titanic_53/usr/src/uts/common/os/
H A Dlwp.c716 lep->le_thread = t; in lwp_create()
954 p->p_lwpdir[t->t_dslot].ld_entry->le_thread = NULL; in lwp_exit()
1774 if (lep != NULL && lep->le_thread != curthread) { in exitlwps()
1775 ASSERT(lep->le_thread == NULL); in exitlwps()
1959 if ((t = lep->le_thread) != NULL) { in lwp_hash_in()
H A Dmain.c549 p0_lep.le_thread = curthread; in main()
H A Ddriver_lyr.c175 ldi_ev_callback_list.le_thread = NULL; in ldi_init()
3042 if (ldi_ev_callback_list.le_thread == curthread) { in ldi_ev_lock()
3049 ASSERT(ldi_ev_callback_list.le_thread == NULL); in ldi_ev_lock()
3051 ldi_ev_callback_list.le_thread = curthread; in ldi_ev_lock()
3063 ASSERT(ldi_ev_callback_list.le_thread == curthread); in ldi_ev_unlock()
3068 ldi_ev_callback_list.le_thread = NULL; in ldi_ev_unlock()
H A Dfork.c395 if ((t = lep->le_thread) != NULL) { in cfork()
H A Dexec.c488 lep->le_thread = curthread; in exec_common()
/titanic_53/usr/src/uts/common/exec/elf/
H A Delf_notes.c455 if ((t = lep->le_thread) != NULL) { /* active lwp */ in write_elfnotes()
/titanic_53/usr/src/uts/common/fs/proc/
H A Dprvnops.c767 (t = ldp->ld_entry->le_thread) == NULL) in pr_read_lstatus()
852 if ((t = lep->le_thread) != NULL) in pr_read_lpsinfo()
1292 (t = ldp->ld_entry->le_thread) == NULL) in pr_read_lusage()
1880 (t = ldp->ld_entry->le_thread) == NULL) in pr_read_lstatus_32()
1965 if ((t = lep->le_thread) != NULL) in pr_read_lpsinfo_32()
2317 (t = ldp->ld_entry->le_thread) == NULL) in pr_read_lusage_32()
3857 if ((t = lep->le_thread) == NULL) in pr_lookup_lwpdir()
/titanic_53/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c1072 uintptr_t t_addr = (uintptr_t)lwent->le_thread; in gcore_lpsinfo_cb()
1318 uintptr_t t_addr = (uintptr_t)lwent->le_thread; in gcore_lstatus_cb()