Searched refs:send_signals (Results 1 – 3 of 3) sorted by relevance
34 def send_signals(): function74 thread.start_new_thread(send_signals, ())209 def send_signals(): function218 thread.start_new_thread(send_signals, ())
31 def send_signals(): function70 thread.start_new_thread(send_signals, ())
1719 static int send_signals = 0; in notify_others() local1722 if (Sync_with_others && send_signals == 0) { in notify_others()1725 send_signals = 1; /* only send signals once */ in notify_others()1732 send_signals = 1; /* only send signals once */ in notify_others()