Searched refs:is_set (Results 1 – 6 of 6) sorted by relevance
56 if (is_set()) { in ~error()61 bool is_set() const { return dbus_error_is_set(&error_); } in is_set() function in dbus::error73 return boost::system::error_code(is_set(), get_dbus_category()); in error_code()82 if (is_set()) throw system_error(); in throw_if_set()
359 static inline uint32_t syn_mop(bool is_set, bool is_setg, int options, in syn_mop() argument364 (is_set << 24) | (is_setg << 23) | (options << 19) | in syn_mop()
49 int is_set);1020 ipmi_sysinfo_main(struct ipmi_intf *intf, int argc, char ** argv, int is_set) in ipmi_sysinfo_main() argument1031 else if (argc < 2 || (is_set == 1 && argc < 3)) { in ipmi_sysinfo_main()1045 if (is_set != 0) { in ipmi_sysinfo_main()
674 int is_set = test_bit(i, (unsigned long *)buf); in hbitmap_test_serialize_range() local676 g_assert(is_set); in hbitmap_test_serialize_range()678 g_assert(!is_set); in hbitmap_test_serialize_range()691 int is_set = hbitmap_get(data->hb, i); in hbitmap_test_serialize_range() local693 g_assert(is_set); in hbitmap_test_serialize_range()695 g_assert(!is_set); in hbitmap_test_serialize_range()
95 if _should_exit.is_set():
2063 if self.quit.is_set():