Searched defs:send_signal (Results 1 - 2 of 2) sorted by relevance

/external/toybox/toys/pending/
H A Darping.c183 static void send_signal(int sig) function
282 signal(SIGALRM, send_signal);
284 send_signal(0); // Send first Broadcast message.
/external/webrtc/webrtc/p2p/client/
H A Dbasicportallocator.cc275 bool send_signal = false; local
282 send_signal = true;
288 it != sequences_.end() && !send_signal; ++it) {
290 send_signal = true;
295 if (send_signal) {

Completed in 169 milliseconds