Lines Matching refs:status
88 UINT status; in _txe_event_flags_get() local
96 status = TX_SUCCESS; in _txe_event_flags_get()
103 status = TX_GROUP_ERROR; in _txe_event_flags_get()
111 status = TX_GROUP_ERROR; in _txe_event_flags_get()
119 status = TX_PTR_ERROR; in _txe_event_flags_get()
134 status = TX_WAIT_ERROR; in _txe_event_flags_get()
148 status = TX_WAIT_ERROR; in _txe_event_flags_get()
156 if (status == TX_SUCCESS) in _txe_event_flags_get()
164 status = TX_OPTION_ERROR; in _txe_event_flags_get()
169 if (status == TX_SUCCESS) in _txe_event_flags_get()
173 …status = _tx_event_flags_get(group_ptr, requested_flags, get_option, actual_flags_ptr, wait_optio… in _txe_event_flags_get()
177 return(status); in _txe_event_flags_get()