]> sourceware.org Git - newlib-cygwin.git/history - winsup/cygwin/thread.cc
* cygwin.din (pthread_attr_getstack): Export.
[newlib-cygwin.git] / winsup / cygwin / thread.cc
2011-05-03 Yaakov Selkowitz* cygwin.din (pthread_attr_getstack): Export.
2011-05-02 Corinna Vinschen * thread.cc (cancelable_wait): Remove test for main...
2011-05-01 Corinna Vinschen * fhandler_windows.cc (fhandler_windows::read): Use
2011-04-30 Corinna Vinschen * fcntl.cc (fcntl64): Call pthread_testcancel.
2011-04-30 Corinna Vinschen * thread.h (class pthread): Add bool member canceled.
2011-04-29 Corinna Vinschen * thread.cc: Update comment listing cancellation point...
2011-04-29 Corinna Vinschen * ntdll.h (IsEventSignalled): New inline function.
2011-04-19 Jon TURNEY2011-04-02 Jon TURNEY <jon.turney@dronecode.org.uk>
2011-04-15 Yaakov Selkowitz* thread.cc (pthread_setschedprio): New function.
2011-03-29 Corinna Vinschen * cygwin.din (pthread_spin_destroy): Export.
2011-03-29 Corinna Vinschen * thread.cc (semaphore::init, destroy, close): Standar...
2010-04-06 Corinna Vinschen * thread.cc (valid_sched_parameters): Declare extern...
2010-03-12 Christopher FaylorThroughout change all calls of low_priority_sleep ...
2010-02-26 Christopher Faylor* cygtls.h (_cygtls::init_exception_handler): Eliminate...
2010-02-23 Christopher Faylor* thread.cc (pthread_mutex::unlock): Don't attempt...
2010-02-22 Christopher Faylor* include/sys/strace.h: Define _STRACE_SPECIAL.
2010-02-12 Christopher Faylor* pthread.cc (pthread_mutex_init): Explicitly fill...
2010-02-10 Christopher Faylor* dcrt0.cc (_dll_crt0): Set _main_tls as early as possible.
2010-02-10 Christopher Faylor* cygtls.h (struct _cygtls): Remove unneeded elements.
2009-12-18 Corinna Vinschen Throughout, replace hMainProc with GetCurrentProcess...
2009-06-04 Dave Korn * thread.cc (__cygwin_lock_lock): Delete racy optimis...
2009-01-20 Corinna Vinschen * thread.h (struct pthread_rwlock::RWLOCK_READER)...
2008-11-07 Christopher Faylor* pthread.cc (pthread_mutex::_unlock): Avoid unlocking...
2008-09-30 Christopher Faylor* thread.cc (pthread_mutex::_fixup_after_fork): Reinsta...
2008-09-30 Christopher Faylor* thread.cc (pthread_mutex::_fixup_after_fork): Just...
2008-04-21 Corinna Vinschen * Makefile.in (DLL_OFILES): Add kernel32.o.
2008-04-07 Christopher FaylorRemove unneeded header files from source files throughout.
2008-04-07 Christopher FaylorAdd miscfuncs.h to files as needed throughout.
2008-04-01 Corinna Vinschen * Fix copyright dates.
2008-02-15 Christopher FaylorPerform whitespace cleanup throughout.
2008-02-13 Christopher Faylor* syscalls.cc (_isatty): Define as an alias to isatty...
2007-12-05 Corinna Vinschen * fhandler_registry.cc: Use NAME_MAX + 1 instead of...
2007-11-27 Corinna Vinschen Drop old SetResourceLock stuff in favor of mutos.
2007-11-06 Corinna Vinschen * thread.cc (pthread_key_create): Drop check for incom...
2007-03-29 Corinna Vinschen * cygheap.cc (cygheap_init): Fix formatting. Remove...
2007-02-22 Christopher Faylor* dcrt0.cc (child_info_fork::alloc_stack_hard_way)...
2007-02-20 Corinna Vinschen * cygwin.din (sem_unlink): Export.
2006-05-27 Christopher Faylor* thread.cc (verifyable_object_isvalid): Check for...
2006-03-22 Corinna Vinschen * thread.cc (pthread_mutex::is_good_initializer_or_bad...
2006-03-22 Corinna Vinschen * thread.cc (pthread_cond::init): Disable validity...
2006-02-06 Christopher FaylorAlways zero all elements of siginfo_t throughout.
2005-12-03 Christopher Faylor* cygtls.h (_cygtls::el): New field.
2005-09-06 Corinna Vinschen * thread.h: Revert patch from 2005-09-05.
2005-08-12 Christopher Faylorwhite space
2005-08-05 Corinna Vinschen * thread.cc (pthread::create(3 args)): Make bool.
2005-08-05 Corinna Vinschen * thread.cc (pthread_cond_timedwait): Check abstime...
2005-07-06 Christopher FaylorEliminate (void) cast on standalone function calls...
2005-07-05 Christopher FaylorChange foo (void) to foo () for all c++ functions throu...
2005-07-05 Christopher FaylorARGH. Check in previous uncommitted-but-ChangeLog...
2005-07-03 Christopher Faylor* thread.h (verifyable_object_state verifyable_object_i...
2005-07-03 Christopher FaylorReplace valid memory checks with new myfault class...
2005-06-30 Christopher Faylorrevert erroneous checkin
2005-06-29 Christopher Faylor* autoload.cc (LoadDLLprime): Use a more descriptive...
2005-06-11 Christopher Faylor* include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to...
2005-06-09 Christopher Faylor* cygtls.h (_local_storage::setmode_file): New element.
2005-06-09 Christopher Faylor* thread.cc (pthread_mutex::_lock): Use cancelable_wait...
2005-06-09 Christopher Faylor* thread.cc (cancelable_wait): No-op change to make...
2005-06-09 Christopher FaylorChange pthread::cancelable_wait to just cancelable_wait...
2005-05-29 Christopher Faylor* thread.h (pthread_key::set): Inline.
2005-02-20 Christopher Faylorcopyright
2005-01-29 Christopher Faylor* cygthread.cc (new): Add a little more debugging.
2004-09-07 Christopher Faylor* cygtls.cc (_cygtls::init_thread): Set __sdidinit...
2004-06-27 Christopher Faylor* thread.cc (__cygwin_lock_lock): Don't bother locking...
2004-06-07 Christopher Faylor* dtable.cc (dtable::find_fifo): Release lock after...
2004-05-28 Christopher Faylor* path.cc (chdir): Always use the normalized_path as...
2004-05-17 Corinna Vinschen * cygwin.din: Add symbols flockfile, ftrylockfile...
2004-05-07 Christopher FaylorChristopher Faylor <cgf@timesys.com>
2004-04-13 Christopher Faylor* thread.cc (pthread::thread_init_wrapper): Wait later...
2004-04-13 Christopher Faylor* thread.cc (pthread::create): Use thread mutex to...
2004-04-10 Christopher Faylor* thread.h (pthread::init_mainthread): Remove parameter...
2004-03-30 Christopher Faylor* thread.h (pthread::init_mainthread): Add parameter...
2004-03-29 Christopher Faylor* thread.cc (pthread::atforkprepare): Call MT_INTERFACE...
2004-03-26 Christopher Faylor* path.cc (path_conv::check): Use 'strchr' rather than...
2004-03-04 Thomas Pfaff* include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZE...
2004-02-26 Christopher Faylor* exceptions.cc (setup_handler): Signal event for any...
2004-02-24 Corinna Vinschen * thread.cc (pthread::cancelable_wait): Rearrange...
2004-02-09 Christopher Faylor* debug.h (console_printf): Define for non-debugging...
2004-01-23 Christopher Faylor* configure.in: Remove NEWVFORK default.
2004-01-19 Christopher Faylor* cygwin/include/signal.h: Add copyright notice.
2004-01-14 Christopher Faylor* cygtls.h (_threadinfo::call): Remove regparm declarat...
2003-12-23 Christopher Faylor* exceptions.cc (set_signal_mask): Redefine to not...
2003-12-15 Christopher Faylor* thread.cc (pthread::init_main_thread): Make sure...
2003-12-14 Christopher Faylor* cygthread.cc (cygthread::stub): Revert previous chang...
2003-12-12 Christopher Faylor* miscfuncs.cc (low_priority_sleep): Correct thinko...
2003-12-08 Christopher Faylor* thread.cc (pthread::precreate): Delete duplicate...
2003-12-06 Christopher Faylor* cygtls.h: Add more "don't parse this" guards.
2003-12-03 Christopher Faylor* cygthread.cc (cygthread::stub): Properly establish...
2003-12-01 Thomas Pfaff* thread.cc (pthread_rwlock::add_reader): Remove mx...
2003-11-28 Christopher FaylorEliminate use of sigframe and sigthread throughout.
2003-11-26 Corinna Vinschen * dir.cc (mkdir): Use local security_descriptor. Call
2003-11-25 Christopher Faylormore white space
2003-11-25 Christopher Faylormore white space
2003-11-25 Christopher Faylormore white space
2003-11-25 Christopher Faylormore white space
2003-11-25 Christopher Faylor* thread.cc: Minor whitespace cleanup. Remove some...
2003-11-11 Thomas Pfaff* thread.cc (pthread::exit): Cleanup on thread exit.
2003-11-10 Thomas Pfaff* thread.cc (__reent_t::init_clib): Set thread local...
2003-10-31 Thomas Pfaff* thread.cc (pthread::thread_init_wrapper): Initialize...
2003-10-31 Thomas PfaffRename pthread::running to pthread::valid throughout.
2003-10-27 Corinna Vinschen * cygwin.din: Add sem_close, sem_getvalue, sem_open...
next
This page took 0.741498 seconds and 108 git commands to generate.