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 (verifyable_object_isvalid): Check for NULL specifically.
Christopher Faylor
2006-05-27
1
-4
/
+6
*
* thread.cc (pthread_mutex::is_good_initializer_or_bad_object): Delete.
Corinna Vinschen
2006-03-22
1
-55
/
+27
*
* thread.cc (pthread_cond::init): Disable validity test of object
Corinna Vinschen
2006-03-22
1
-6
/
+12
*
Always zero all elements of siginfo_t throughout.
Christopher Faylor
2006-02-06
1
-2
/
+1
*
* cygtls.h (_cygtls::el): New field.
Christopher Faylor
2005-12-03
1
-1
/
+3
*
* thread.h: Revert patch from 2005-09-05.
Corinna Vinschen
2005-09-06
1
-4
/
+5
*
white space
Christopher Faylor
2005-08-12
1
-1
/
+1
*
* thread.cc (pthread::create(3 args)): Make bool.
Corinna Vinschen
2005-08-05
1
-5
/
+9
*
* thread.cc (pthread_cond_timedwait): Check abstime for validity
Corinna Vinschen
2005-08-05
1
-4
/
+16
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-1
/
+1
*
Change foo (void) to foo () for all c++ functions throughout. Remove all
Christopher Faylor
2005-07-05
1
-9
/
+9
*
ARGH. Check in previous uncommitted-but-ChangeLog'ed entry.
Christopher Faylor
2005-07-05
1
-3
/
+4
*
* thread.h (verifyable_object_state verifyable_object_isvalid): Delete function
Christopher Faylor
2005-07-03
1
-209
/
+206
*
Replace valid memory checks with new myfault class "exception handling", almost
Christopher Faylor
2005-07-03
1
-4
/
+4
*
revert erroneous checkin
Christopher Faylor
2005-06-30
1
-4
/
+4
*
* autoload.cc (LoadDLLprime): Use a more descriptive name for autoload text
Christopher Faylor
2005-06-29
1
-4
/
+4
*
* include/pthread.h: Change PTHREAD_MUTEX_DEFAULT to PTHREAD_MUTEX_NORMAL.
Christopher Faylor
2005-06-11
1
-19
/
+17
*
* cygtls.h (_local_storage::setmode_file): New element.
Christopher Faylor
2005-06-09
1
-2
/
+1
*
* thread.cc (pthread_mutex::_lock): Use cancelable_wait rather than
Christopher Faylor
2005-06-09
1
-1
/
+1
*
* thread.cc (cancelable_wait): No-op change to make sure that res is always a
Christopher Faylor
2005-06-09
1
-3
/
+2
*
Change pthread::cancelable_wait to just cancelable_wait, throughout.
Christopher Faylor
2005-06-09
1
-40
/
+45
*
* thread.h (pthread_key::set): Inline.
Christopher Faylor
2005-05-29
1
-17
/
+0
*
copyright
Christopher Faylor
2005-02-20
1
-1
/
+1
*
* cygthread.cc (new): Add a little more debugging.
Christopher Faylor
2005-01-29
1
-0
/
+1
*
* cygtls.cc (_cygtls::init_thread): Set __sdidinit to negative value to
Christopher Faylor
2004-09-07
1
-0
/
+2
*
* thread.cc (__cygwin_lock_lock): Don't bother locking when there is only one
Christopher Faylor
2004-06-27
1
-2
/
+14
*
* dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).
Christopher Faylor
2004-06-07
1
-3
/
+2
*
* path.cc (chdir): Always use the normalized_path as posix_cwd, except if it
Christopher Faylor
2004-05-28
1
-17
/
+17
*
* cygwin.din: Add symbols flockfile, ftrylockfile, funlockfile,
Corinna Vinschen
2004-05-17
1
-2
/
+2
*
Christopher Faylor <cgf@timesys.com>
Christopher Faylor
2004-05-07
1
-13
/
+24
*
* thread.cc (pthread::thread_init_wrapper): Wait later to get more parallel
Christopher Faylor
2004-04-13
1
-1
/
+1
*
* thread.cc (pthread::create): Use thread mutex to control synchronization
Christopher Faylor
2004-04-13
1
-4
/
+8
*
* thread.h (pthread::init_mainthread): Remove parameter forked.
Christopher Faylor
2004-04-10
1
-15
/
+19
*
* thread.h (pthread::init_mainthread): Add parameter forked. Set forked
Christopher Faylor
2004-03-30
1
-5
/
+10
*
* thread.cc (pthread::atforkprepare): Call MT_INTERFACE->fixup_before_fork at
Christopher Faylor
2004-03-29
1
-2
/
+2
*
* path.cc (path_conv::check): Use 'strchr' rather than 'strrchr' to find end of
Christopher Faylor
2004-03-26
1
-0
/
+47
*
* include/pthread.h (PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP):
Thomas Pfaff
2004-03-04
1
-78
/
+68
*
* exceptions.cc (setup_handler): Signal event for any sigwaitinfo if it exists
Christopher Faylor
2004-02-26
1
-18
/
+25
*
* thread.cc (pthread::cancelable_wait): Rearrange slightly.
Corinna Vinschen
2004-02-24
1
-24
/
+47
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-1
/
+1
*
* configure.in: Remove NEWVFORK default.
Christopher Faylor
2004-01-23
1
-0
/
+1
*
* cygwin/include/signal.h: Add copyright notice.
Christopher Faylor
2004-01-19
1
-1
/
+6
*
* 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
-135
/
+6
*
* thread.cc (pthread::init_main_thread): Make sure that the main thread has
Christopher Faylor
2003-12-15
1
-3
/
+4
*
* cygthread.cc (cygthread::stub): Revert previous change and again subsume
Christopher Faylor
2003-12-14
1
-11
/
+5
*
* miscfuncs.cc (low_priority_sleep): Correct thinko which caused SetPriority to
Christopher Faylor
2003-12-12
1
-9
/
+16
*
* thread.cc (pthread::precreate): Delete duplicate setting of cancel_event.
Christopher Faylor
2003-12-08
1
-9
/
+0
*
* cygtls.h: Add more "don't parse this" guards.
Christopher Faylor
2003-12-06
1
-1
/
+5
*
* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.
Christopher Faylor
2003-12-03
1
-8
/
+12
[next]