HomeSort by relevance Sort by last modified time
    Searched full:pthread_create (Results 201 - 225 of 1067) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/tcmalloc/vendor/m4/
acx_pthread.m4 174 # while pthread_create is in libc. We check for pthread_attr_init
178 # We try pthread_create on general principles.
182 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
286 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
306 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
325 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
350 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
365 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
  /external/compiler-rt/lib/tsan/benchmarks/
vts_many_threads_bench.cc 97 int status = pthread_create(&g_t[i], 0, GarbageThread, NULL);
101 int status = pthread_create(&t[i], 0, Thread, (void*)i);
  /external/llvm/test/Linker/
2011-08-22-ResolveAlias.ll 13 @_ZL22__gthrw_pthread_createPmPK14pthread_attr_tPFPvS3_ES3_ = alias weak i32 (i64*, %union.pthread_attr_t*, i8* (i8*)*, i8*)* @pthread_create
43 declare extern_weak i32 @pthread_create(i64*, %union.pthread_attr_t*, i8* (i8*)*, i8*)
2011-08-22-ResolveAlias2.ll 16 @_ZL22__gthrw_pthread_createPmPK14pthread_attr_tPFPvS3_ES3_ = alias weak i32 (i64*, %union.pthread_attr_t*, i8* (i8*)*, i8*)* @pthread_create
48 declare extern_weak i32 @pthread_create(i64*, %union.pthread_attr_t*, i8* (i8*)*, i8*)
  /external/qemu/audio/
audio_pt_int.c 56 err = pthread_create (&p->thread, NULL, func, opaque);
68 efunc = "pthread_create";
  /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]);
  /external/valgrind/main/helgrind/tests/
locked_vs_unlocked1_fwd.stderr.exp 6 by 0x........: pthread_create@* (hg_intercepts.c:...)
14 by 0x........: pthread_create@* (hg_intercepts.c:...)
locked_vs_unlocked1_rev.stderr.exp 6 by 0x........: pthread_create@* (hg_intercepts.c:...)
14 by 0x........: pthread_create@* (hg_intercepts.c:...)
locked_vs_unlocked2.stderr.exp 6 by 0x........: pthread_create@* (hg_intercepts.c:...)
14 by 0x........: pthread_create@* (hg_intercepts.c:...)
locked_vs_unlocked3.stderr.exp 6 by 0x........: pthread_create@* (hg_intercepts.c:...)
14 by 0x........: pthread_create@* (hg_intercepts.c:...)
pth_barrier1.stderr.exp 6 by 0x........: pthread_create@* (hg_intercepts.c:...)
15 by 0x........: pthread_create@* (hg_intercepts.c:...)
pth_barrier3.stderr.exp 6 by 0x........: pthread_create@* (hg_intercepts.c:...)
15 by 0x........: pthread_create@* (hg_intercepts.c:...)
rwlock_race.stderr.exp 7 by 0x........: pthread_create@* (hg_intercepts.c:...)
15 by 0x........: pthread_create@* (hg_intercepts.c:...)
tc08_hbl2.c 141 if (pthread_create(&child, NULL, child_fn, NULL)) {
142 perror("pthread_create");
tc11_XCHG.c 136 if (pthread_create(&child, NULL, child_fn, NULL)) {
137 perror("pthread_create");
tc22_exit_w_lock.stderr.exp 7 by 0x........: pthread_create@* (hg_intercepts.c:...)
20 by 0x........: pthread_create@* (hg_intercepts.c:...)
tc22_exit_w_lock.stderr.exp-kfail-x86 7 by 0x........: pthread_create@* (hg_intercepts.c:...)
20 by 0x........: pthread_create@* (hg_intercepts.c:...)
tc23_bogus_condwait.c 61 r= pthread_create( &grabber, NULL, grab_the_lock, NULL ); assert(!r);
64 r= pthread_create( &my_rescuer, NULL, rescue_me, NULL ); assert(!r);
  /external/valgrind/main/memcheck/tests/
err_disable4.c 84 r = pthread_create(&child[i], &attr, child_fn_1, NULL);
107 r = pthread_create(&child[i], &attr, child_fn_2, NULL);
  /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);
  /system/core/fastbootd/
transport.c 132 pthread_create(&thread, &attr, transport_data_thread, thandle);
148 pthread_create(&thread, &attr, transport_connect_thread, transport);
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osThreadUnix.cpp 38 int ret = pthread_create(&m_thread, NULL, Thread::thread_main, this);
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
create.c 45 pthread_create (pthread_t * tid, function
163 * an 'attr' arg to pthread_create() is equivalent to defaulting to
169 * If the thread that called pthread_create() is a Win32 thread
308 } /* pthread_create */
  /external/chromium_org/ppapi/utility/threading/
simple_thread.cc 110 if (setval != 0 || pthread_create(&thread_, &attr, &RunThread, data) != 0) {

Completed in 1187 milliseconds

1 2 3 4 5 6 7 891011>>