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

  /sdk/emulator/opengl/shared/OpenglOsUtils/
osThread.h 41 static DWORD WINAPI thread_main(void *p_arg);
43 static void* thread_main(void *p_arg);
osThreadWin.cpp 40 m_thread = CreateThread(NULL, 0, &Thread::thread_main, this, 0, &m_threadId);
95 Thread::thread_main(void *p_arg) function in class:osUtils::Thread
osThreadUnix.cpp 42 int ret = pthread_create(&m_thread, NULL, Thread::thread_main, this);
83 Thread::thread_main(void *p_arg) function in class:osUtils::Thread
  /external/valgrind/main/none/tests/
pth_stackalign.c 7 static void *thread_main(void *arg) function
21 if ((e = pthread_create(&t, NULL, thread_main, NULL)) != 0)
pth_cancel1.c 13 static void *thread_main(void *arg) function
43 if (pthread_create(&tid, NULL, thread_main, NULL) != 0)
  /external/valgrind/main/memcheck/tests/linux/
stack_switch.c 23 static int thread_main(void *arg) function
48 if ( ( pid = clone( thread_main, stack + STACK_SIZE, CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|SIGCHLD, NULL ) ) == -1 )
  /external/chromium_org/third_party/skia/tests/
TLSTest.cpp 14 static void thread_main(void*) { function
74 if( false ) test_threads(&thread_main);
  /external/skia/tests/
TLSTest.cpp 14 static void thread_main(void*) { function
74 if( false ) test_threads(&thread_main);
  /hardware/akm/AK8975_FS/akmdfs/
main.c 54 static void* thread_main(void* args) function
84 if (pthread_create(&s_thread, &attr, thread_main, NULL) == 0) {
  /external/chromium_org/third_party/sqlite/src/src/
test4.c 61 static void *thread_main(void *pArg){ function
148 rc = pthread_create(&x, 0, thread_main, &threadset[i]);
  /external/fio/
backend.c 1258 static void *thread_main(void *data) function
    [all...]