libixp

git clone git://oldgit.suckless.org/libixp/
Log | Files | Refs | LICENSE

ixp_pthread_init.3 (570B)


      1 .TH "IXP_PTHREAD_INIT" 3 "2010 Jun" "libixp Manual"
      2 
      3 .SH NAME
      4 .P
      5 ixp_pthread_init
      6 
      7 .SH SYNOPSIS
      8 .nf
      9   #include <ixp.h>
     10   
     11   int ixp_pthread_init(void);
     12 .fi
     13 
     14 .SH DESCRIPTION
     15 .P
     16 This function initializes libixp for use in multithreaded
     17 programs using the POSIX thread system. When using libixp in such
     18 programs, this function must be called before any other libixp
     19 functions. This function is part of libixp_pthread, which you
     20 must explicitly link against.
     21 
     22 
     23 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
     24 .\" cmdline: txt2tags -o- ixp_pthread_init.man3
     25