HomeSort by relevance Sort by last modified time
    Searched full:msg_queue (Results 1 - 2 of 2) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/
ctrl_iface_unix.c 39 struct dl_list msg_queue; member in struct:ctrl_iface_priv
49 struct dl_list msg_queue; member in struct:ctrl_iface_global_priv
307 while (gpriv && !dl_list_empty(&gpriv->msg_queue) &&
309 msg = dl_list_first(&gpriv->msg_queue, struct ctrl_iface_msg,
331 while (priv && !dl_list_empty(&priv->msg_queue) &&
333 msg = dl_list_first(&priv->msg_queue, struct ctrl_iface_msg,
357 if (priv && !dl_list_empty(&priv->msg_queue))
361 if (gpriv && !dl_list_empty(&gpriv->msg_queue))
430 if (!dl_list_empty(&gpriv->msg_queue) ||
439 &gpriv->msg_queue);
    [all...]
  /external/webrtc/webrtc/base/
virtualsocketserver.cc 573 void VirtualSocketServer::SetMessageQueue(MessageQueue* msg_queue) {
574 msg_queue_ = msg_queue;
    [all...]

Completed in 215 milliseconds