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
/
cygthread.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove unneeded header files from source files throughout. Update copyrights
Christopher Faylor
2009-01-03
1
-2
/
+2
*
Remove unneeded header files from source files throughout.
Christopher Faylor
2008-04-07
1
-5
/
+0
*
Add miscfuncs.h to files as needed throughout.
Christopher Faylor
2008-04-07
1
-0
/
+1
*
* cygthread.cc (cygthread::terminate_thread): In debugging output, use name of
Christopher Faylor
2006-06-03
1
-1
/
+1
*
* cygwin.din: Fix some erroneous SIGFE/NOSIGFE settings.
Christopher Faylor
2006-03-01
1
-5
/
+10
*
* cygthread.cc (cygthread::callfunc): Create ev as an auto-reset event so that
Christopher Faylor
2006-03-01
1
-8
/
+3
*
* cygthread.cc (cygthread::release): Add a comment.
Christopher Faylor
2006-02-28
1
-0
/
+1
*
Change process_lock to lock_process throughout. Change all calls to new
Christopher Faylor
2005-10-17
1
-15
/
+50
*
* cygthread.cc (cygthread::operator new): Just use getenv() to look for
Christopher Faylor
2005-09-21
1
-4
/
+3
*
* cygthread.cc (cygthread::cygthread): Add more info to fatal error.
Christopher Faylor
2005-09-12
1
-1
/
+1
*
* cygthread.cc (cygthread::simplestub): Wait for h to be filled out by main
Christopher Faylor
2005-07-29
1
-0
/
+3
*
Eliminate (void) cast on standalone function calls throughout.
Christopher Faylor
2005-07-06
1
-7
/
+7
*
* cygthread.cc (cygthread::detach): Fix debugging output.
Christopher Faylor
2005-06-15
1
-1
/
+1
*
* cygthread.cc (cygthread::detach): Improve diagnostics for what should be an
Christopher Faylor
2005-06-09
1
-1
/
+14
*
* cygthread.cc (cygthread::detach): Make error message a little more detailed.
Christopher Faylor
2005-06-07
1
-1
/
+1
*
* cygtls.h (_local_storage::unknown_thread_name): New buffer.
Christopher Faylor
2005-05-18
1
-3
/
+2
*
* cygthread.cc (cygthread::detach): Revert to just waiting for thred event
Christopher Faylor
2005-03-28
1
-1
/
+1
*
* wininfo.h (wininfo::timer_active): Delete.
Christopher Faylor
2005-03-27
1
-5
/
+10
*
* cygthread.cc (cygthread::detach): Use a slightly higher priority when waiting
Christopher Faylor
2005-03-03
1
-1
/
+1
*
white space
Christopher Faylor
2005-02-13
1
-2
/
+2
*
* cygthread.cc (cygthread::release): Reset ev here if it exists.
Christopher Faylor
2005-02-11
1
-42
/
+127
*
* cygthread.cc (cygthread::detach): Just test thread handle after
Corinna Vinschen
2005-02-08
1
-1
/
+1
*
* cygthread.h (cygthread::terminate_thread): Reflect return value.
Christopher Faylor
2005-02-06
1
-14
/
+22
*
* cygthread.cc (cygthread::terminate_thread): Wait briefly for notification
Christopher Faylor
2005-02-01
1
-5
/
+3
*
* cygthread.cc (new): Add a little more debugging.
Christopher Faylor
2005-01-29
1
-1
/
+1
*
Update copyrights.
Christopher Faylor
2005-01-03
1
-1
/
+1
*
* cygthread.cc (cygthread::stub): Set inuse to false when exiting.
Christopher Faylor
2005-01-02
1
-15
/
+8
*
* cygthread.cc (cygthread::stub): Add better debug output.
Christopher Faylor
2004-12-28
1
-6
/
+10
*
* cygthread.cc (cygthread::cygthread): Guard debugging variable with "ifdef
Christopher Faylor
2004-12-23
1
-0
/
+4
*
* cygthread.cc (cygthread::stub): Detect if thread function wants to release
Christopher Faylor
2004-12-23
1
-6
/
+20
*
* cygheap.cc (cygheap_setup_for_child): Add api_fatal to catch failing
Christopher Faylor
2004-12-22
1
-11
/
+29
*
* cygthread.cc (cygthread::stub): Make diagnostic output more informative.
Christopher Faylor
2004-12-22
1
-2
/
+3
*
* pinfo.cc (proc_waiter): Zero wait_thread in child to avoid races with process
Christopher Faylor
2004-12-22
1
-1
/
+16
*
* cygthread.h (cygthread::release): Just declare here.
Christopher Faylor
2004-12-22
1
-6
/
+10
*
* child_info.h (child_info_spawn::hexec_proc): Eliminate.
Christopher Faylor
2004-11-26
1
-2
/
+4
*
* cygthread.cc (cygthread::is): Eliminate.
Christopher Faylor
2004-05-16
1
-12
/
+0
*
* debug.h (console_printf): Define for non-debugging condition.
Christopher Faylor
2004-02-09
1
-1
/
+1
*
* cygwin/include/signal.h: Add copyright notice.
Christopher Faylor
2004-01-19
1
-1
/
+1
*
* cygtls.h (_threadinfo::call): Remove regparm declaration to work around
Christopher Faylor
2004-01-14
1
-13
/
+2
*
* cygthread.cc (cygthread::stub): Revert previous change and again subsume
Christopher Faylor
2003-12-14
1
-16
/
+2
*
* cygthread.cc (cygthread::stub2): Remove myself from the list of threads
Christopher Faylor
2003-12-05
1
-5
/
+3
*
* cygthread.cc (cygthread::stub): Properly establish _threadinfo environment.
Christopher Faylor
2003-12-03
1
-2
/
+17
*
* cygthread.cc (cygthread::freerange): Set inuse count. Avoid setting ev from
Christopher Faylor
2003-11-07
1
-1
/
+5
*
Throughout, remove "include <errno.h>" from files which already include
Christopher Faylor
2003-06-16
1
-1
/
+0
*
* cygthread.cc (cygthread::terminate_thread): Change system_printf to
Christopher Faylor
2003-06-05
1
-1
/
+1
*
* cygthread.h (cygthread::terminate_thread): Mark private.
Christopher Faylor
2003-06-02
1
-4
/
+9
*
* cygthread.cc (cygthread::detach): Prioritize waiting for I/O completion over
Christopher Faylor
2003-05-09
1
-5
/
+5
*
* cygthread.cc (cygthread::stub): Initialize stack pointer earlier.
Christopher Faylor
2003-04-11
1
-3
/
+10
*
* cygthread.h: Change 'avail' cygthread element to 'inuse' throughout.
Christopher Faylor
2003-04-10
1
-50
/
+41
*
* cygthread.h (cygthread::avail): Make LONG for easier use with Interlocked*
Christopher Faylor
2003-04-04
1
-26
/
+18
[next]