index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
winsup
/
cygwin
/
thread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
* thread.cc (cancelable_wait): Don't malloc tbi, just make it a struct
Corinna Vinschen
2012-03-19
1
-5
/
+4
*
* thread.cc: Drop including unused headers.
Corinna Vinschen
2012-02-14
1
-4
/
+0
*
* miscfuncs.cc (DEFAULT_STACKSIZE): Remove.
Corinna Vinschen
2012-02-11
1
-2
/
+2
*
* thread.cc (__pthread_cond_wait_init): New static function replacing
Corinna Vinschen
2012-02-08
1
-5
/
+11
*
Update copyright on all files checked in so far this year.
Christopher Faylor
2012-01-11
1
-1
/
+1
*
* cygwin.din (pthread_sigqueue): Export.
Yaakov Selkowitz
2012-01-06
1
-0
/
+18
*
* thread.cc: Mark pthread_rwlock_timedrdlock and
Yaakov Selkowitz
2011-12-30
1
-2
/
+2
*
Throughout use wincap.allocation_granularity instead of getpagesize.
Corinna Vinschen
2011-12-22
1
-7
/
+8
*
* dcrt0.cc (init_windows_system_directory): Record system_wow64_directory
Christopher Faylor
2011-12-13
1
-1
/
+3
*
* thread.cc (pthread::pthread): Drop setting parent_tls. Call
Corinna Vinschen
2011-08-24
1
-2
/
+2
*
* thread.cc (pthread::exit): Create dummy tls structure to hold _main_tls
Christopher Faylor
2011-08-24
1
-1
/
+10
*
* cygwin.din (clock_nanosleep): Export.
Yaakov Selkowitz
2011-08-03
1
-1
/
+1
*
* cygtls.h (struct _local_storage): Add cw_timer member.
Yaakov Selkowitz
2011-08-03
1
-27
/
+69
*
* cygwin.din (pthread_condattr_getclock): Export.
Yaakov Selkowitz
2011-07-21
1
-15
/
+47
*
whitespace elimination
Christopher Faylor
2011-06-06
1
-9
/
+9
*
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
Corinna Vinschen
2011-05-20
1
-1
/
+1
*
* thread.cc: Mark psiginfo and psignal as available in list of
Yaakov Selkowitz
2011-05-19
1
-2
/
+2
*
* cygwin.din (clock_getcpuclockid): Export.
Yaakov Selkowitz
2011-05-17
1
-0
/
+9
*
* cygwin.din (pthread_attr_getguardsize): Export.
Corinna Vinschen
2011-05-15
1
-6
/
+55
*
* thread.h (pthread::static_cancel_self): Mark as noreturn.
Christopher Faylor
2011-05-04
1
-1
/
+3
*
* select.cc (cygwin_select): Make degenerate case cancelable.
Corinna Vinschen
2011-05-03
1
-3
/
+3
*
* cygwin.din (pthread_attr_getstack): Export.
Yaakov Selkowitz
2011-05-03
1
-1
/
+70
*
* thread.cc (cancelable_wait): Remove test for main thread.
Corinna Vinschen
2011-05-02
1
-1
/
+1
*
* fhandler_windows.cc (fhandler_windows::read): Use
Corinna Vinschen
2011-05-01
1
-0
/
+13
*
* fcntl.cc (fcntl64): Call pthread_testcancel.
Corinna Vinschen
2011-04-30
1
-80
/
+81
*
* thread.h (class pthread): Add bool member canceled.
Corinna Vinschen
2011-04-30
1
-3
/
+13
*
* thread.cc: Update comment listing cancellation points per POSIX.
Corinna Vinschen
2011-04-29
1
-173
/
+301
*
* ntdll.h (IsEventSignalled): New inline function.
Corinna Vinschen
2011-04-29
1
-1
/
+2
*
2011-04-02 Jon TURNEY <jon.turney@dronecode.org.uk>
Jon TURNEY
2011-04-19
1
-3
/
+6
*
* thread.cc (pthread_setschedprio): New function.
Yaakov Selkowitz
2011-04-15
1
-0
/
+11
*
* cygwin.din (pthread_spin_destroy): Export.
Corinna Vinschen
2011-03-29
1
-3
/
+127
*
* thread.cc (semaphore::init, destroy, close): Standards conformance
Corinna Vinschen
2011-03-29
1
-7
/
+26
*
* thread.cc (valid_sched_parameters): Declare extern here.
Corinna Vinschen
2010-04-06
1
-0
/
+2
*
Throughout change all calls of low_priority_sleep (0) to yield ().
Christopher Faylor
2010-03-12
1
-1
/
+1
*
* cygtls.h (_cygtls::init_exception_handler): Eliminate argument.
Christopher Faylor
2010-02-26
1
-3
/
+1
*
* thread.cc (pthread_mutex::unlock): Don't attempt to unlock if there is an
Christopher Faylor
2010-02-23
1
-5
/
+5
*
* include/sys/strace.h: Define _STRACE_SPECIAL.
Christopher Faylor
2010-02-22
1
-51
/
+92
*
* pthread.cc (pthread_mutex_init): Explicitly fill out third arg to
Christopher Faylor
2010-02-12
1
-55
/
+14
*
* dcrt0.cc (_dll_crt0): Set _main_tls as early as possible.
Christopher Faylor
2010-02-10
1
-61
/
+56
*
* cygtls.h (struct _cygtls): Remove unneeded elements.
Christopher Faylor
2010-02-10
1
-5
/
+1
*
Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcess
Corinna Vinschen
2009-12-18
1
-2
/
+3
*
* thread.cc (__cygwin_lock_lock): Delete racy optimisation.
Dave Korn
2009-06-04
1
-14
/
+4
*
* thread.h (struct pthread_rwlock::RWLOCK_READER): Add counter n.
Corinna Vinschen
2009-01-20
1
-4
/
+16
*
* pthread.cc (pthread_mutex::_unlock): Avoid unlocking a mutex if the
Christopher Faylor
2008-11-07
1
-10
/
+13
*
* thread.cc (pthread_mutex::_fixup_after_fork): Reinstate DEBUGGING
Christopher Faylor
2008-09-30
1
-1
/
+4
*
* thread.cc (pthread_mutex::_fixup_after_fork): Just reset lock to pristine
Christopher Faylor
2008-09-30
1
-22
/
+6
*
* Makefile.in (DLL_OFILES): Add kernel32.o.
Corinna Vinschen
2008-04-21
1
-1
/
+1
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-11
/
+0
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-0
/
+1
*
* Fix copyright dates.
Corinna Vinschen
2008-04-01
1
-1
/
+1
[next]