6 ms·
If the sleep is some kind of busy wait then I think it is something like O(m*n) where m=max number. If it is scheduled by the kernel then the complexity is hid
by lann 7y ago
If the sleep is some kind of busy wait then I think it is something like O(m*n) where m=max number.
If it is scheduled by the kernel then the complexity is hidden in the scheduling algorithm.