* thread.cc (pthread::create): Added trace printf to get CreateThread
LastError.
This commit is contained in:
parent
5b509758a0
commit
196cdd45f6
@ -1,3 +1,8 @@
|
||||
2002-06-27 Thomas Pfaff <tpfaff@gmx.net>
|
||||
|
||||
* thread.cc (pthread::create): Added trace printf to get CreateThread
|
||||
LastError.
|
||||
|
||||
2002-06-27 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* mmap.cc (list::match): Check using pagesize aligned size.
|
||||
|
@ -399,7 +399,10 @@ pthread::create (void *(*func) (void *), pthread_attr *newattr,
|
||||
this, CREATE_SUSPENDED, &thread_id);
|
||||
|
||||
if (!win32_obj_id)
|
||||
magic = 0;
|
||||
{
|
||||
thread_printf ("CreateThread failed: this %p LastError %E", this);
|
||||
magic = 0;
|
||||
}
|
||||
else
|
||||
{
|
||||
InterlockedIncrement (&MT_INTERFACE->threadcount);
|
||||
|
Loading…
Reference in New Issue
Block a user