/external/gemmlowp/test/ |
D | test_blocking_counter.cc | 31 pthread_create(&thread_, nullptr, ThreadFunc, this); in Thread() 46 void ThreadFunc() { in ThreadFunc() function in gemmlowp::Thread 54 static void* ThreadFunc(void* ptr) { in ThreadFunc() function in gemmlowp::Thread 55 static_cast<Thread*>(ptr)->ThreadFunc(); in ThreadFunc()
|
/external/sfntly/cpp/src/test/ |
D | platform_thread.cc | 23 DWORD __stdcall ThreadFunc(void* params) { in ThreadFunc() function 34 *thread_handle = CreateThread(NULL, 0, ThreadFunc, delegate, 0, NULL); in Create() 57 void* ThreadFunc(void* params) { 72 success = !pthread_create(thread_handle, &attributes, ThreadFunc, delegate);
|
/external/grpc-grpc/src/cpp/server/ |
D | dynamic_thread_pool.cc | 33 static_cast<DynamicThreadPool::DynamicThread*>(th)->ThreadFunc(); in DynamicThread() 40 void DynamicThreadPool::DynamicThread::ThreadFunc() { in ThreadFunc() function in grpc::DynamicThreadPool::DynamicThread 41 pool_->ThreadFunc(); in ThreadFunc() 53 void DynamicThreadPool::ThreadFunc() { in ThreadFunc() function in grpc::DynamicThreadPool
|
D | dynamic_thread_pool.h | 51 void ThreadFunc(); 63 void ThreadFunc();
|
/external/compiler-rt/test/tsan/ |
D | mutex_double_lock.cc | 7 void *ThreadFunc(void *m) { in ThreadFunc() function 16 pthread_create(&th, 0, ThreadFunc, &m); in main()
|
/external/compiler-rt/test/asan/TestCases/Linux/ |
D | pthread_create_version.cc | 10 void *ThreadFunc(void *) { return nullptr; } in ThreadFunc() function 19 pthread_create(&t, &attr, ThreadFunc, nullptr); in main()
|
/external/libchrome/base/threading/ |
D | platform_thread_posix.cc | 53 void* ThreadFunc(void* params) { in ThreadFunc() function 115 int err = pthread_create(&handle, &attributes, ThreadFunc, params.get()); in CreateThread()
|
/external/grpc-grpc/test/cpp/qps/ |
D | client.h | 306 : client_(client), idx_(idx), impl_(&Thread::ThreadFunc, this) {} in Thread() 353 void ThreadFunc() { in ThreadFunc() function 364 client_->ThreadFunc(idx_, this); in ThreadFunc() 385 virtual void ThreadFunc(size_t thread_idx, Client::Thread* t) = 0;
|
D | server_async.cc | 158 threads_.emplace_back(&AsyncQpsServerTest::ThreadFunc, this, i); in AsyncQpsServerTest() 202 void ThreadFunc(int thread_idx) { in ThreadFunc() function in grpc::testing::AsyncQpsServerTest
|
D | client_sync.cc | 68 void ThreadFunc(size_t thread_idx, Thread* t) override { in ThreadFunc() function in grpc::testing::SynchronousClient
|
D | client_async.cc | 257 void ThreadFunc(size_t thread_idx, Client::Thread* t) override final { in ThreadFunc() function in grpc::testing::AsyncClient
|
/external/gemmlowp/internal/ |
D | multi_thread_gemm.h | 243 pthread_create(&thread_, nullptr, ThreadFunc, this); in Worker() 284 void ThreadFunc() { in ThreadFunc() function 315 static void* ThreadFunc(void* arg) { in ThreadFunc() function 316 static_cast<Worker*>(arg)->ThreadFunc(); in ThreadFunc()
|
/external/lzma/C/ |
D | MtCoder.c | 47 static THREAD_FUNC_RET_TYPE THREAD_FUNC_CALL_TYPE ThreadFunc(void *pp); 57 wres = Thread_Create(&t->thread, ThreadFunc, t); in MtCoderThread_CreateAndStart() 339 static THREAD_FUNC_RET_TYPE THREAD_FUNC_CALL_TYPE ThreadFunc(void *pp) in ThreadFunc() function
|
D | MtDec.c | 103 static THREAD_FUNC_RET_TYPE THREAD_FUNC_CALL_TYPE ThreadFunc(void *pp); 127 wres = Thread_Create(&t->thread, ThreadFunc, t); in MtDecThread_CreateAndStart() 863 static MY_NO_INLINE THREAD_FUNC_RET_TYPE THREAD_FUNC_CALL_TYPE ThreadFunc(void *pp) in ThreadFunc() function 1100 if (wres == 0) { wres = ThreadFunc(nextThread); in MtDec_Code()
|
/external/webrtc/webrtc/modules/audio_device/win/ |
D | audio_device_wave_win.h | 202 static bool ThreadFunc(void*);
|
D | audio_device_wave_win.cc | 231 _ptrThread.reset(new rtc::PlatformThread(ThreadFunc, this, threadName)); in Init() 3010 bool AudioDeviceWindowsWave::ThreadFunc(void* pThis) in ThreadFunc() function in webrtc::AudioDeviceWindowsWave
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest-port_test.cc | 271 void* ThreadFunc(void* data) { in ThreadFunc() function 291 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex); in TEST()
|
/external/googletest/googletest/test/ |
D | googletest-port-test.cc | 292 void* ThreadFunc(void* data) { in ThreadFunc() function 310 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex); in TEST()
|