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

  /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/icu4c/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/base/threading/
platform_thread_win.cc 31 DWORD __stdcall ThreadFunc(void* params) {
65 NULL, stack_size, ThreadFunc, params, flags, NULL);
platform_thread_posix.cc 45 void* ThreadFunc(void* params) {
109 success = !pthread_create(thread_handle, &attributes, ThreadFunc, params);
  /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/testing/gtest/test/
gtest-port_test.cc 251 void* ThreadFunc(void* data) {
271 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /external/gtest/test/
gtest-port_test.cc 271 void* ThreadFunc(void* data) {
291 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/test/
gtest-port_test.cc 271 void* ThreadFunc(void* data) {
291 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
    [all...]

Completed in 183 milliseconds