Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 23 of 23) sorted by relevance

/system/bt/osi/test/
Dthread_test.cpp17 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
Dreactor_test.cpp15 static pthread_t thread; variable
/system/bt/osi/src/
Dthread.c48 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/
Dlow_power_manager_test.cpp41 static thread_t *thread; variable
Dhci_layer_test.cpp80 static void flush_thread(thread_t *thread) { in flush_thread()
/system/core/libbacktrace/
Dbacktrace_test.cpp75 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/
DDnsProxyListener.cpp68 pthread_t thread; in start() local
329 pthread_t thread; in start() local
446 pthread_t thread; in start() local
/system/vold/bench/
Dbenchgen.py35 def __init__(self, thread, time, call, args, ret): argument
114 thread = int(fn.split(".")[-1]) variable
/system/bt/btif/src/
Dbtif_sock.c41 static thread_t *thread; variable
Dbtif_sock_sco.c87 static thread_t *thread; // Not owned, do not free. variable
Dbtif_sock_thread.c251 pthread_t thread; in btsock_thread_create() local
/system/bt/hci/src/
Dhci_hal_mct.c40 static thread_t *thread; // Not owned by us variable
Dhci_hal_h4.c45 static thread_t *thread; // Not owned by us variable
Dhci_inject.c55 static thread_t *thread; variable
Dlow_power_manager.c68 static thread_t *thread; variable
Dhci_layer.c123 static thread_t *thread; // We own this variable
/system/extras/simpleperf/
Denvironment.cpp291 ThreadComm thread; in GetThreadComm() local
340 ThreadMmap thread; in GetThreadMmapsInProcess() local
Dcmd_record.cpp286 for (auto& thread : thread_comms) { in DumpThreadCommAndMmaps() local
/system/core/libutils/
DThreads.cpp158 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/
Dmain.cpp385 pthread_t thread; in main() local
/system/core/libsync/tests/
Dsync_test.cpp542 for_each(begin(threads), end(threads), [](thread& thread) { thread.join(); }); in TEST_P() argument
/system/core/adb/
Dsysdeps.h88 static __inline__ int adb_thread_create( adb_thread_t *thread, adb_thread_func_t func, void* ar… in adb_thread_create()
Dsysdeps_win32.cpp1482 HANDLE thread; member