Searched defs:isSynchronized (Results 1 – 3 of 3) sorted by relevance
149 bool isSynchronized() { return (storage_class & STCsynchronized) != 0; } in isSynchronized() function
142 bool isSynchronized() const { return (storage_class & STCsynchronized) != 0; } in isSynchronized() function
484 final bool isSynchronized() const pure nothrow @nogc @safe in isSynchronized() function