Lines Matching refs:asrt
59 #define asrt(s) \ macro
171 asrt(callback || cmd_callback); in btsock_thread_create()
194 asrt(ts[h].cmd_fdr == -1 && ts[h].cmd_fdw == -1); in init_cmd_fd()
377 asrt(fd != -1); in add_poll()
384 asrt(ts[h].poll_count < MAX_POLL); in add_poll()
392 asrt(ts[h].poll_count < MAX_POLL); in add_poll()
441 asrt(ts[h].cmd_callback); in process_cmd_sock()
467 asrt(count <= ts[h].poll_count); in process_data_sock()
472 asrt(pfds[i].fd == ts[h].ps[ps_i].pfd.fd); in process_data_sock()
499 asrt(ts[h].poll_count <= MAX_POLL); in prepare_poll_fds()
535 asrt(pfds[0].fd == ts[h].cmd_fdr); in sock_poll_thread()