Lines Matching defs:h
194 static void free_thread_slot(int h) in free_thread_slot()
211 int h; in btsock_thread_init() local
229 int h = alloc_thread_slot(); in btsock_thread_create() local
251 static inline void init_cmd_fd(int h) in init_cmd_fd()
263 static inline void close_cmd_fd(int h) in close_cmd_fd()
284 int btsock_thread_add_fd(int h, int fd, int type, int flags, uint32_t user_id) in btsock_thread_add_fd()
312 int btsock_thread_post_cmd(int h, int type, const unsigned char* data, int size, uint32_t user_id) in btsock_thread_post_cmd()
345 int btsock_thread_wakeup(int h) in btsock_thread_wakeup()
360 int btsock_thread_exit(int h) in btsock_thread_exit()
383 static void init_poll(int h) in init_poll()
419 static inline void add_poll(int h, int fd, int type, int flags, uint32_t user_id) in add_poll()
447 static inline void remove_poll(int h, poll_slot_t* ps, int flags) in remove_poll()
464 static int process_cmd_sock(int h) in process_cmd_sock()
494 static void process_data_sock(int h, struct pollfd *pfds, int count) in process_data_sock()
530 static void prepare_poll_fds(int h, struct pollfd* pfds) in prepare_poll_fds()
559 int h = (int)arg; in sock_poll_thread() local