Home
last modified time | relevance | path

Searched refs:s_mg_q (Results 1 – 2 of 2) sorted by relevance

/dports/multimedia/smplayer/smplayer-21.10.0/webserver/
H A Dmongoose.c13667 static OsiMsgQ_t s_mg_q; variable
13671 if (osi_MsgQCreate(&s_mg_q, "MG", sizeof(struct mg_q_msg), 16) != OSI_OK) {
13689 if (osi_MsgQRead(&s_mg_q, &msg, 1) != OSI_OK) continue;
13700 osi_MsgQWrite(&s_mg_q, &msg, OSI_NO_WAIT);
/dports/comms/rtl-433/rtl_433-21.12/src/
H A Dmongoose.c14383 static OsiMsgQ_t s_mg_q; variable
14387 if (osi_MsgQCreate(&s_mg_q, "MG", sizeof(struct mg_q_msg), 16) != OSI_OK) {
14405 if (osi_MsgQRead(&s_mg_q, &msg, 1) != OSI_OK) continue;
14416 osi_MsgQWrite(&s_mg_q, &msg, OSI_NO_WAIT);