FACT++  1.0
void dtq_sleep_rout ( dim_long  tag)

Definition at line 826 of file dtq.c.

References wake_up.

Referenced by dtq_sleep().

827 {
828  if(tag){}
829  Dtq_sleeping = 0;
830 #ifdef WIN32
831  wake_up();
832 #endif
833 }
static int wake_up
Definition: dns.c:81
static int Dtq_sleeping
Definition: dtq.c:824

+ Here is the caller graph for this function: