Home
last modified time | relevance | path

Searched defs:thread_handle (Results 1 – 3 of 3) sorted by relevance

/system/bt/btif/src/
Dbtif_sock.cc56 static std::atomic_int thread_handle{-1}; variable
Dbtif_sock_thread.cc251 bool btsock_thread_remove_fd_and_close(int thread_handle, int fd) { in btsock_thread_remove_fd_and_close()
/system/chre/host/msm/daemon/
Dchre_daemon.cc954 static bool start_thread(pthread_t *thread_handle, in start_thread()