]> git.sur5r.net Git - openldap/commit
Add ldap_pvt_thread_destory() to un-ldap_pvt_thread_initialize().
authorKurt Zeilenga <kurt@openldap.org>
Tue, 6 Apr 1999 21:57:16 +0000 (21:57 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 6 Apr 1999 21:57:16 +0000 (21:57 +0000)
commit73b846c0112a78033b93f647b85f1bfaa5ee97f2
treec6eaf08887b059a3871a62458bd31d3acd25fd30
parent539a7dbf343fcaedea9e4b83f3ed5357a94f1a82
Add ldap_pvt_thread_destory() to un-ldap_pvt_thread_initialize().
Move all SunOS routines (ie: _sleep() and its helpers) to thr_lwp.c
so that it's internals can be 'static'.  Add 'static' to thr_lwp.c.
Add comment to LWP:  NEEDS WORK, may not compile!  Need some
SunOS user to sort out the details.  Volunteers?
include/ldap_pvt_thread.h
libraries/libldap_r/thr_cthreads.c
libraries/libldap_r/thr_lwp.c
libraries/libldap_r/thr_nt.c
libraries/libldap_r/thr_posix.c
libraries/libldap_r/thr_sleep.c
libraries/libldap_r/thr_stub.c
libraries/libldap_r/thr_thr.c
servers/slapd/init.c
servers/slurpd/main.c