HomeSort by relevance Sort by last modified time
    Searched refs:pthread_create (Results 601 - 625 of 709) sorted by null

<<212223242526272829

  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc     [all...]
  /external/valgrind/main/coregrind/
vgdb.c     [all...]
  /hardware/qcom/media/mm-video-v4l2/vidc/venc/src/
omx_video_encoder.cpp 425 r = pthread_create(&msg_thread_id,0, message_thread, this);
431 r = pthread_create(&async_thread_id,0, venc_dev::async_venc_message_thread, this);
    [all...]
  /art/dex2oat/
dex2oat.cc 464 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_create, (&pthread_, &attr_, &CallBack, this), reason);
    [all...]
  /art/runtime/
trace.cc 378 CHECK_PTHREAD_CALL(pthread_create, (&sampling_pthread_, NULL, &RunSamplingThread,
  /external/chromium/testing/gtest/test/
gtest-port_test.cc 271 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /external/chromium_org/native_client_sdk/src/tests/nacl_io_socket_test/
socket_test.cc 142 pthread_create(&server_thread_, NULL, ServerThreadMainStatic, this);
  /external/chromium_org/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/testing/gtest/test/
gtest-port_test.cc 328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 1103 pthread_create(&(thread_ctx[i]), NULL,
  /external/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/gtest/test/
gtest-port_test.cc 291 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c     [all...]
  /external/libvpx/libvpx/vp8/decoder/
threading.c 685 pthread_create(&pbi->h_decoding_thread[ithread], 0, thread_decoding_proc, (&pbi->de_thread_data[ithread]));
  /external/linux-tools-perf/
builtin-top.c 983 if (pthread_create(&thread, NULL, (use_browser > 0 ? display_thread_tui :
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]
  /external/mesa3d/src/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/openssl/crypto/threads/
mttest.c 1103 pthread_create(&(thread_ctx[i]), NULL,
  /external/v8/src/
platform-freebsd.cc 493 // This is also initialized by the first argument to pthread_create() but we
517 pthread_create(&data_->thread_, attr_ptr, ThreadEntry, this);
platform-linux.cc 747 // This is also initialized by the first argument to pthread_create() but we
776 int result = pthread_create(&data_->thread_, attr_ptr, ThreadEntry, this);
    [all...]
platform-openbsd.cc 541 // This is also initialized by the first argument to pthread_create() but we
570 pthread_create(&data_->thread_, attr_ptr, ThreadEntry, this);
  /external/valgrind/main/helgrind/tests/
pth_barrier2.stderr.exp 6 by 0x........: pthread_create@* (hg_intercepts.c:...)
15 by 0x........: pthread_create@* (hg_intercepts.c:...)
  /external/valgrind/unittest/
posix_tests.cc 828 CHECK(pthread_create(&handle, &attributes, ThreadRoutine, NULL) != 0);
  /frameworks/rs/
rsContext.cpp 581 status = pthread_create(&mThreadId, &threadAttr, threadProc, this);

Completed in 421 milliseconds

<<212223242526272829