/system/core/libsync/ |
sync_test.c | 118 pthread_create(&threads[i], NULL, sync_thread, &sync_data[i]);
|
/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_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 ) {
|
test_pthread_mutex.c | 331 pthread_create(&th1, NULL, do_mutex_test_3_t1, s); 332 pthread_create(&th2, NULL, do_mutex_test_3_t2, s);
|
test_pthread_rwlock.c | 308 pthread_create(&th1, NULL, do_rwlock_test_rd3_t1, s); 309 pthread_create(&th2, NULL, do_rwlock_test_rd3_t2, s);
|
/bionic/libc/bionic/ |
pthread_key.cpp | 52 * the top of their stack in pthread_create. 217 // were just recently created through pthread_create() but whose
|
/external/bluetooth/bluedroid/hci/src/ |
userial_mct.c | 313 if (pthread_create(&(userial_cb.read_thread), &thread_attr, \ 316 ALOGE("pthread_create failed!");
|
/external/chromium_org/third_party/libwebp/utils/ |
thread.c | 35 static int pthread_create(pthread_t* const thread, const void* attr, function 205 ok = !pthread_create(&worker->thread_, NULL, WebPWorkerThreadLoop, worker);
|
/external/libvpx/libvpx/vp9/decoder/ |
vp9_thread.c | 38 static int pthread_create(pthread_t* const thread, const void* attr, function 206 ok = !pthread_create(&worker->thread_, NULL, thread_loop, worker);
|
/external/linux-tools-perf/bench/ |
sched-messaging.c | 180 err = pthread_create(&childid, &attr, func, ctx); 182 fprintf(stderr, "pthread_create failed: %s (%d)\n",
|
/external/llvm/test/Transforms/GVN/ |
2009-03-10-PREOnVoid.ll | 23 @_ZL22__gthrw_pthread_createPmPK16__pthread_attr_sPFPvS3_ES3_ = alias weak i32 (i32*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)* @pthread_create ; <i32 (i32*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)*> [#uses=0] 62 declare i32 @pthread_create(i32*, %struct.pthread_attr_t*, i8* (i8*)*, i8*)
|
/external/valgrind/main/ |
darwin9.supp | 276 helgrind-darwinlibc--pthread_create_WRK-pthread_create 279 fun:pthread_create
|
/external/valgrind/main/drd/ |
drd_clientreq.h | 66 /* Tell DRD that the calling thread is about to enter pthread_create(). */ 69 /* Tell DRD that the calling thread has left pthread_create(). */
|
/external/webp/src/utils/ |
thread.c | 35 static int pthread_create(pthread_t* const thread, const void* attr, function 205 ok = !pthread_create(&worker->thread_, NULL, WebPWorkerThreadLoop, worker);
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
CThread.cpp | 107 ret = pthread_create(&m_thread, NULL, CThreadStartup, this); 109 LOG_E("pthread_create failed with error code %d", ret);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
libOMX.TI.AMR.encode.so | |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/ |
libanl.a | 45 ? ! ? 0 j ? ? ? - @ 0 _ s ? ? ? ? ? ? ? - 9 F S j requests requests_tail free_res pool_max_size pool freelist nthreads idle_thread_count handle_requests pool_size __PRETTY_FUNCTION__.10214 __PRETTY_FUNCTION__.10236 __elf_set___libc_subfreeres_element_free_res__ __gai_find_request __gai_remove_request free __gai_enqueue_request __gai_requests_mutex pthread_mutex_lock __gai_new_request_notification pthread_cond_signal pthread_mutex_unlock pthread_attr_init pthread_attr_setdetachstate pthread_attr_setstacksize sigfillset pthread_create |