summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/thread.cc
Commit message (Expand)AuthorAgeFilesLines
* * cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value toChristopher Faylor2004-09-071-0/+2
* * thread.cc (__cygwin_lock_lock): Don't bother locking when there is only oneChristopher Faylor2004-06-271-2/+14
* * dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).Christopher Faylor2004-06-071-3/+2
* * path.cc (chdir): Always use the normalized_path as posix_cwd, except if itChristopher Faylor2004-05-281-17/+17
* * cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,Corinna Vinschen2004-05-171-2/+2
* Christopher Faylor <cgf@timesys.com>Christopher Faylor2004-05-071-13/+24
* * thread.cc (pthread::thread_init_wrapper): Wait later to get more parallelChristopher Faylor2004-04-131-1/+1
* * thread.cc (pthread::create): Use thread mutex to control synchronizationChristopher Faylor2004-04-131-4/+8
* * thread.h (pthread::init_mainthread): Remove parameter forked.Christopher Faylor2004-04-101-15/+19
* * thread.h (pthread::init_mainthread): Add parameter forked. Set forkedChristopher Faylor2004-03-301-5/+10
* * thread.cc (pthread::atforkprepare): Call MT_INTERFACE->fixup_before_fork atChristopher Faylor2004-03-291-2/+2
* * path.cc (path_conv::check): Use 'strchr' rather than 'strrchr' to find end ofChristopher Faylor2004-03-261-0/+47
* * include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP):Thomas Pfaff2004-03-041-78/+68
* * exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it existsChristopher Faylor2004-02-261-18/+25
* * thread.cc (pthread::cancelable_wait): Rearrange slightly.Corinna Vinschen2004-02-241-24/+47
* * debug.h (console_printf): Define for non-debugging condition.Christopher Faylor2004-02-091-1/+1
* * configure.in: Remove NEWVFORK default.Christopher Faylor2004-01-231-0/+1
* * cygwin/include/signal.h: Add copyright notice.Christopher Faylor2004-01-191-1/+6
* * cygtls.h (_threadinfo::call): Remove regparm declaration to work aroundChristopher Faylor2004-01-141-4/+1
* * exceptions.cc (set_signal_mask): Redefine to not pass by address. ReportChristopher Faylor2003-12-231-135/+6
* * thread.cc (pthread::init_main_thread): Make sure that the main thread hasChristopher Faylor2003-12-151-3/+4
* * cygthread.cc (cygthread::stub): Revert previous change and again subsumeChristopher Faylor2003-12-141-11/+5
* * miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority toChristopher Faylor2003-12-121-9/+16
* * thread.cc (pthread::precreate): Delete duplicate setting of cancel_event.Christopher Faylor2003-12-081-9/+0
* * cygtls.h: Add more "don't parse this" guards.Christopher Faylor2003-12-061-1/+5
* * cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.Christopher Faylor2003-12-031-8/+12
* * thread.cc (pthread_rwlock::add_reader): Remove mx parameter forThomas Pfaff2003-12-011-20/+4
* Eliminate use of sigframe and sigthread throughout.Christopher Faylor2003-11-281-60/+35
* * dir.cc (mkdir): Use local security_descriptor. CallCorinna Vinschen2003-11-261-1/+2
* more white spaceChristopher Faylor2003-11-251-5/+5
* more white spaceChristopher Faylor2003-11-251-2/+3
* more white spaceChristopher Faylor2003-11-251-4/+3
* more white spaceChristopher Faylor2003-11-251-1/+1
* * thread.cc: Minor whitespace cleanup. Remove some obsolete code.Christopher Faylor2003-11-251-17/+3
* * thread.cc (pthread::exit): Cleanup on thread exit.Thomas Pfaff2003-11-111-0/+3
* * thread.cc (__reent_t::init_clib): Set thread local clibThomas Pfaff2003-11-101-0/+1
* * thread.cc (pthread::thread_init_wrapper): Initialize exception handling.Thomas Pfaff2003-10-311-0/+8
* Rename pthread::running to pthread::valid throughout.Thomas Pfaff2003-10-311-6/+21
* * cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait.Corinna Vinschen2003-10-271-16/+185
* Rename native_mutex to fast_mutex throughout.Thomas Pfaff2003-10-241-60/+33
* * include/tzfile.h: Add some missing entries.Christopher Faylor2003-09-251-1/+1
* * devices.cc: New file.Christopher Faylor2003-09-251-2/+5
* * thread.h (__reent_t::init_clib): Declare new function.Christopher Faylor2003-09-201-2/+12
* * thread.cc (MTinterface::fixup_after_fork): Remove code which potentiallyChristopher Faylor2003-09-131-4/+0
* * exceptions.cc (ctrl_c_handler): Send SIGHUP when events occur only if thereChristopher Faylor2003-07-261-50/+50
* * thread.cc: Remove _MT_SAFE conditional.Christopher Faylor2003-07-021-3/+0
* * thread.cc (MTinterface::fixup_after_fork): Fix thread list after fork.Thomas Pfaff2003-06-241-9/+40
* Throughout, remove "include <errno.h>" from files which already includeChristopher Faylor2003-06-161-6/+29
* * thread.cc (pthread_attr_init): Revert change from 2003-06-11Thomas Pfaff2003-06-121-4/+4
* * thread.cc (pthread_attr_init): Return 0 if attribute is already initialized.Thomas Pfaff2003-06-111-10/+13