Search found 4 matches

by waguila
Mon Jan 30, 2012 12:53 pm
Forum: NetBurner Software
Topic: OSTimeSly parameter
Replies: 9
Views: 7197

Re: OSTimeSly parameter

thank you guys i really understand it better now :) . thanks again
by waguila
Mon Jan 30, 2012 9:37 am
Forum: NetBurner Software
Topic: OSTimeSly parameter
Replies: 9
Views: 7197

Re: OSTimeSly parameter

but my sleep is calculated. this is why i have to sleep to 0 ticks sometimes.

If you need to sleep for 0 ticks, it sounds like you might want to consider changing you code to perform the same task but in a different way to avoid this.

Maybe if you explain what you are doing, we can help you get ...
by waguila
Mon Jan 30, 2012 9:26 am
Forum: NetBurner Software
Topic: OSTimeSly parameter
Replies: 9
Views: 7197

Re: OSTimeSly parameter

Yeah I found that in the documentation, but my sleep is calculated. this is why i have to sleep to 0 ticks sometimes.

this is what happened when i slept to 0 ticks , the thread changed the state to ready. is this what it says in the doc cuz i could not find such a thing.

Thanks
by waguila
Mon Jan 30, 2012 8:58 am
Forum: NetBurner Software
Topic: OSTimeSly parameter
Replies: 9
Views: 7197

OSTimeSly parameter

Hello all,

Something I cant understand when using the OSTimeDly, my issue is if I pass the value 0 ticks, the thread will go from the running state to a ready state (where in my understanding is OSTimeDly(0) , will make the thread to sleep for 0 tick).

Can someone explain to me when I am not ...