Searched defs:rc_notify_info (Results 1 – 1 of 1) sorted by relevance
133 struct rc_notify_info { struct134 uu_list_node_t rni_list_node;135 rc_notify_t rni_notify;136 const char *rni_namelist[RC_NOTIFY_MAX_NAMES];137 const char *rni_typelist[RC_NOTIFY_MAX_NAMES];139 int rni_flags;140 int rni_waiters;141 pthread_cond_t rni_cv;512 rc_notify_info_t rc_notify_info; member