cvs commit: apache-apr/apr/threadproc/unix thread.c threadcancel.c threadpriv.c

1999-07-27 Thread rbb
rbb 99/07/27 11:46:24 Modified:apr/threadproc/unix thread.c threadcancel.c threadpriv.c Log: Make all thread functions a no-op on platforms without pthreads. Hopefully, someday this will change to a user-land threads library, but this will work for now. I am returning

cvs commit: apache-apr/apr/threadproc/unix thread.c

1999-05-24 Thread rbb
rbb 99/05/23 19:29:28 Modified:apr/threadproc/unix thread.c Log: Each new thread must automatically create a new pool for it's use. Revision ChangesPath 1.6 +1 -0 apache-apr/apr/threadproc/unix/thread.c Index: thread.c