This is the mail archive of the libstdc++@sourceware.cygnus.com mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Thread-safe libio


"Alain Magloire" <alain@qnx.com> writes:

> If I remember correctly, f{try,un,}lockfile() were introduce *with/for*
> threading by posix.  I did not see any OS that provides flockfile()
> whitout support for PThreads.
> 
> flockfile provides opaque reference counting.

First, flockfile was introduced in POSIX but not necessarily for
PThreads.  Second, I was talking about the interface which is
available in libio already.  It would be a big mistake to introduce
yet another interface.  How the flockfile functions actually must be
implemented depends on the platform.

-- 
---------------.      drepper at gnu.org  ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Cygnus Solutions `--' drepper at cygnus.com   `------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]