This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: cygwin XP Fast User Switching Support?


On Tue, May 20, 2003 at 01:22:24PM -0400, Christopher Faylor wrote:
> Ok.  In that case, my only comment on this patch is that
> secret_event_name is not thread safe.

I fixed that.

> Neither is shared_name, for that matter, but hopefully shared_name is only being
> called during process startup.  secret_event_name could easily be called from
> multiple threads.  Just passing a buf argument to the function should make it
> thread safe.

It's also used by login() and logout() as well as pututline().  Bett
we change shared_name to being thread save as well.  

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


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