HomeSort by: relevance | last modified time | path
    Searched refs:Threads (Results 1 - 3 of 3) 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/debugger/
dbexec.c 643 * Allow any handlers in separate threads to complete.
732 * Prevent AcpiGbl_DbMethodInfo from being modified by multiple threads
748 if (Info->Threads && (Info->NumCreated < Info->NumThreads))
750 Info->Threads[Info->NumCreated++] = AcpiOsGetThreadId();
944 * PARAMETERS: NumThreadsArg - Number of threads to create
950 * DESCRIPTION: Create threads to execute method(s)
977 AcpiOsPrintf ("Bad argument: Threads %X, Loops %X\n",
984 * the created threads with the main thread.
997 * between the created threads.
1003 "synchronization between the created threads, %s\n"
    [all...]
  /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