Lines Matching defs:thread
49 /*! Registered event thread this event is bound to */
83 /*! Whether the event thread should be online or not. Checked on every wake
86 /*! Handle to the thread for joining during shutdown */
87 ares__thread_t *thread;
88 /*! Lock to protect the data contained within the event thread itself */
94 * thread other than the event thread itself. The event thread will then
100 * thread itself. This is needed to be able to do things like update the
120 * \param[in] e pointer to event thread handle