HomeSort by relevance Sort by last modified time
    Searched refs:pthread_join (Results 1 - 25 of 119) sorted by null

1 2 3 4 5

  /system/extras/tests/bionic/libc/common/
test_pthread_join.c 46 pthread_join(t1, &result);
58 pthread_join(t1, &result);
71 pthread_join(t2, NULL);
72 pthread_join(t3, NULL);
test_pthread_once.c 76 if (pthread_join(threads[nn], NULL)) {
test_pthread_cleanup_push.c 91 pthread_join( t, NULL );
test_pthread_getcpuclockid.c 83 pthread_join( threads[nn], &dummy );
test_sem_post.c 83 pthread_join(t[nn], &result);
  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 78 pthread_join(t[0], NULL);
79 pthread_join(t[1], NULL);
80 pthread_join(t[2], NULL);
81 pthread_join(t[3], NULL);
test_pthread_create.c 26 pthread_join(t1, NULL);
test_cond.c 90 if (pthread_join(t[nn], NULL)) {
  /system/bluetooth/tools/
pipetest.c 165 pthread_join(t1, NULL);
166 pthread_join(t2, NULL);
187 pthread_join(t, NULL);
208 pthread_join(t, NULL);
225 pthread_join(t, NULL);
246 pthread_join(t, NULL);
284 pthread_join(t1, NULL);
285 pthread_join(t2, NULL);
307 pthread_join(t[i], NULL);
330 pthread_join(t1, NULL)
    [all...]
asocket_test.c 435 pthread_join(thread, NULL);
461 pthread_join(thread, NULL);
485 pthread_join(thread, NULL);
513 pthread_join(thread, NULL);
537 pthread_join(t[i], NULL);
560 pthread_join(t[i], NULL);
581 pthread_join(t[i], NULL);
602 pthread_join(t[i], NULL);
633 pthread_join(t1, NULL);
634 pthread_join(t2, NULL)
    [all...]
socktest.c 449 pthread_join(thread, NULL);
475 pthread_join(thread, NULL);
499 pthread_join(thread, NULL);
585 pthread_join(thread, NULL);
609 pthread_join(t[i], NULL);
632 pthread_join(t[i], NULL);
653 pthread_join(t[i], NULL);
674 pthread_join(t[i], NULL);
705 pthread_join(t1, NULL);
706 pthread_join(t2, NULL)
    [all...]
  /system/media/opensles/libopensles/
CEngine.c 39 (void) pthread_join(this->mSyncThread, (void **) NULL);
90 (void) pthread_join(this->mSyncThread, (void **) NULL);
  /external/webkit/WebCore/bindings/js/
GCController.cpp 84 pthread_join(thread, NULL);
  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Thread.c 113 if (pthread_join(thread->pthread, NULL) != 0) {
137 pthread_join(thread->pthread, NULL);
  /external/qemu/distrib/sdl-1.2.12/src/thread/pthread/
SDL_systhread.c 107 pthread_join(thread->handle, 0);
  /external/qemu/distrib/sdl-1.2.12/src/thread/riscos/
SDL_systhread.c 132 pthread_join(thread->handle, 0);
  /external/v8/test/cctest/
test-platform-linux.cc 64 pthread_join(other, NULL);
test-platform-nullos.cc 64 pthread_join(other, NULL);
  /system/core/nexus/
WifiScanner.cpp 66 if (pthread_join(mThread, &ret)) {
WifiStatusPoller.cpp 58 if (pthread_join(mThread, &ret)) {
  /external/chromium/base/
platform_thread_posix.cc 122 pthread_join(thread_handle, NULL);
  /external/libvpx/vp8/common/
threading.h 29 #define pthread_join(thread, result) ((WaitForSingleObject((thread),VPXINFINITE)!=WAIT_OBJECT_0) || !CloseHandle(thread)) macro
  /external/qemu/audio/
audio_pt_int.c 142 err = pthread_join (p->thread, &ret);
144 logerr (p, err, "%s(%s): pthread_join failed", cap, AUDIO_FUNC);
  /external/stlport/test/unit/
allocator_test.cpp 165 pthread_join(t[i], 0);
  /ndk/sources/android/stlport/test/unit/
allocator_test.cpp 165 pthread_join(t[i], 0);

Completed in 324 milliseconds

1 2 3 4 5