]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fully convert worker's fdqueue to the new APR lock API:
authorAaron Bannert <aaron@apache.org>
Wed, 17 Oct 2001 16:29:37 +0000 (16:29 +0000)
committerAaron Bannert <aaron@apache.org>
Wed, 17 Oct 2001 16:29:37 +0000 (16:29 +0000)
commit53e16c92fcb2d479447258178ec856d58f2ab0dd
tree82441efe326acc4ad56e4b1032785cac354b3a3b
parent3cd40d8db643c241df9861c95e3f018fff5a46c6
Fully convert worker's fdqueue to the new APR lock API:
- Mutexes and Condition Variables from APR are now used instead of
  direct (non-portable) calls to pthread.

Still need to fully APRize these routines, particularly the return
values. In many cases a failed lock or cond var call will simply return
FD_QUEUE_FAILURE. This should obviously instead return the appropriate
APR error code.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91531 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/worker/fdqueue.c
server/mpm/worker/fdqueue.h