/system/bt/osi/test/ |
D | thread_test.cpp | 16 thread_t *thread = thread_new("test_thread"); in TEST_F() local 22 thread_t *thread = thread_new("test_thread"); in TEST_F() local 27 thread_t *thread = thread_new("test_name"); in TEST_F() local 33 thread_t *thread = thread_new("0123456789abcdef"); in TEST_F() local 39 thread_t *thread = thread_new("0123456789abcdefg"); in TEST_F() local 45 thread_t *thread = (thread_t *)context; in thread_is_self_fn() local 50 thread_t *thread = thread_new("test_thread"); in TEST_F() local 56 thread_t *thread = thread_new("test_thread"); in TEST_F() local
|
D | alarm_test.cpp | 307 thread_t *thread = thread_new("timers.test_callback_ordering_on_queue.thread"); in TEST_F() local 344 thread_t *thread = in TEST_F() local 402 thread_t *thread = in TEST_F() local
|
D | semaphore_test.cpp | 75 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.c | 49 thread_t *thread; member 109 void thread_free(thread_t *thread) { in thread_free() 121 void thread_join(thread_t *thread) { in thread_join() 131 bool thread_post(thread_t *thread, thread_fn func, void *context) { in thread_post() 148 void thread_stop(thread_t *thread) { in thread_stop() 153 bool thread_set_priority(thread_t *thread, int priority) { in thread_set_priority() 167 bool thread_is_self(const thread_t *thread) { in thread_is_self() 172 reactor_t *thread_get_reactor(const thread_t *thread) { in thread_get_reactor() 177 const char *thread_name(const thread_t *thread) { in thread_name() 186 thread_t *thread = start->thread; in run_thread() local
|
/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 adb_thread_t thread; in TEST_F() local 150 adb_thread_t thread; in TEST_F() local 174 adb_thread_t thread; in TEST_F() local 206 adb_thread_t thread; in TEST_F() local 258 adb_thread_t thread; in TEST_F() local
|
D | fdevent_test.h | 52 void TerminateThread(adb_thread_t thread) { in TerminateThread()
|
D | fdevent_test.cpp | 80 adb_thread_t thread; in TEST_F() local 115 adb_thread_t thread; in TEST_F() local 174 adb_thread_t thread; in TEST_F() local
|
D | sysdeps_test.cpp | 54 for (const auto& thread : threads) { in TEST() local 62 adb_thread_t thread; in TEST() local
|
/system/bt/hci/test/ |
D | low_power_manager_test.cpp | 41 static thread_t *thread; variable
|
D | hci_layer_test.cpp | 80 static void flush_thread(thread_t *thread) { in flush_thread()
|
/system/extras/simpleperf/runtest/ |
D | function_pthread.cpp | 20 pthread_t thread; in main() local
|
/system/extras/simpleperf/ |
D | sample_tree.cpp | 35 const ThreadEntry* thread = thread_tree_->FindThreadOrNew(pid, tid); in AddSample() local 49 const ThreadEntry* thread = thread_tree_->FindThreadOrNew(pid, tid); in AddBranchSample() local 76 const ThreadEntry* thread = thread_tree_->FindThreadOrNew(pid, tid); in AddCallChainSample() local
|
D | cmd_record.cpp | 566 for (auto& thread : thread_comms) { in DumpThreadCommAndMmaps() local 576 for (auto& thread : thread_comms) { in DumpThreadCommAndMmaps() local 606 for (auto& thread : thread_comms) { in DumpThreadCommAndMmaps() local 692 ThreadEntry* thread = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid); in UnwindRecord() local 836 const ThreadEntry* thread = thread_tree_.FindThreadOrNew(r.tid_data.pid, r.tid_data.tid); in CollectHitFileInfo() local
|
D | thread_tree.cpp | 48 ThreadEntry* thread = new ThreadEntry{ in AddThread() local 113 ThreadEntry* thread = FindThreadOrNew(pid, tid); in AddThreadMap() local 178 const MapEntry* ThreadTree::FindMap(const ThreadEntry* thread, uint64_t ip, bool in_kernel) { in FindMap()
|
D | dwarf_unwind.cpp | 97 std::vector<uint64_t> UnwindCallChain(ArchType arch, const ThreadEntry& thread, in UnwindCallChain()
|
/system/extras/libfec/ |
D | fec_process.cpp | 98 pthread_t thread; in process() local 117 for (auto thread : handles) { in process() local
|
/system/extras/tests/net_test/ |
D | tcp_nuke_addr_test.py | 51 def RunInBackground(thread): argument 176 def CheckThreadException(thread): argument
|
/system/core/libbacktrace/ |
D | backtrace_test.cpp | 75 thread_t thread; member 193 thread_t* thread = reinterpret_cast<thread_t*>(data); in ThreadSetState() local 438 pthread_t thread; in TEST() local 499 thread_t* thread = reinterpret_cast<thread_t*>(data); in ThreadLevelRun() local 512 pthread_t thread; in TEST() local 562 pthread_t thread; in TEST() local 590 thread_t* thread = reinterpret_cast<thread_t*>(data); in ThreadMaxRun() local 603 pthread_t thread; in TEST() local 1027 pthread_t thread; in TEST() local 1459 pthread_t thread; in TEST() local
|
/system/netd/server/ |
D | DnsProxyListener.cpp | 80 pthread_t thread; in start() local 361 pthread_t thread; in start() local 483 pthread_t thread; in start() local
|
/system/vold/bench/ |
D | benchgen.py | 35 def __init__(self, thread, time, call, args, ret): argument 114 thread = int(fn.split(".")[-1]) variable
|
/system/bt/btif/src/ |
D | btif_sock.c | 43 static thread_t *thread; variable
|