Searched refs:FLAG_CLOSED (Results 1 – 1 of 1) sorted by relevance
326 FLAG_CLOSED = 1 << 2 enumerator598 if (flags & FLAG_CLOSED) in check_unclosed()1172 return (flags & FLAG_CLOSED) ? TRUE : FALSE; in g_dbus_connection_is_closed()2444 old_atomic_flags = g_atomic_int_or (&connection->atomic_flags, FLAG_CLOSED); in on_worker_closed()2446 if (!(old_atomic_flags & FLAG_CLOSED)) in on_worker_closed()