libixp

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

ixp_taskinit.3 (608B)


      1 .TH "IXP_TASKINIT" 3 "2010 Jun" "libixp Manual"
      2 
      3 .SH NAME
      4 .P
      5 ixp_taskinit
      6 
      7 .SH SYNOPSIS
      8 .nf
      9   #include <ixp.h>
     10   
     11   ixp_taskinit
     12 .fi
     13 
     14 .SH DESCRIPTION
     15 .P
     16 This function initializes libixp for use in multithreaded
     17 programs using the libtask threading system. When using libixp in
     18 such programs, this function must be called before any other
     19 libixp functions.
     20 
     21 .P
     22 This function is part of libixp_task, which is part of the libixp
     23 distribution, but is not built by default unless enabled in
     24 config.mk.
     25 
     26 
     27 .\" man code generated by txt2tags 2.5 (http://txt2tags.sf.net)
     28 .\" cmdline: txt2tags -o- ixp_taskinit.man3
     29