From 24c780d8c1ce85c4602995d2dae3826866392263 Mon Sep 17 00:00:00 2001 From: Marty Kraimer Date: Thu, 17 Feb 2000 16:48:06 +0000 Subject: [PATCH] added --- src/libCom/osi/os/posix/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/libCom/osi/os/posix/README diff --git a/src/libCom/osi/os/posix/README b/src/libCom/osi/os/posix/README new file mode 100644 index 000000000..59f3d9524 --- /dev/null +++ b/src/libCom/osi/os/posix/README @@ -0,0 +1,13 @@ +A knowledge of pthreads is necessary to understand osdThread.c and osdSem.c. + +The following are good references + +Programming with POSIX Threads, David R. Butenhof, Addison-weslet, 1997 + +Multithreaded Programming with Pthreads, Bil Lewis & Daniel J. Berg, +Sun Microsystems, 1998 + +Pthreads Programming, Bradford Nichols etc, O'Reilly & Associates, 1996 + +The implementation of semMutex is based on the example code by Bil Leeis +that os available via the WWW.