| /system/bt/osi/test/ |
| D | thread_test.cc | 14 thread_t* thread = thread_new("test_thread"); in TEST_F() local 20 thread_t* thread = thread_new("test_thread"); in TEST_F() local 25 thread_t* thread = thread_new("test_name"); in TEST_F() local 31 thread_t* thread = thread_new("0123456789abcdef"); in TEST_F() local 37 thread_t* thread = thread_new("0123456789abcdefg"); in TEST_F() local 43 thread_t* thread = (thread_t*)context; in thread_is_self_fn() local 48 thread_t* thread = thread_new("test_thread"); in TEST_F() local 54 thread_t* thread = thread_new("test_thread"); in TEST_F() local
|
| D | semaphore_test.cc | 74 thread_t* thread = thread_new("semaphore_test_thread"); in TEST_F() local
|
| /system/extras/memory_replay/tests/ |
| D | ThreadTest.cpp | 30 Thread thread; in TEST() local 38 Thread* thread = thread_data->first; in ThreadWaitForReady() local 48 Thread thread; in TEST() local 68 Thread* thread = thread_data->first; in ThreadWaitForPending() local 78 Thread thread; in TEST() local 96 Thread thread; in TEST() local 104 Thread thread; in TEST() local
|
| D | ThreadsTest.cpp | 28 Thread* thread = threads.CreateThread(900); in TEST() local 90 Thread* thread = threads.CreateThread(900); in TEST() local 117 Thread* thread = threads.CreateThread(900+i); in TestTooManyThreads() local
|
| /system/bt/osi/src/ |
| D | thread.cc | 52 thread_t* thread; member 108 void thread_free(thread_t* thread) { in thread_free() 119 void thread_join(thread_t* thread) { in thread_join() 126 bool thread_post(thread_t* thread, thread_fn func, void* context) { in thread_post() 143 void thread_stop(thread_t* thread) { in thread_stop() 148 bool thread_set_priority(thread_t* thread, int priority) { in thread_set_priority() 162 bool thread_set_rt_priority(thread_t* thread, int priority) { in thread_set_rt_priority() 179 bool thread_is_self(const thread_t* thread) { in thread_is_self() 184 reactor_t* thread_get_reactor(const thread_t* thread) { in thread_get_reactor() 189 const char* thread_name(const thread_t* thread) { in thread_name() [all …]
|
| /system/extras/memory_replay/ |
| D | Threads.cpp | 34 Thread* thread = reinterpret_cast<Thread*>(data); in ThreadRunner() local 80 Thread* thread = FindEmptyEntry(tid); in CreateThread() local 140 void Threads::Finish(Thread* thread) { in Finish()
|
| D | main.cpp | 103 Thread* thread = threads.FindThread(tid); in ProcessDump() local
|
| /system/core/adb/ |
| D | socket_test.cpp | 87 std::thread thread(fdevent_loop); in TEST_F() local 146 std::thread thread(CloseWithPacketThreadFunc, &arg); in TEST_F() local 169 std::thread thread(CloseWithPacketThreadFunc, &arg); in TEST_F() local 201 std::thread thread(CloseWithPacketThreadFunc, &arg); in TEST_F() local 229 std::thread thread(fdevent_loop); in TEST_F() local 286 std::thread thread(CloseRdHupSocketThreadFunc, &arg); in TEST_F() local
|
| D | fdevent_test.cpp | 84 std::thread thread(fdevent_loop); in TEST_F() local 125 std::thread thread(FdEventThreadFunc, &thread_arg); in TEST_F() local 174 std::thread thread(InvalidFdThreadFunc); in TEST_F() local 182 std::thread thread(fdevent_loop); in TEST_F() local 221 std::thread thread(fdevent_loop); in TEST_F() local
|
| D | fdevent_test.h | 59 void TerminateThread(std::thread& thread) { in TerminateThread()
|
| /system/extras/simpleperf/ |
| D | IOEventLoop_test.cpp | 48 std::thread thread([&]() { in TEST() local 82 std::thread thread([&]() { in TEST() local 110 std::thread thread([&]() { in TEST() local 168 std::thread thread([&]() { in TEST() local
|
| D | thread_tree.cpp | 49 ThreadEntry* thread = FindThreadOrNew(pid, tid); in SetThreadName() local 92 ThreadEntry* thread = new ThreadEntry{ in CreateThread() local 132 ThreadEntry* thread = FindThreadOrNew(pid, tid); in AddThreadMap() local 203 const MapEntry* ThreadTree::FindMap(const ThreadEntry* thread, uint64_t ip, in FindMap() 214 const MapEntry* ThreadTree::FindMap(const ThreadEntry* thread, uint64_t ip) { in FindMap()
|
| D | cmd_report_sample.cpp | 329 auto& thread = proto_record.thread(); in DumpProtobufReport() local 436 const ThreadEntry* thread = in PrintSampleRecordInProtobuf() local 514 bool ReportSampleCommand::GetCallEntry(const ThreadEntry* thread, in GetCallEntry() 586 for (auto& thread : threads) { in PrintThreadInfoInProtobuf() local 613 const ThreadEntry* thread = in PrintSampleRecord() local
|
| D | report_sample.proto | 87 Thread thread = 4; field
|
| /system/core/base/ |
| D | properties_test.cpp | 130 std::thread thread([&]() { in TEST() local 156 std::thread thread([&]() { in TEST() local 172 std::thread thread([&]() { in TEST() local 187 std::thread thread([&]() { in TEST() local
|
| /system/extras/simpleperf/runtest/ |
| D | function_pthread.cpp | 21 pthread_t thread; in main() local
|
| /system/extras/libfec/ |
| D | fec_process.cpp | 100 pthread_t thread; in process() local 119 for (auto thread : handles) { in process() local
|
| /system/extras/simpleperf/demo/SimpleperfExampleWithNative/app/src/main/cpp/ |
| D | native-lib.cpp | 56 pthread_t thread; in Java_com_example_simpleperf_simpleperfexamplewithnative_MainActivity_createBusyThreadFromJNI() local 104 pthread_t thread; in Java_com_example_simpleperf_simpleperfexamplewithnative_SleepActivity_createSleepThreadFromJNI() local
|
| /system/core/libunwindstack/tests/ |
| D | MapInfoGetLoadBiasTest.cpp | 103 std::thread* thread = new std::thread([i, this, &wait, &load_bias_values]() { in MultipleThreadTest() local 113 for (auto thread : threads) { in MultipleThreadTest() local
|
| D | UnwindTest.cpp | 219 std::thread thread([&]() { in TEST_F() local 329 std::thread* thread = new std::thread([i, &frames, &maps, &process_memory, &wait]() { in TEST_F() local 343 for (auto thread : threads) { in TEST_F() local
|
| /system/netd/server/ |
| D | thread_util.h | 53 pthread_t thread; in threadLaunch() local
|
| /system/core/init/ |
| D | ueventd_test.cpp | 65 for (auto& thread : threads) { in WriteFromMultipleThreads() local 197 for (auto& thread : threads) { in TEST() local
|
| /system/bt/test/suite/core/ |
| D | thread_performance_test.cc | 18 thread_t* thread; variable
|
| /system/core/debuggerd/ |
| D | debuggerd_benchmark.cpp | 102 auto thread = std::thread([&]() { max_pause = GetMaximumPause(thread_state); }); in BM_maximum_pause_impl() local
|
| /system/core/debuggerd/libdebuggerd/ |
| D | backtrace.cpp | 62 void dump_backtrace_thread(int output_fd, BacktraceMap* map, const ThreadInfo& thread) { in dump_backtrace_thread()
|