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

  /external/compiler-rt/test/asan/TestCases/Linux/
pthread_create_version.cc 10 void *ThreadFunc(void *) { return nullptr; }
19 pthread_create(&t, &attr, ThreadFunc, nullptr);
  /external/compiler-rt/test/tsan/
mutex_double_lock.cc 7 void *ThreadFunc(void *m) {
16 pthread_create(&th, 0, ThreadFunc, &m);
23 // CHECK: #1 ThreadFunc
28 // CHECK: SUMMARY: ThreadSanitizer: double lock of a mutex {{.*}}mutex_double_lock.cc{{.*}}ThreadFunc
  /external/gemmlowp/test/
test_blocking_counter.cc 31 pthread_create(&thread_, nullptr, ThreadFunc, this);
46 void ThreadFunc() {
54 static void* ThreadFunc(void* ptr) {
55 static_cast<Thread*>(ptr)->ThreadFunc();
  /external/sfntly/cpp/src/test/
platform_thread.cc 23 DWORD __stdcall ThreadFunc(void* params) {
34 *thread_handle = CreateThread(NULL, 0, ThreadFunc, delegate, 0, NULL);
57 void* ThreadFunc(void* params) {
72 success = !pthread_create(thread_handle, &attributes, ThreadFunc, delegate);
  /prebuilts/misc/windows/sdl2/test/
testerror.c 33 ThreadFunc(void *data)
64 thread = SDL_CreateThread(ThreadFunc, NULL, "#1");
testthread.c 34 ThreadFunc(void *data)
76 thread = SDL_CreateThread(ThreadFunc, "One", "#1");
90 thread = SDL_CreateThread(ThreadFunc, "Two", "#2");
torturethread.c 45 ThreadFunc(void *data)
97 threads[i] = SDL_CreateThread(ThreadFunc, name, (void*) (uintptr_t) i);
testsem.c 28 ThreadFunc(void *data)
111 threads[i] = SDL_CreateThread(ThreadFunc, name, (void *) i);
  /external/libchrome/base/threading/
platform_thread_posix.cc 48 void* ThreadFunc(void* params) {
110 int err = pthread_create(&handle, &attributes, ThreadFunc, params.get());
  /external/gemmlowp/internal/
multi_thread_gemm.h 243 pthread_create(&thread_, nullptr, ThreadFunc, this);
284 void ThreadFunc() {
285 ScopedProfilingLabel label("Worker::ThreadFunc");
315 static void* ThreadFunc(void* arg) {
316 static_cast<Worker*>(arg)->ThreadFunc();
  /external/lzma/C/
MtCoder.c 226 static THREAD_FUNC_RET_TYPE THREAD_FUNC_CALL_TYPE ThreadFunc(void *pp)
292 lt->func = ThreadFunc;
  /external/webrtc/webrtc/modules/audio_device/win/
audio_device_wave_win.h 202 static bool ThreadFunc(void*);
audio_device_wave_win.cc 231 _ptrThread.reset(new rtc::PlatformThread(ThreadFunc, this, threadName));
    [all...]
  /external/google-breakpad/src/testing/gtest/test/
gtest-port_test.cc 271 void* ThreadFunc(void* data) {
291 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /external/googletest/googletest/test/
gtest-port_test.cc 308 void* ThreadFunc(void* data) {
326 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /external/protobuf/gtest/test/
gtest-port_test.cc 100 void* ThreadFunc(void* data) {
120 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
  /external/v8/testing/gtest/test/
gtest-port_test.cc 308 void* ThreadFunc(void* data) {
326 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest-port_test.cc 308 void* ThreadFunc(void* data) {
328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 308 void* ThreadFunc(void* data) {
328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]

Completed in 671 milliseconds