hi all can anyone tell me the API for giving millisecond delay,similiar to NdisMsleep() API
Hi Ho!
If you are looking for one in Linux kernel, it should be msleep() or msleep_interruptible().
msleep()
msleep_interruptible()
Best regards, Eus
Hi Eus,
I am looking for millisecond API in Windows similiar to NdisMSleep,which is for Microsecond delay.
You can see the API doc using the command:
man 3 usleep
M$ Windows does not provide `man'. You press F1 there.
Hello,
Sorry, the comment is for rahumathali, but post it under the wrong position.
Ahh ... wait, .... I got confused with the question and didn't understand it well.
I just realized that the two post were by rahumathali and he wants the API for Windows.
Really sorry, all.
In that case, you may want to try MSDN (Microsoft Developer Network) website. Or, just google for it.
Sorry, I am not in for M$ Windows ;-)
Hi Eus Thank u for ur suggestion.i didn't find any API in MSDN.So i used the NdisMsleep() API in a for loop.My code is working fine.
with regards Rahumath ali
Kernel-space or User-space?
Hi Ho!
If you are looking for one in Linux kernel, it should be
msleep()ormsleep_interruptible().Best regards,
Eus
Windows
Hi Eus,
I am looking for millisecond API in Windows similiar to NdisMSleep,which is for Microsecond delay.
You can see the API doc
You can see the API doc using the command:
man 3 usleep
In M$ Windows, `man' Is Not Available
Hi Ho!
M$ Windows does not provide `man'. You press F1 there.
Best regards,
Eus
Hello, Sorry, the comment is
Hello,
Sorry, the comment is for rahumathali, but post it under the wrong position.
Ahh ... wait, .... I got
Ahh ... wait, .... I got confused with the question and didn't understand it well.
I just realized that the two post were by rahumathali and he wants the API for Windows.
Really sorry, all.
M$ Windows?
Hi Ho!
In that case, you may want to try MSDN (Microsoft Developer Network) website.
Or, just google for it.
Sorry, I am not in for M$ Windows ;-)
Best regards,
Eus
MillisecondAPI
Hi Eus
Thank u for ur suggestion.i didn't find any API in MSDN.So i used the NdisMsleep() API in a for loop.My code is working fine.
with regards
Rahumath ali