Searched defs:thread_t (Results 1 - 6 of 6) sorted by relevance

/system/bt/btif/include/
H A Dbtif_sock_sco.h23 typedef struct thread_t thread_t; typedef in typeref:struct:thread_t
25 bt_status_t btsock_sco_init(thread_t* thread);
/system/bt/osi/include/
H A Dalarm.h27 typedef struct thread_t thread_t; typedef in typeref:struct:thread_t
H A Dthread.h27 typedef struct thread_t thread_t; typedef in typeref:struct:thread_t
36 thread_t* thread_new(const char* name);
39 thread_t* thread_new_sized(const char* name, size_t size);
44 void thread_free(thread_t* thread);
49 void thread_join(thread_t* thread);
56 bool thread_post(thread_t* thread, thread_fn func, void* context);
61 void thread_stop(thread_t* thread);
66 bool thread_set_priority(thread_t* thread, int priority);
73 bool thread_set_rt_priority(thread_t* threa
[all...]
/system/bt/hci/include/
H A Dlow_power_manager.h23 typedef struct thread_t thread_t; typedef in typeref:struct:thread_t
29 void (*init)(thread_t* post_thread);
/system/bt/osi/src/
H A Dthread.cc42 struct thread_t { struct
52 thread_t* thread;
67 thread_t* thread_new_sized(const char* name, size_t work_queue_capacity) {
71 thread_t* ret = static_cast<thread_t*>(osi_calloc(sizeof(thread_t)));
104 thread_t* thread_new(const char* name) {
108 void thread_free(thread_t* thread) {
119 void thread_join(thread_t* thread) {
126 bool thread_post(thread_t* threa
[all...]
/system/core/libbacktrace/
H A Dbacktrace_test.cpp71 struct thread_t { struct
79 thread_t thread;
211 thread_t* thread = reinterpret_cast<thread_t*>(data);
502 thread_t* thread = reinterpret_cast<thread_t*>(data);
514 thread_t thread_data = { 0, 0, 0, nullptr };
564 thread_t thread_data = { 0, 0, 0, nullptr };
593 thread_t* thread = reinterpret_cast<thread_t*>(dat
[all...]

Completed in 80 milliseconds