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.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP):
Thomas Pfaff
2004-03-04
1
-3
/
+6
*
* thread.cc (pthread::cancelable_wait): Rearrange slightly.
Corinna Vinschen
2004-02-24
1
-2
/
+3
*
Rename _threadinfo to _cygtls, throughout.
Christopher Faylor
2004-02-12
1
-2
/
+2
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-1
/
+1
*
* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
Christopher Faylor
2004-01-14
1
-4
/
+1
*
* exceptions.cc (set_signal_mask): Redefine to not pass by address. Report
Christopher Faylor
2003-12-23
1
-114
/
+3
*
* cygthread.cc (cygthread::stub): Revert previous change and again subsume
Christopher Faylor
2003-12-14
1
-2
/
+1
*
* miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority to
Christopher Faylor
2003-12-12
1
-0
/
+1
*
* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.
Christopher Faylor
2003-12-03
1
-1
/
+2
*
white space
Christopher Faylor
2003-12-02
1
-14
/
+14
*
* thread.cc (pthread_rwlock::add_reader): Remove mx parameter for
Thomas Pfaff
2003-12-01
1
-15
/
+15
*
Eliminate use of sigframe and sigthread throughout.
Christopher Faylor
2003-11-28
1
-24
/
+24
*
2003-11-11 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2003-11-14
1
-2
/
+2
*
Rename pthread::running to pthread::valid throughout.
Thomas Pfaff
2003-10-31
1
-1
/
+14
*
* thread.h (fast_mutex::init): Initialize lock_counter.
Thomas Pfaff
2003-10-27
1
-0
/
+1
*
* cygwin.din: Add sem_close, sem_getvalue, sem_open and sem_timedwait.
Corinna Vinschen
2003-10-27
1
-1
/
+9
*
Rename native_mutex to fast_mutex throughout.
Thomas Pfaff
2003-10-24
1
-38
/
+112
*
* thread.h (__reent_t::init_clib): Declare new function.
Christopher Faylor
2003-09-20
1
-0
/
+1
*
* thread.cc (MTinterface::fixup_after_fork): Fix thread list after fork.
Thomas Pfaff
2003-06-24
1
-1
/
+11
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* thread.h (pthread::init_mainthread): Remove function parameter.
Thomas Pfaff
2003-05-15
1
-2
/
+2
*
* thread.h (pthread::equal): New static method.
Thomas Pfaff
2003-04-17
1
-0
/
+5
*
Fix a race in pthread_rwlock caused by simultanoues unlock and cancelation.
Thomas Pfaff
2003-04-15
1
-0
/
+12
*
* thread.h: Change class names, methods, members and local vars
Thomas Pfaff
2003-03-27
1
-118
/
+119
*
* thread.h (class List): Move inline code inside class
Thomas Pfaff
2003-03-23
1
-79
/
+96
*
* pthread.cc (pthread_attr_init): Remove
Thomas Pfaff
2003-03-18
1
-91
/
+0
*
* cygwin.din: Add pthread_rwlock_destroy, pthread_rwlock_init,
Thomas Pfaff
2003-03-18
1
-1
/
+78
*
* thread.h (pthread_cond::ExitingWait): Remove.
Thomas Pfaff
2003-03-18
1
-9
/
+13
*
* include/pthread.h (PTHREAD_MUTEX_NORMAL): New define.
Thomas Pfaff
2003-03-18
1
-9
/
+48
*
Split ChangeLog, create ChangeLog-2002.
Corinna Vinschen
2003-01-10
1
-1
/
+1
*
Apply pthread_cancel_patch
Thomas Pfaff
2003-01-09
1
-0
/
+4
*
Applied pthread_mutex patch
Thomas Pfaff
2003-01-09
1
-1
/
+9
*
Applied cond_init patch
Thomas Pfaff
2003-01-09
1
-16
/
+24
*
whitespace
Christopher Faylor
2002-12-12
1
-1
/
+0
*
2002-11-05 Thomas Pfaff <tpfaff@gmx.net>
Robert Collins
2002-11-24
1
-12
/
+16
*
2002-10-17 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-10-17
1
-0
/
+1
*
2002-09-30 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-30
1
-1
/
+9
*
* environ.cc (environ_init): Avoid a compiler warning.
Christopher Faylor
2002-09-30
1
-4
/
+4
*
2002-09-30 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-29
1
-1
/
+5
*
* cygthread.h (cygthread::terminate): Declare new function.
Christopher Faylor
2002-09-29
1
-82
/
+82
*
2002-09-27 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-27
1
-1
/
+1
*
2002-09-21 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-21
1
-29
/
+19
*
2002-09-21 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-21
1
-45
/
+41
*
2002-09-21 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-21
1
-11
/
+49
*
2002-09-21 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-20
1
-3
/
+6
*
2002-09-21 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-20
1
-1
/
+9
*
2002-09-17 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-17
1
-5
/
+15
*
* init.cc: Cleanup slightly and remove obsolete code.
Christopher Faylor
2002-09-16
1
-1
/
+1
*
2002-09-11 Robert Collins <rbtcollins@hotmail.com>
Robert Collins
2002-09-16
1
-25
/
+45
*
2002-06-25 Thomas Pfaff <tpfaff@gmx.net>
Robert Collins
2002-07-04
1
-6
/
+17
[prev]
[next]