Searched refs:cmd_fdw (Results 1 – 1 of 1) sorted by relevance
94 int cmd_fdr, cmd_fdw; member214 ts[h].cmd_fdr = ts[h].cmd_fdw = -1; in btsock_thread_init()253 asrt(ts[h].cmd_fdr == -1 && ts[h].cmd_fdw == -1); in init_cmd_fd()259 APPL_TRACE_DEBUG3("h:%d, cmd_fdr:%d, cmd_fdw:%d", h, ts[h].cmd_fdr, ts[h].cmd_fdw); in init_cmd_fd()270 if(ts[h].cmd_fdw != -1) in close_cmd_fd()272 close(ts[h].cmd_fdw); in close_cmd_fd()273 ts[h].cmd_fdw = -1; in close_cmd_fd()291 if(ts[h].cmd_fdw == -1) in btsock_thread_add_fd()310 return send(ts[h].cmd_fdw, &cmd, sizeof(cmd), 0) == sizeof(cmd); in btsock_thread_add_fd()319 if(ts[h].cmd_fdw == -1) in btsock_thread_post_cmd()[all …]