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

  /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/chromium_org/ppapi/utility/threading/
simple_thread.h 29 typedef void (*ThreadFunc)(MessageLoop&, void* user_data);
46 // it. In some cases you will want control over the message. If ThreadFunc
48 bool StartWithFunction(ThreadFunc func, void* user_data);
simple_thread.cc 26 SimpleThread::ThreadFunc func;
92 bool SimpleThread::StartWithFunction(ThreadFunc func, void* user_data) {
  /external/qemu/distrib/sdl-1.2.15/test/
testerror.c 20 int SDLCALL ThreadFunc(void *data)
47 thread = SDL_CreateThread(ThreadFunc, "#1");
testhread.c 20 int SDLCALL ThreadFunc(void *data)
51 thread = SDL_CreateThread(ThreadFunc, "#1");
62 thread = SDL_CreateThread(ThreadFunc, "#2");
73 thread = SDL_CreateThread(ThreadFunc, "#3");
testsem.c 16 int SDLCALL ThreadFunc(void *data)
83 threads[i] = SDL_CreateThread(ThreadFunc, (void*)i);
torturethread.c 30 int SDLCALL ThreadFunc(void *data) {
73 threads[i] = SDL_CreateThread(ThreadFunc, (void *)(uintptr_t)i);
  /external/chromium_org/third_party/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);
  /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);
  /external/chromium_org/third_party/icu/source/test/threadtest/
threadtest.cpp 43 typedef void (*ThreadFunc)(void *);
49 static void startThread(ThreadFunc, void *param);
54 void ThreadFuncs::startThread(ThreadFunc func, void *param)
91 typedef void (*ThreadFunc)(void *);
98 static void startThread(ThreadFunc, void *param);
111 void ThreadFuncs::startThread(ThreadFunc func, void *param)
  /external/icu/icu4c/source/test/threadtest/
threadtest.cpp 43 typedef void (*ThreadFunc)(void *);
49 static void startThread(ThreadFunc, void *param);
54 void ThreadFuncs::startThread(ThreadFunc func, void *param)
91 typedef void (*ThreadFunc)(void *);
98 static void startThread(ThreadFunc, void *param);
111 void ThreadFuncs::startThread(ThreadFunc func, void *param)
  /external/chromium_org/base/threading/
platform_thread_win.cc 51 DWORD __stdcall ThreadFunc(void* params) {
112 NULL, stack_size, ThreadFunc, params, flags, NULL);
platform_thread_posix.cc 57 void* ThreadFunc(void* params) {
122 ThreadFunc,
  /external/lzma/C/
MtCoder.c 226 static THREAD_FUNC_RET_TYPE THREAD_FUNC_CALL_TYPE ThreadFunc(void *pp)
292 lt->func = ThreadFunc;
  /external/protobuf/gtest/test/
gtest-port_test.cc 86 void* ThreadFunc(void* data) {
106 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
  /external/chromium_org/third_party/webrtc/modules/audio_device/win/
audio_device_wave_win.h 201 static bool ThreadFunc(void*);
audio_device_wave_win.cc 234 _ptrThread = ThreadWrapper::CreateThread(ThreadFunc,
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-port_test.cc 308 void* ThreadFunc(void* data) {
328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /external/gtest/test/
gtest-port_test.cc 308 void* ThreadFunc(void* data) {
328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /ndk/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 1181 milliseconds