HomeSort by: relevance | last modified time | path
    Searched defs:ThreadCount (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_stoptheworld.h 43 virtual uptr ThreadCount() const { UNIMPLEMENTED(); }
sanitizer_stoptheworld_mac.cc 37 uptr ThreadCount() const;
76 uptr num_suspended = suspended_threads_list.ThreadCount();
121 uptr SuspendedThreadsListMac::ThreadCount() const {
sanitizer_stoptheworld_linux_libcdep.cc 94 uptr ThreadCount() const;
189 for (uptr i = 0; i < suspended_threads_list_.ThreadCount(); i++) {
205 for (uptr i = 0; i < suspended_threads_list_.ThreadCount(); i++)
231 return suspended_threads_list_.ThreadCount();
520 uptr SuspendedThreadsListLinux::ThreadCount() const {
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_thread.cc 226 int ThreadCount(ThreadState *thr) {
  /src/sys/external/bsd/acpica/dist/include/
acobject.h 338 UINT8 ThreadCount;

Completed in 15 milliseconds