Searched refs:ThreadFunc (Results 1 - 15 of 15) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dpthread_create_version.cc10 void *ThreadFunc(void *) { return nullptr; } function
19 pthread_create(&t, &attr, ThreadFunc, nullptr);
/external/compiler-rt/test/tsan/
H A Dmutex_double_lock.cc7 void *ThreadFunc(void *m) { function
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/
H A Dtest_blocking_counter.cc30 pthread_create(&thread_, nullptr, ThreadFunc, this);
43 void ThreadFunc() { function in class:gemmlowp::Thread
50 static void* ThreadFunc(void* ptr) { function in class:gemmlowp::Thread
51 static_cast<Thread*>(ptr)->ThreadFunc();
/external/sfntly/cpp/src/test/
H A Dplatform_thread.cc23 DWORD __stdcall ThreadFunc(void* params) { function in namespace:sfntly
34 *thread_handle = CreateThread(NULL, 0, ThreadFunc, delegate, 0, NULL);
57 void* ThreadFunc(void* params) {
72 success = !pthread_create(thread_handle, &attributes, ThreadFunc, delegate);
/external/libchrome/base/win/
H A Dscoped_handle_test_dll.cc28 DWORD __stdcall ThreadFunc(void* params) { function in namespace:base::win::testing::__anon10126
58 ::CreateThread(nullptr, 0, ThreadFunc,
/external/gemmlowp/internal/
H A Dmulti_thread_gemm.h229 pthread_create(&thread_, nullptr, ThreadFunc, this);
268 void ThreadFunc() { function in class:gemmlowp::Worker
269 ScopedProfilingLabel label("Worker::ThreadFunc");
301 static void* ThreadFunc(void* arg) { function in class:gemmlowp::Worker
302 static_cast<Worker*>(arg)->ThreadFunc();
/external/libchrome/base/threading/
H A Dplatform_thread_posix.cc47 void* ThreadFunc(void* params) { function in namespace:base::__anon10057
109 int err = pthread_create(&handle, &attributes, ThreadFunc, params.get());
/external/lzma/C/
H A DMtCoder.c228 static THREAD_FUNC_RET_TYPE THREAD_FUNC_CALL_TYPE ThreadFunc(void *pp) function
294 lt->func = ThreadFunc;
/external/webrtc/webrtc/modules/audio_device/win/
H A Daudio_device_wave_win.h202 static bool ThreadFunc(void*);
H A Daudio_device_wave_win.cc231 _ptrThread.reset(new rtc::PlatformThread(ThreadFunc, this, threadName));
3007 // ThreadFunc
3010 bool AudioDeviceWindowsWave::ThreadFunc(void* pThis) function in class:webrtc::AudioDeviceWindowsWave
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-port_test.cc271 void* ThreadFunc(void* data) { function in namespace:testing::internal
291 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
/external/googletest/googletest/test/
H A Dgtest-port_test.cc308 void* ThreadFunc(void* data) { function in namespace:testing::internal
326 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
/external/protobuf/gtest/test/
H A Dgtest-port_test.cc100 void* ThreadFunc(void* data) { function in namespace:testing::internal
120 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
/external/v8/testing/gtest/test/
H A Dgtest-port_test.cc308 void* ThreadFunc(void* data) { function in namespace:testing::internal
326 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
H A Dgtest-port_test.cc308 void* ThreadFunc(void* data) { function in namespace:testing::internal
328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);

Completed in 487 milliseconds