Lines Matching defs:threaded
135 /* True if the current process might be multi-threaded,
136 false if it is definitely single-threaded.
163 negative if known to be single-threaded so no lock is needed. */
172 unlock(bool threaded)
174 if (threaded)
179 void unlock(ATTRIBUTE_MAYBE_UNUSED bool threaded) { }
185 rd2wrlock(ATTRIBUTE_MAYBE_UNUSED bool threaded)
188 if (threaded) {
2051 tzset_unlocked(bool threaded, bool wall, monotime_t now)
2091 if (rd2wrlock(threaded) != 0)