Home
last modified time | relevance | path

Searched refs:TD_CREATE (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/head/
H A Dthread_db.h130 TD_CREATE, enumerator
/titanic_50/usr/src/lib/libc/port/threads/
H A Dthr.c709 if (__td_event_report(self, TD_CREATE, udp)) { in _thrp_create()
710 self->ul_td_evbuf.eventnum = TD_CREATE; in _thrp_create()
712 tdb_event(TD_CREATE, udp); in _thrp_create()
/titanic_50/usr/src/cmd/truss/
H A Dfcall.c96 td_event_addset(&events, TD_CREATE); in setup_thread_agent()
97 if (td_ta_event_addr(Thr_agent, TD_CREATE, &notify) == TD_OK && in setup_thread_agent()