Home
last modified time | relevance | path

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

/device/linaro/hikey/hifi/xaf/host-apf/include/os/xos/
Dxf-osal.h179 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/
Dxf-osal.h183 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/
Dmain.cpp167 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/
Dport_range_socket_factory.cpp52 rtc::Thread* thread, std::pair<uint16_t, uint16_t> udp_port_range, in PortRangeSocketFactory()
Dstreamer.cpp66 auto thread = rtc::Thread::CreateWithSocketServer(); in CreateAndStartThread() local
/device/google/cuttlefish/guest/hals/gps/
Dgps_thread.h46 pthread_t thread; member
/device/amlogic/yukawa/hal/hdmicec/
Dhdmi_cec.c50 pthread_t thread; member
/device/google/cuttlefish/common/libs/utils/
Dsubprocess.cpp304 for (auto& thread : threads_) { in ~ThreadJoiner() local
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-proxy.h176 xf_thread_t thread; member
/device/generic/goldfish/fingerprint/
Dfingerprint.c72 pthread_t thread; member