/system/bt/osi/test/ |
D | thread_test.cpp | 17 thread_t *thread = thread_new("test_thread"); in TEST_F() local 23 thread_t *thread = thread_new("test_thread"); in TEST_F() local 28 thread_t *thread = thread_new("test_name"); in TEST_F() local 34 thread_t *thread = thread_new("0123456789abcdef"); in TEST_F() local 40 thread_t *thread = thread_new("0123456789abcdefg"); in TEST_F() local 46 thread_t *thread = (thread_t *)context; in thread_is_self_fn() local 51 thread_t *thread = thread_new("test_thread"); in TEST_F() local 57 thread_t *thread = thread_new("test_thread"); in TEST_F() local
|
D | reactor_test.cpp | 15 static pthread_t thread; variable
|
/system/bt/osi/src/ |
D | thread.c | 48 thread_t *thread; member 110 void thread_free(thread_t *thread) { in thread_free() 122 void thread_join(thread_t *thread) { in thread_join() 132 bool thread_post(thread_t *thread, thread_fn func, void *context) { in thread_post() 153 void thread_stop(thread_t *thread) { in thread_stop() 158 bool thread_set_priority(thread_t *thread, int priority) { in thread_set_priority() 172 bool thread_is_self(const thread_t *thread) { in thread_is_self() 177 reactor_t *thread_get_reactor(const thread_t *thread) { in thread_get_reactor() 182 const char *thread_name(const thread_t *thread) { in thread_name() 191 thread_t *thread = start->thread; in run_thread() 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/core/libbacktrace/ |
D | backtrace_test.cpp | 75 thread_t thread; member 191 thread_t* thread = reinterpret_cast<thread_t*>(data); in ThreadSetState() local 428 pthread_t thread; in TEST() local 487 thread_t* thread = reinterpret_cast<thread_t*>(data); in ThreadLevelRun() local 500 pthread_t thread; in TEST() local 549 pthread_t thread; in TEST() local 574 thread_t* thread = reinterpret_cast<thread_t*>(data); in ThreadMaxRun() local 587 pthread_t thread; in TEST() local 994 pthread_t thread; in TEST() local 1414 pthread_t thread; in TEST() local
|
/system/netd/server/ |
D | DnsProxyListener.cpp | 68 pthread_t thread; in start() local 329 pthread_t thread; in start() local 446 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 | 41 static thread_t *thread; variable
|
D | btif_sock_sco.c | 87 static thread_t *thread; // Not owned, do not free. variable
|
D | btif_sock_thread.c | 251 pthread_t thread; in btsock_thread_create() local
|
/system/bt/hci/src/ |
D | hci_hal_mct.c | 40 static thread_t *thread; // Not owned by us variable
|
D | hci_hal_h4.c | 45 static thread_t *thread; // Not owned by us variable
|
D | hci_inject.c | 55 static thread_t *thread; variable
|
D | low_power_manager.c | 68 static thread_t *thread; variable
|
D | hci_layer.c | 123 static thread_t *thread; // We own this variable
|
/system/extras/simpleperf/ |
D | environment.cpp | 291 ThreadComm thread; in GetThreadComm() local 340 ThreadMmap thread; in GetThreadMmapsInProcess() local
|
D | cmd_record.cpp | 286 for (auto& thread : thread_comms) { in DumpThreadCommAndMmaps() local
|
/system/core/libutils/ |
D | Threads.cpp | 158 pthread_t thread; in androidCreateRawThreadEtc() local 179 static pthread_t android_thread_id_t_to_pthread(android_thread_id_t thread) in android_thread_id_t_to_pthread()
|
/system/core/logd/ |
D | main.cpp | 385 pthread_t thread; in main() local
|
/system/core/libsync/tests/ |
D | sync_test.cpp | 542 for_each(begin(threads), end(threads), [](thread& thread) { thread.join(); }); in TEST_P() argument
|
/system/core/adb/ |
D | sysdeps.h | 88 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* ar… in adb_thread_create()
|
D | sysdeps_win32.cpp | 1482 HANDLE thread; member
|