Searched refs:pan_pth (Results 1 – 1 of 1) sorted by relevance
285 static int pan_pth = -1; variable288 if (pan_pth < 0) in create_tap_read_thread()289 pan_pth = btsock_thread_create(btpan_tap_fd_signaled, NULL); in create_tap_read_thread()290 if (pan_pth >= 0) in create_tap_read_thread()291 btsock_thread_add_fd(pan_pth, tap_fd, 0, SOCK_THREAD_FD_RD, 0); in create_tap_read_thread()296 if (pan_pth >= 0) in destroy_tap_read_thread()298 btsock_thread_exit(pan_pth); in destroy_tap_read_thread()299 pan_pth = -1; in destroy_tap_read_thread()391 btsock_thread_add_fd(pan_pth, btpan_cb.tap_fd, 0, SOCK_THREAD_FD_RD, 0); in btpan_set_flow_control()466 if (pan_pth >= 0) in btpan_tap_close()[all …]