HomeSort by relevance Sort by last modified time
    Searched defs:GetThreadCount (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/tools/gn/
scheduler.cc 16 int GetThreadCount() {
29 : pool_(new base::SequencedWorkerPool(GetThreadCount(), "worker_")),
  /art/runtime/
thread_pool.h 67 size_t GetThreadCount() const {
  /external/chromium_org/media/filters/
ffmpeg_video_decoder.cc 43 static int GetThreadCount(AVCodecID codec_id) {
334 codec_context_->thread_count = GetThreadCount(codec_context_->codec_id);
vpx_video_decoder.cc 49 static int GetThreadCount(const VideoDecoderConfig& config) {
236 vpx_config.threads = GetThreadCount(config);
  /external/protobuf/gtest/src/
gtest-port.cc 80 size_t GetThreadCount() {
99 size_t GetThreadCount() {
  /external/chromium_org/third_party/mesa/src/src/gtest/src/
gtest-port.cc 84 size_t GetThreadCount() {
103 size_t GetThreadCount() {
  /external/gtest/src/
gtest-port.cc 90 size_t GetThreadCount() {
111 size_t GetThreadCount() {
129 size_t GetThreadCount() {
  /external/llvm/utils/unittest/googletest/src/
gtest-port.cc 84 size_t GetThreadCount() {
103 size_t GetThreadCount() {
  /external/mesa3d/src/gtest/src/
gtest-port.cc 84 size_t GetThreadCount() {
103 size_t GetThreadCount() {
  /ndk/sources/third_party/googletest/googletest/src/
gtest-port.cc 89 size_t GetThreadCount() {
110 size_t GetThreadCount() {
128 size_t GetThreadCount() {
  /external/chromium_org/testing/gtest/src/
gtest-port.cc 90 size_t GetThreadCount() {
111 size_t GetThreadCount() {
129 size_t GetThreadCount() {
    [all...]
  /art/compiler/driver/
compiler_driver.h 413 size_t GetThreadCount() const {
    [all...]
  /art/runtime/gc/collector/
mark_sweep.cc 714 size_t MarkSweep::GetThreadCount(bool paused) const {
728 size_t thread_count = GetThreadCount(paused);
852 size_t thread_count = GetThreadCount(false);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
comsvcs.h     [all...]

Completed in 766 milliseconds