Update of /cvsroot/pure-data/pd/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10222
Modified Files: Tag: devel_0_39 s_inter.c Log Message: tweaking watchdog thread
Index: s_inter.c =================================================================== RCS file: /cvsroot/pure-data/pd/src/s_inter.c,v retrieving revision 1.5.4.10.2.7 retrieving revision 1.5.4.10.2.8 diff -C2 -d -r1.5.4.10.2.7 -r1.5.4.10.2.8 *** s_inter.c 21 Aug 2005 11:28:24 -0000 1.5.4.10.2.7 --- s_inter.c 11 Sep 2005 12:01:48 -0000 1.5.4.10.2.8 *************** *** 1384,1389 **** sys_set_priority(1); post("watchdog thread started"); ! ! sys_microsleep(3e7); /* start polling after 30 seconds ... hoping that everything is set up */
while (1) --- 1384,1391 ---- sys_set_priority(1); post("watchdog thread started"); ! ! sys_microsleep(6e7); /* start polling after 60 seconds ... hoping that everything is set up */ ! ! post("watchdog thread active");
while (1)