]> git.ipfire.org Git - thirdparty/squid.git/commit - src/DiskIO/DiskThreads/aiops.cc
From Robert Collins:
authorhno <>
Sat, 17 Mar 2001 20:31:16 +0000 (20:31 +0000)
committerhno <>
Sat, 17 Mar 2001 20:31:16 +0000 (20:31 +0000)
commit5e5c622b5f385d247459e10858c3f686a97340f4
tree58135cc2aab4c7543a9e5454d24568895d5abb8e
parent0c2bd4faac3ec8e8dc65cac855af5e9767752320
From Robert Collins:

I've implemented pthread_cond* in cygwin (available in the 1.3.0
code - CVS HEAD branch), so the native win32 threaded code is no longer
needed. The in-cygwin implementation runs the existing aufs code nearly
unaltered. The attached patch brings in the same file  mode details
already implemented in ufs for cygwin (O_BINARY), not unlinking open
files... and #if tests the scheduler settings which aren't present on
cygwin yet.
src/fs/aufs/aiops.cc
src/fs/aufs/store_dir_aufs.cc
src/fs/aufs/store_io_aufs.cc