Definition at line 747 of file feeserver.c.
Referenced by initialize().
749 status = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, 0);
753 printf(
"Set cancel state (init) error: %d\n", status);
758 status = pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, 0);
762 printf(
"Set cancel type (init) error: %d\n", status);