no c++ comments
This commit is contained in:
parent
a28c0548f4
commit
d7b202dfbd
1 changed files with 6 additions and 3 deletions
|
|
@ -354,9 +354,12 @@ sunclientclose(SunClient *cli)
|
|||
if(!cli->timertid)
|
||||
n++;
|
||||
while(n < 2){
|
||||
// threadint(cli->nettid);
|
||||
// if(cli->timertid)
|
||||
// threadint(cli->timertid);
|
||||
/*
|
||||
threadint(cli->nettid);
|
||||
if(cli->timertid)
|
||||
threadint(cli->timertid);
|
||||
*/
|
||||
|
||||
yield();
|
||||
while(nbrecv(cli->dying, nil) == 1)
|
||||
n++;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue