Searched refs:writers_head (Results 1 – 1 of 1) sorted by relevance
375 AsyncSocketIO* writers_head; member451 return _async_socket_pull_first_io(as, &as->writers_head, &as->writers_tail); in _async_socket_pull_first_writer()535 _async_socket_advance_io(as, &as->writers_head, &as->writers_tail); in _async_socket_advance_writer()580 _async_socket_remove_io(as, &as->writers_head, &as->writers_tail, asio); in _async_socket_io_timed_out()651 while (as->writers_head != NULL) { in _async_socket_cancel_writers()907 AsyncSocketIO* const asw = as->writers_head; in _on_async_socket_send()930 if (as->writers_head != NULL) { in _on_async_socket_send()971 if (as->writers_head != NULL) { in _on_async_socket_send()993 if (as->writers_head != NULL) { in _on_async_socket_send()1264 if (as->writers_head == NULL) { in async_socket_write_abs()[all …]