Searched refs:send_messages_async (Results 1 – 5 of 5) sorted by relevance
199 call_service_sync_ ? send_messages_sync(lk) : send_messages_async(lk); in run()272 void payload_test_client::send_messages_async(std::unique_lock<std::mutex>& lk) in send_messages_async() function in payload_test_client
41 void send_messages_async(std::unique_lock<std::mutex>& lk);
182 call_service_sync_ ? send_messages_sync(lk, i) : send_messages_async(lk, i); in run()239 void send_messages_async(std::unique_lock<std::mutex>& lk, std::uint32_t _messages_to_send) { in send_messages_async() function in cpu_load_test_client
265 … call_service_sync_ ? send_messages_sync<service_idx>() : send_messages_async<service_idx>(); in run()364 void npdu_test_client::send_messages_async() in send_messages_async() function in npdu_test_client
46 template<int service_idx> void send_messages_async();