HomeSort by relevance Sort by last modified time
    Searched full:pthread_create (Results 1 - 25 of 288) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/core/debuggerd/
crasher.c 69 pthread_create(&thr, &attr, noisy, (void*) 'A');
70 pthread_create(&thr, &attr, noisy, (void*) 'B');
71 pthread_create(&thr, &attr, noisy, (void*) 'C');
92 pthread_create(&thr, &attr, test_thread, 0);
  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 73 pthread_create( &t[0], NULL, thread1_func, (void *)1 );
74 pthread_create( &t[1], NULL, thread2_func, (void *)2 );
75 pthread_create( &t[2], NULL, thread3_func, (void *)3 );
76 pthread_create( &t[3], NULL, thread4_func, (void *)4 );
test_pthread_create.c 24 pthread_create( &t1, NULL, thread1_func, (void *)1 );
  /system/extras/tests/bionic/libc/common/
test_pthread_join.c 67 pthread_create( &t1, NULL, thread1_func, NULL );
68 pthread_create( &t2, NULL, thread2_func, (void*)t1 );
69 pthread_create( &t3, NULL, thread3_func, (void*)t1 );
  /system/bluetooth/tools/
pipetest.c 158 pthread_create(&t1, NULL, (void *)thread_poll, NULL);
159 pthread_create(&t2, NULL, (void *)thread_poll, NULL);
177 pthread_create(&t, NULL, (void *)thread_poll, (void *)fd[1]);
198 pthread_create(&t, NULL, (void *)thread_poll, (void *)fd[0]);
219 pthread_create(&t, NULL, (void *)thread_poll, (void *)fd[0]);
236 pthread_create(&t, NULL, (void *)thread_read, (void *)fd[0]);
276 pthread_create(&t1, NULL, (void *)thread_pollin, (void *)fd[0]);
277 pthread_create(&t2, NULL, (void *)thread_pollin, (void *)fd[0]);
300 pthread_create(&t[i], NULL, (void *)thread_pollin_rand_delay, (void *)fd[0]);
323 pthread_create(&t1, NULL, (void *)thread_poll, (void *)fd[0])
    [all...]
asocket_test.c 431 pthread_create(&thread, NULL, (void *)thread_delay_close, (void *)&args);
456 pthread_create(&thread, NULL, (void *)thread_accept, (void *)&args);
480 pthread_create(&thread, NULL, (void *)thread_connect, (void *)&args);
509 pthread_create(&thread, NULL, (void *)thread_delay_close_write, (void *)&args);
530 pthread_create(&t[i], NULL, (void *)thread_poll, (void *)fd);
553 pthread_create(&t[i], NULL, (void *)thread_poll, (void *)fd);
574 pthread_create(&t[i], NULL, (void *)thread_read, (void *)fd);
595 pthread_create(&t[i], NULL, (void *)thread_read, (void *)fd);
624 pthread_create(&t1, NULL, (void *)thread_accept_write, (void *)&a1);
629 pthread_create(&t2, NULL, (void *)thread_shutdown, (void *)&fd2)
    [all...]
socktest.c 445 pthread_create(&thread, NULL, (void *)thread_delay_close, (void *)&args);
470 pthread_create(&thread, NULL, (void *)thread_accept, (void *)&args);
494 pthread_create(&thread, NULL, (void *)thread_connect, (void *)&args);
581 pthread_create(&thread, NULL, (void *)thread_delay_close_write, (void *)&args);
602 pthread_create(&t[i], NULL, (void *)thread_poll, (void *)fd);
625 pthread_create(&t[i], NULL, (void *)thread_poll, (void *)fd);
646 pthread_create(&t[i], NULL, (void *)thread_read, (void *)fd);
667 pthread_create(&t[i], NULL, (void *)thread_read, (void *)fd);
696 pthread_create(&t1, NULL, (void *)thread_accept_write, (void *)&a1);
701 pthread_create(&t2, NULL, (void *)thread_shutdown, (void *)&fd2)
    [all...]
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c 139 pthread_create(&th, NULL, read_thread, (void *)ep1->bEndpointAddress);
140 pthread_create(&th, NULL, write_thread, (void *)ep2->bEndpointAddress);
142 pthread_create(&th, NULL, read_thread, (void *)ep2->bEndpointAddress);
143 pthread_create(&th, NULL, write_thread, (void *)ep1->bEndpointAddress);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libanl-2.7.so 
libanl.so 
libanl.so.1 
  /external/qemu/audio/
audio_pt_int.c 41 err = pthread_create (&p->thread, NULL, func, opaque);
43 efunc = "pthread_create";
  /external/webkit/WebKitTools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 90 pthread_create(&pthread, 0, &runJavaScriptThread, 0);
110 pthread_create(&pthread, 0, &runJavaScriptThread, 0);
  /prebuilt/linux-x86/toolchain/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);
  /external/v8/test/cctest/
test-platform-linux.cc 58 int thread_created = pthread_create(&other,
test-platform-nullos.cc 58 int thread_created = pthread_create(&other,
  /system/extras/tests/bionic/libc/other/
test_thread_max.c 53 if (pthread_create( &thread, &attr, thread_func, (void*)(long)count ) < 0) {
  /external/protobuf/gtest/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); ],
  /external/protobuf/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); ],
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Thread.c 78 result = pthread_create(&thread->pthread, &thread->attr, function_name, (void *)argument);
  /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/chromium/base/
platform_thread_posix.cc 96 success = !pthread_create(thread_handle, &attributes, ThreadFunc, delegate);
  /external/libvpx/vp8/common/
threading.h 28 #define pthread_create(thhandle,attr,thfunc,tharg) (int)((*thhandle=(HANDLE)_beginthreadex(NULL,0,(unsigned int (__stdcall *)(void *))thfunc,tharg,0,NULL))==NULL) macro
  /external/qemu/
compatfd.c 94 pthread_create(&tid, &attr, sigwait_compat, info);

Completed in 1755 milliseconds

1 2 3 4 5 6 7 8 91011>>