pthread_join 228 base/threading/platform_thread_posix.cc CHECK_EQ(0, pthread_join(thread_handle.handle_, NULL)); pthread_join 31 chrome/test/data/nacl/crash/ppapi_crash_ppapi_off_main_thread.cc pthread_join(tid, &thread_result); // Wait for the thread to crash. pthread_join 185 chrome/test/data/nacl/ppapi/ppb_core/ppapi_ppb_core.cc CHECK(pthread_join(tid, &thread_result) == 0); pthread_join 58 mojo/public/cpp/utility/lib/thread.cc int rv MOJO_ALLOW_UNUSED = pthread_join(thread_, NULL); pthread_join 78 native_client_sdk/src/libraries/sdk_util/thread_pool.cc pthread_join(threads_[i], &retval); pthread_join 952 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_join (pthread_t thread, pthread_join 155 native_client_sdk/src/tests/nacl_io_socket_test/socket_test.cc pthread_join(server_thread_, NULL); pthread_join 316 native_client_sdk/src/tests/nacl_io_test/tty_test.cc pthread_join(resize_thread, NULL); pthread_join 353 native_client_sdk/src/tests/nacl_io_test/tty_test.cc pthread_join(resize_thread, NULL); pthread_join 30 ppapi/native_client/src/untrusted/irt_stub/thread_creator.c return pthread_join((pthread_t) tid, NULL); pthread_join 83 ppapi/tests/pp_thread.h pthread_join(thread, &exit_status); pthread_join 86 ppapi/utility/threading/simple_thread.cc int result = pthread_join(thread_, &retval); pthread_join 431 sandbox/linux/seccomp-bpf/demo.cc pthread_join(thr, &ret); pthread_join 522 sandbox/linux/seccomp-bpf/demo.cc pthread_join(sendmsgStressThreads[i], NULL); pthread_join 1752 sandbox/linux/seccomp-bpf/sandbox_bpf_unittest.cc BPF_ASSERT(!pthread_join(thread, NULL)); pthread_join 452 third_party/libusb/src/libusb/os/darwin_usb.c pthread_join (libusb_darwin_at, NULL); pthread_join 166 third_party/libusb/src/libusb/os/linux_netlink.c pthread_join(libusb_linux_event_thread, NULL); pthread_join 141 third_party/libusb/src/libusb/os/linux_udev.c pthread_join(linux_event_thread, NULL); pthread_join 230 third_party/libwebp/utils/thread.c pthread_join(worker->thread_, NULL); pthread_join 3974 third_party/libxml/src/runtest.c ret = pthread_join(tid[i], &results[i]); pthread_join 122 third_party/libxml/src/testThreads.c ret = pthread_join(tid[i], &results[i]); pthread_join 97 third_party/protobuf/src/google/protobuf/stubs/once_unittest.cc pthread_join(thread_, NULL); pthread_join 37 third_party/re2/util/thread.cc pthread_join(pid_, &val); pthread_join 124 third_party/sqlite/src/test/threadtest2.c pthread_join(aThread[i], 0); pthread_join 765 third_party/sqlite/src/test/threadtest3.c rc = pthread_join(p->tid, &ret); pthread_join 701 third_party/tcmalloc/chromium/src/tests/heap-checker_unittest.cc CHECK_EQ(pthread_join(tid, &res), 0); pthread_join 54 third_party/tcmalloc/chromium/src/tests/profile-handler_unittest.cc pthread_join(thread_, NULL); pthread_join 186 third_party/tcmalloc/chromium/src/tests/testutil.cc SAFE_PTHREAD(pthread_join(thr, NULL)); pthread_join 195 third_party/tcmalloc/chromium/src/tests/testutil.cc SAFE_PTHREAD(pthread_join(thr[i], NULL)); pthread_join 214 third_party/tcmalloc/chromium/src/tests/testutil.cc SAFE_PTHREAD(pthread_join(thr[i], NULL)); pthread_join 701 third_party/tcmalloc/vendor/src/tests/heap-checker_unittest.cc CHECK_EQ(pthread_join(tid, &res), 0); pthread_join 54 third_party/tcmalloc/vendor/src/tests/profile-handler_unittest.cc pthread_join(thread_, NULL); pthread_join 186 third_party/tcmalloc/vendor/src/tests/testutil.cc SAFE_PTHREAD(pthread_join(thr, NULL)); pthread_join 195 third_party/tcmalloc/vendor/src/tests/testutil.cc SAFE_PTHREAD(pthread_join(thr[i], NULL)); pthread_join 214 third_party/tcmalloc/vendor/src/tests/testutil.cc SAFE_PTHREAD(pthread_join(thr[i], NULL)); pthread_join 167 tools/android/forwarder/forwarder.cc pthread_join(thread_, NULL);