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

1 2 3 45 6 7 8 91011>>

  /external/v8/test/cctest/
test-platform-nullos.cc 58 int thread_created = pthread_create(&other,
  /external/valgrind/main/drd/tests/
bug-235681.c 63 rc = pthread_create(&other_thread, NULL, run_fn, NULL);
free_is_write.c 47 result = pthread_create(&thread[i], 0, thread_func, 0);
sem_open.c 85 pthread_create(&threadid, 0, thread_func, 0);
sigalrm.c 75 pthread_create(&threadid, 0, thread_func, 0);
  /external/valgrind/main/helgrind/tests/
hg04_race.stderr.exp 7 by 0x........: pthread_create@* (hg_intercepts.c:...)
15 by 0x........: pthread_create@* (hg_intercepts.c:...)
hg05_race2.stderr.exp 7 by 0x........: pthread_create@* (hg_intercepts.c:...)
15 by 0x........: pthread_create@* (hg_intercepts.c:...)
tc07_hbl1.c 91 if (pthread_create(&child, NULL, child_fn, NULL)) {
92 perror("pthread_create");
tc21_pthonce.stderr.exp 7 by 0x........: pthread_create@* (hg_intercepts.c:...)
15 by 0x........: pthread_create@* (hg_intercepts.c:...)
  /external/valgrind/main/none/tests/
pth_atfork1.c 82 if (pthread_create (&th, NULL, thread, NULL) != 0)
  /frameworks/av/media/libstagefright/tests/
DummyRecorder.cpp 46 int err = pthread_create(&mThread, &attr, threadWrapper, this);
  /system/extras/tests/bionic/libc/bionic/
test_cond.c 82 if (pthread_create( &t[nn], NULL, thread_routines[nn], NULL) < 0) {
  /system/extras/tests/bionic/libc/common/
test_pthread_cleanup_push.c 90 pthread_create( &t, NULL, thread1_func, (void*)do_exit );
test_pthread_getcpuclockid.c 79 pthread_create( &threads[nn], &attr, thread_func, (void*)nn );
test_sem_post.c 70 if ( pthread_create( &t[nn], NULL, thread_func, &semaphore ) < 0 ) {
test_semaphore.c 122 if ( pthread_create( &t[nn], NULL, thread_routines[nn], NULL ) < 0 ) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 93 __gthrw3(pthread_create)
122 __gthrw(pthread_create)
245 `pthread_create' instead. */
249 pthread_create
266 call the init function. So, we use pthread_create to check whether it
296 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
400 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg)))
689 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
266 call the init function. So, we use pthread_create to check whether it
296 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
400 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg)))
689 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 106 __gthrw3(pthread_create)
135 __gthrw(pthread_create)
258 `pthread_create' instead. */
262 pthread_create
279 call the init function. So, we use pthread_create to check whether it
309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg)))
702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
gthr-posix.h 106 __gthrw3(pthread_create)
135 __gthrw(pthread_create)
258 `pthread_create' instead. */
262 pthread_create
279 call the init function. So, we use pthread_create to check whether it
309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg)))
702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 106 __gthrw3(pthread_create)
135 __gthrw(pthread_create)
258 `pthread_create' instead. */
262 pthread_create
279 call the init function. So, we use pthread_create to check whether it
309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg)))
702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
gthr-posix.h 106 __gthrw3(pthread_create)
135 __gthrw(pthread_create)
258 `pthread_create' instead. */
262 pthread_create
279 call the init function. So, we use pthread_create to check whether it
309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg)))
702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 106 __gthrw3(pthread_create)
135 __gthrw(pthread_create)
258 `pthread_create' instead. */
262 pthread_create
279 call the init function. So, we use pthread_create to check whether it
309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg)))
702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
gthr-posix.h 106 __gthrw3(pthread_create)
135 __gthrw(pthread_create)
258 `pthread_create' instead. */
262 pthread_create
279 call the init function. So, we use pthread_create to check whether it
309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg)))
702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 106 __gthrw3(pthread_create)
135 __gthrw(pthread_create)
258 `pthread_create' instead. */
262 pthread_create
279 call the init function. So, we use pthread_create to check whether it
309 __result = __gthrw_(pthread_create) (&__t, &__a, __gthread_start, NULL);
413 if (!(__gthrw_(pthread_create) (&new_thread_handle, NULL, (void *) func, arg)))
702 return __gthrw_(pthread_create) (__threadid, NULL, __func, __args);

Completed in 520 milliseconds

1 2 3 45 6 7 8 91011>>