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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
malloc_stress_transfer_test.cc 31 std::thread *Threads[kNumThreads];
32 for (auto &T : Threads) T = new std::thread(&Thread);
33 for (auto T : Threads) {
  /src/sys/external/bsd/acpica/dist/include/
aclocal.h 1534 ACPI_THREAD_ID *Threads;
1547 * Arguments to be passed to method for the commands Threads and
1550 * For the Threads command, the Number of threads, ID of current

Completed in 14 milliseconds