[inline]
Decrements the count by a given amount, which if zero frees any waiting threads.
Definition at line 784 of file QThread.h.
00784 { int c=(count-=i); handleCount(c); return c; }