HomeSort by relevance Sort by last modified time
    Searched refs:pthread_create (Results 151 - 175 of 374) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-posix.h 93 __gthrw3(pthread_create)
122 __gthrw(pthread_create)
245 `pthread_create' instead. */
249 pthread_create
267 init function. We also can't use pthread_create or pthread_attr_init
373 if (!(__gthrw_(pthread_create) (&new_thread_handle, &_objc_thread_attribs,
663 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
gthr-tpf.h 82 __gthrw(pthread_create)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-default.h 93 __gthrw3(pthread_create)
122 __gthrw(pthread_create)
245 `pthread_create' instead. */
249 pthread_create
267 init function. We also can't use pthread_create or pthread_attr_init
373 if (!(__gthrw_(pthread_create) (&new_thread_handle, &_objc_thread_attribs,
663 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
gthr-posix.h 93 __gthrw3(pthread_create)
122 __gthrw(pthread_create)
245 `pthread_create' instead. */
249 pthread_create
267 init function. We also can't use pthread_create or pthread_attr_init
373 if (!(__gthrw_(pthread_create) (&new_thread_handle, &_objc_thread_attribs,
663 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
gthr-tpf.h 82 __gthrw(pthread_create)
  /external/bluetooth/glib/gthread/
gthread-posix.c 93 # define pthread_create(a, b, c, d) pthread_create (a, *b, c, d) macro
355 ret = posix_error (pthread_create (thread, &attr,
367 posix_check_err (ret, "pthread_create");
  /external/libvpx/vp8/common/
threading.h 30 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned int (__stdcall *)(void *))thfunc,tharg,0,NULL))==NULL) macro
  /external/stlport/test/unit/
allocator_test.cpp 161 pthread_create(&t[i], 0, f, &datas);
  /external/valgrind/main/drd/tests/
annotate_barrier.c 10 #include <pthread.h> /* pthread_create() */
147 pthread_create(&t[i].tid, 0, (void*(*)(void*))threadfunc, &t[i]);
annotate_rwlock.c 150 pthread_create(&tid[i], 0, thread_func, 0);
monitor_example.cpp 223 pthread_create(&tid, 0, thread_func, 0);
  /external/valgrind/main/
glibc-2.X-drd.supp 62 drd-libpthread-pthread_create
65 fun:pthread_create*
  /external/valgrind/main/helgrind/tests/
annotate_rwlock.c 164 pthread_create(&tid[i], 0, thread_func, 0);
annotate_rwlock.stderr.exp 6 by 0x........: pthread_create@* (hg_intercepts.c:...)
14 by 0x........: pthread_create@* (hg_intercepts.c:...)
tc09_bad_unlock.stderr.exp 22 by 0x........: pthread_create@* (hg_intercepts.c:...)
88 by 0x........: pthread_create@* (hg_intercepts.c:...)
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace_eglapi.cpp 124 pthread_create(&sReceiveThreadId, NULL, commandReceiveTask, sGLTraceState);
  /frameworks/rs/cpp/
RenderScript.cpp 72 int status = pthread_create(&mMessageThreadId, NULL, threadProc, this);
  /frameworks/wilhelm/src/objects/
CEngine.c 58 int err = pthread_create(&thiz->mSyncThread, (const pthread_attr_t *) NULL, sync_start, thiz);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_task.c 185 if (SUCCESS != pthread_create(&pHandle->threadID,
  /ndk/tests/device/test-gnustl-full/unit/
allocator_test.cpp 161 pthread_create(&t[i], 0, f, &datas);
  /ndk/tests/device/test-stlport/unit/
allocator_test.cpp 161 pthread_create(&t[i], 0, f, &datas);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-tpf.h 82 __gthrw(pthread_create)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 82 __gthrw(pthread_create)
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-tpf.h 82 __gthrw(pthread_create)
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-tpf.h 82 __gthrw(pthread_create)

Completed in 1083 milliseconds

1 2 3 4 5 67 8 91011>>