Searched defs:thread (Results 1 – 10 of 10) sorted by relevance
/device/linaro/hikey/hifi/xaf/host-apf/include/os/xos/ |
D | xf-osal.h | 179 static inline int __xf_thread_create(xf_thread_t *thread, xf_entry_t *f, in __xf_thread_create() 192 static inline int __xf_thread_destroy(xf_thread_t *thread) in __xf_thread_destroy()
|
/device/linaro/hikey/hifi/xaf/host-apf/include/os/android/ |
D | xf-osal.h | 183 static inline int __xf_thread_create(xf_thread_t *thread, void * (*f)(void *), void *arg) in __xf_thread_create() 203 static inline int __xf_thread_destroy(xf_thread_t *thread) in __xf_thread_destroy()
|
/device/google/cuttlefish/common/frontend/socket_vsock_proxy/ |
D | main.cpp | 167 auto thread = std::thread(HandleConnection, std::move(vsock_socket), in TcpServer() local 214 auto thread = std::thread(HandleConnection, std::move(vsock_client), in VsockServer() local
|
/device/google/cuttlefish/host/frontend/webrtc/lib/ |
D | port_range_socket_factory.cpp | 52 rtc::Thread* thread, std::pair<uint16_t, uint16_t> udp_port_range, in PortRangeSocketFactory()
|
D | streamer.cpp | 66 auto thread = rtc::Thread::CreateWithSocketServer(); in CreateAndStartThread() local
|
/device/google/cuttlefish/guest/hals/gps/ |
D | gps_thread.h | 46 pthread_t thread; member
|
/device/amlogic/yukawa/hal/hdmicec/ |
D | hdmi_cec.c | 50 pthread_t thread; member
|
/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.cpp | 304 for (auto& thread : threads_) { in ~ThreadJoiner() local
|
/device/linaro/hikey/hifi/xaf/host-apf/include/ |
D | xf-proxy.h | 176 xf_thread_t thread; member
|
/device/generic/goldfish/fingerprint/ |
D | fingerprint.c | 72 pthread_t thread; member
|