added some more code to spl.h

This commit is contained in:
2018-01-31 14:50:40 +00:00
parent be51ae8e61
commit b7e540d6cf
3 changed files with 52 additions and 2 deletions

View File

@ -34,7 +34,7 @@ static int thr_func (qse_thr_t* thr, void* ctx)
qse_printf (QSE_T("%s: [% 16d] [% 16d] [% 16d]\n"), xtn->name, i, i, i);
qse_spl_unlock (xtn->spl);
i++;
//sleep (1);
/*sleep (1);*/
}
return i;