Lines Matching defs:event

74  * This is the actual name of uberdata, used in the event
1448 * Given a process and an event number, return information about
1450 * to monitor the event.
1454 __td_ta_event_addr(td_thragent_t *ta_p, td_event_e event, td_notify_t *notify_p)
1458 if (event < TD_MIN_EVENT_NUM || event > TD_MAX_EVENT_NUM)
1464 notify_p->u.bptaddr = ta_p->tdb_events[event - TD_MIN_EVENT_NUM];
1494 * Either add or delete the given event set from a thread's event mask.
1554 * is filtered based on the event mask of each thread. Tracing
1556 * event mask.
1571 * Set event mask to enable event. event is turned on in
1572 * event mask for thread. If a thread encounters an event
1573 * for which its event mask is on, notification will be sent
1575 * Addresses for each event are provided to the
1577 * be placed at that address. If the event mask for the thread
1589 * Enable or disable a set of events in the process-global event mask,
1623 * Enable a set of events in the process-global event mask.
1633 * Set event mask to disable the given event set; these events are cleared
1634 * from the event mask of the thread. Events that occur for a thread
1635 * with the event masked off will not cause notification to be
1646 * Disable a set of events in the process-global event mask.
1656 * This function returns the most recent event message, if any,
1658 * corresponding to the event encountered by the thread. Only one
1686 msg->event = evbuf.eventnum;
1707 msg->event = evbuf.eventnum;
1729 * a thread with an event. A thin wrapper around td_thr_event_getmsg.
1739 * Got an event, stop iterating.
1757 * an event message for some thread in the process that has an event
1758 * message pending. If no thread has an event message pending, this
1759 * routine returns TD_NOEVENT. Thus, all pending event messages may
1775 msg->event = TD_EVENT_NONE;
1780 if (msg->event == TD_EVENT_NONE)