Lines Matching full:_async_socket_get_looper
50 static Looper* _async_socket_get_looper(AsyncSocket* as);
155 loopTimer_init(asio->timer, _async_socket_get_looper(as),
395 _async_socket_get_looper(AsyncSocket* as)
1243 const Duration dl = (to >= 0) ? looper_now(_async_socket_get_looper(as)) + to :
1286 const Duration dl = (to >= 0) ? looper_now(_async_socket_get_looper(as)) + to :
1300 return (rel >= 0) ? looper_now(_async_socket_get_looper(as)) + rel :