HomeSort by relevance Sort by last modified time
    Searched defs:pthread (Results 1 - 5 of 5) sorted by null

  /external/webkit/Tools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 36 #include <pthread.h>
95 pthread_t pthread; local
96 pthread_create(&pthread, 0, &runJavaScriptThread, 0);
97 pthread_detach(pthread);
98 javaScriptThreads()->add(pthread);
121 pthread_t pthread; local
122 pthread_create(&pthread, 0, &runJavaScriptThread, 0);
123 pthread_detach(pthread);
124 javaScriptThreads()->add(pthread);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Thread.c 30 #include <pthread.h>
47 pthread_t pthread; member in struct:_EXYNOS_THREAD_HANDLE_TYPE
82 result = pthread_create(&thread->pthread, &thread->attr, function_name, (void *)argument);
83 /* pthread_setschedparam(thread->pthread, SCHED_RR, &thread->schedparam); */
119 if (pthread_join(thread->pthread, NULL) != 0) {
140 /* thread_cancel(thread->pthread); */
141 pthread_exit(&thread->pthread);
142 pthread_join(thread->pthread, NULL);
  /frameworks/native/libs/utils/
Threads.cpp 34 # include <pthread.h>
498 // I'm trying to mimic pthread semantics though.
890 pthread_t pthread = android_thread_id_t_to_pthread(mThread); local
891 tid = __pthread_gettid(pthread);
  /external/valgrind/main/coregrind/
pub_core_threadstate.h 150 // This thread's pthread
151 Addr pthread; member in struct:__anon16949
  /external/webkit/Tools/DumpRenderTree/win/
DumpRenderTree.cpp 47 #include <pthread.h>
1135 pthread_t pthread; local
1156 pthread_t pthread; local
1179 pthread_t* pthread = pthreads[i]; local
    [all...]

Completed in 327 milliseconds