Commit 352eb142 authored by Vladimir Kolesnikov's avatar Vladimir Kolesnikov

fixed the preload.test pbxt bug

parent 4de7a879
...@@ -1424,6 +1424,7 @@ xtPublic void xt_spinxslock_init(struct XTThread *XT_UNUSED(self), XTSpinXSLockP ...@@ -1424,6 +1424,7 @@ xtPublic void xt_spinxslock_init(struct XTThread *XT_UNUSED(self), XTSpinXSLockP
#endif #endif
{ {
sxs->sxs_xlocked = 0; sxs->sxs_xlocked = 0;
sxs->sxs_xwaiter = 0;
sxs->sxs_rlock_count = 0; sxs->sxs_rlock_count = 0;
sxs->sxs_wait_count = 0; sxs->sxs_wait_count = 0;
#ifdef DEBUG #ifdef DEBUG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment