home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pthrd004.zip / emx / README.pthreads
Text File  |  1998-12-12  |  902b  |  37 lines

  1.  
  2.     POSIX PTHREADS for OS/2 EMX rel 4  --  Antony T Curtis  -  10 Dec 1998
  3.     ======================================================================
  4.  
  5.  
  6. This library provides basic Pthreads support for EMX. Of course, there are some
  7. limitations which will need to be addressed to properly implement Pthreads, but
  8. hopefully, enough is implemented to get basic programs which use of Pthreads to
  9. work.
  10.  
  11. This implementation of Pthreads is based upon the sources of the FreeBSD 2.2.5
  12. libraries.
  13.  
  14. Features:
  15.  
  16.   o     Allows inter-thread signals via pthread_kill()
  17.   o     Allows signals to break (some) I/O calls.
  18.  
  19. Other Features:
  20.  
  21.   o     Partial implemention of dynamic library support
  22.  
  23. Limitations:
  24.  
  25.   o     Not fully tested.
  26.  
  27. Implementation notes:
  28.  
  29.   o     Changed the location of the library files...
  30.  
  31. Have fun,
  32.  
  33.         Antony Curtis
  34.  
  35.         antony.curtis@olcs.net
  36.  
  37.