HomeSort by relevance Sort by last modified time
    Searched refs:pthread_attr_t (Results 301 - 325 of 358) sorted by null

<<1112131415

  /frameworks/wilhelm/tests/sandbox/
playbq.c 470 int ok = pthread_create(&thread, (const pthread_attr_t *) NULL, file_reader_loop, NULL);
playbq.cpp 470 int ok = pthread_create(&thread, (const pthread_attr_t *) NULL, file_reader_loop, NULL);
  /hardware/ril/reference-ril/
atchannel.c 591 pthread_attr_t attr;
  /system/core/libutils/
Threads.cpp 127 pthread_attr_t attr;
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
heap-checker_unittest.cc 697 pthread_attr_t attr;
948 pthread_attr_t attr;
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
heap-checker_unittest.cc 697 pthread_attr_t attr;
948 pthread_attr_t attr;
    [all...]
  /dalvik/vm/
Thread.cpp     [all...]
  /art/dex2oat/
dex2oat.cc 560 pthread_attr_t attr_;
    [all...]
  /art/runtime/
utils.cc 96 pthread_attr_t attributes;
    [all...]
thread.cc 261 pthread_attr_t attr;
445 pthread_attr_t default_attributes;
    [all...]
  /external/chromium/testing/gtest/test/
gtest-port_test.cc 261 pthread_attr_t attr;
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-port_test.cc 318 pthread_attr_t attr;
    [all...]
  /external/chromium_org/v8/src/
platform-posix.cc 603 pthread_attr_t attr;
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 731 COMPILER_CHECK(sizeof(__sanitizer_pthread_attr_t) >= sizeof(pthread_attr_t));
    [all...]
  /external/gtest/test/
gtest-port_test.cc 281 pthread_attr_t attr;
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c     [all...]
  /external/valgrind/unittest/
posix_tests.cc 824 pthread_attr_t attributes;
  /frameworks/rs/
rsContext.cpp 560 pthread_attr_t threadAttr;
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 439 thread_status = pthread_create(&capture_thread, (const pthread_attr_t *) NULL,
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 318 pthread_attr_t attr;
    [all...]
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI_Still.cpp     [all...]
  /device/lge/mako/camera/
QCameraHWI_Still.cpp     [all...]
QualcommCameraHardware.cpp     [all...]
  /frameworks/av/media/libstagefright/
MPEG4Writer.cpp     [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc     [all...]

Completed in 1022 milliseconds

<<1112131415