Hello,
another Pth-2.0.0 test_select question:
in test_select.c, in main(),
I dont see how the program can ever reach
the code following the for(;;) loop,
ie am I being naive or is it impossible for
the code to reach:
pth_cancel(t_ticker);
pth_join(t_ticker, NULL);
pth_event_free(evt, PTH_FREE_THIS);
pth_kill();
return 0;
}
if it is impossible, then what is the
purpose of these statements?
______________________________________________________________________
GNU Portable Threads (Pth) http://www.gnu.org/software/pth/
Development Site http://www.ossp.org/pkg/lib/pth/
Distribution Files ftp://ftp.gnu.org/gnu/pth/
Distribution Snapshots ftp://ftp.ossp.org/pkg/lib/pth/
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager (Majordomo) [EMAIL PROTECTED]