Searched defs:FLAG_STICKY (Results 1 – 2 of 2) sorted by relevance
30 FLAG_STICKY = (1 << 5) enumerator
42 static constexpr auto FLAG_STICKY = (1U << 5U); variable