HomeSort by relevance Sort by last modified time
    Searched refs:thread_main (Results 1 - 7 of 7) 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);
osThreadUnix.cpp 38 int ret = pthread_create(&m_thread, NULL, Thread::thread_main, this);
80 Thread::thread_main(void *p_arg) function in class:osUtils::Thread
osThreadWin.cpp 38 m_thread = CreateThread(NULL, 0, &Thread::thread_main, this, 0, &m_threadId);
93 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/blktrace/
blktrace.c 1779 static void *thread_main(void *arg) function
    [all...]

Completed in 1196 milliseconds