.TH "IXP_PTHREAD_INIT" 3 "2012 Dec" "libixp Manual" .SH NAME .P ixp_pthread_init .SH SYNOPSIS .nf #include int ixp_pthread_init(void); .fi .SH DESCRIPTION .P This function initializes libixp for use in multithreaded programs using the POSIX thread system. When using libixp in such programs, this function must be called before any other libixp functions. This function is part of libixp_pthread, which you must explicitly link against. .\" man code generated by txt2tags 2.6 (http://txt2tags.org) .\" cmdline: txt2tags -o- ixp_pthread_init.man3