Searched refs:thread (Results 176 - 181 of 181) sorted by relevance

12345678

/system/core/adb/
H A Dadb.cpp37 #include <thread>
772 NULL, /* thread handle is not inheritable */
809 fprintf(stderr, "adb: cannot create thread: %s\n", strerror(errno));
812 stdout_read.release(); // Transfer ownership to new thread
818 fprintf(stderr, "adb: cannot create thread: %s\n", strerror(errno));
821 stderr_read.release(); // Transfer ownership to new thread
881 // For now ignore the thread exit codes and assume they worked properly.
/system/netd/tests/dns_responder/
H A Ddns_responder.cpp647 handler_thread_ = std::thread(&DNSResponder::requestHandler, this);
/system/core/liblog/tests/
H A Dliblog_test.cpp793 * a thread; the signal handler should only unblock the thread.
841 pthread_t thread; local
842 if (pthread_create(&thread, &attr, running_thread, NULL)) {
/system/bt/profile/avrcp/tests/
H A Davrcp_device_test.cc22 #include <base/threading/thread.h>
/system/core/fs_mgr/
H A Dfs_mgr.cpp36 #include <thread>
/system/core/fastboot/
H A Dfastboot.cpp46 #include <thread>

Completed in 215 milliseconds

12345678