2011-05-17 Ivan Maidanski <ivmai@mail.ru>
authorivmai <ivmai>
Tue, 17 May 2011 06:45:30 +0000 (06:45 +0000)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 26 Jul 2011 17:06:59 +0000 (21:06 +0400)
commitd6f2674f15e848495b2ed9db1689e425cd2e1115
treecc565d70042dbce3941915714baaeb970150da63
parent8349c09ecc42401ec8388c4f8eefeb46a22697ef
2011-05-17  Ivan Maidanski  <ivmai@mail.ru>

* pthread_support.c (GC_delete_gc_thread): Rename "gc_id" local
variable to "t".
* win32_threads.c (GC_delete_gc_thread): Ditto.
* pthread_support.c (pthread_join, pthread_detach,
pthread_cancel): Rename "thread_gc_id" local variable to "t".
* win32_threads.c (GC_pthread_detach): Ditto.
* win32_threads.c (GC_delete_gc_thread): Remove "gc_nvid" local
variable.
* win32_threads.c (GC_pthread_join): Rename "joinee" local
variable to "t".
ChangeLog
pthread_support.c
win32_threads.c