HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_THREADS (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/open_posix_testsuite/functional/semaphores/
sem_lock.c 25 #define DEFAULT_THREADS 5
43 DEFAULT_THREADS);
44 num = DEFAULT_THREADS;
  /frameworks/native/cmds/surfacereplayer/replayer/
Main.cpp 45 "replaying (default is " << android::DEFAULT_THREADS << ")\n";
64 int numThreads = DEFAULT_THREADS;
Replayer.h 45 const auto DEFAULT_THREADS = 3;
56 int numThreads = DEFAULT_THREADS, bool wait = true, nsecs_t stopHere = -1);
57 Replayer(const Trace& trace, bool replayManually = false, int numThreads = DEFAULT_THREADS,
113 int32_t mNumThreads = DEFAULT_THREADS;

Completed in 175 milliseconds