add comments
This commit is contained in:
parent
b410f1680f
commit
8aed2a11a8
@ -149,9 +149,10 @@ new (size_t)
|
||||
goto out;
|
||||
}
|
||||
else if (info->id)
|
||||
InterlockedExchange ((LPLONG) &info->avail, 0);
|
||||
InterlockedExchange ((LPLONG) &info->avail, 0); /* Not available yet */
|
||||
else
|
||||
{
|
||||
/* Available as soon as thread is created */
|
||||
info->h = CreateThread (&sec_none_nih, 0, cygthread::stub, info,
|
||||
CREATE_SUSPENDED, &info->id);
|
||||
goto out;
|
||||
|
Loading…
Reference in New Issue
Block a user