Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_event.c44 curthread->event_buf.event = TD_CREATE; in _thr_report_creation()
H A Dthr_create.c150 if (SHOULD_REPORT_EVENT(curthread, TD_CREATE) || cpusetp != NULL) { in _pthread_create()
H A Dthr_init.c361 if (_thread_event_mask & TD_CREATE) in _libpthread_init()
/freebsd/lib/libthread_db/
H A Dthread_db.h78 TD_CREATE = 0x0004, enumerator
H A Dlibthr_db.c317 case TD_CREATE: in pt_ta_event_addr()