diff -r 4816d766a08a -r f345bda72bc4 Symbian3/PDK/Source/GUID-6752A77F-B1D1-49BE-A672-5DDE3B7976BF.dita --- a/Symbian3/PDK/Source/GUID-6752A77F-B1D1-49BE-A672-5DDE3B7976BF.dita Tue Mar 30 11:42:04 2010 +0100 +++ b/Symbian3/PDK/Source/GUID-6752A77F-B1D1-49BE-A672-5DDE3B7976BF.dita Tue Mar 30 11:56:28 2010 +0100 @@ -1,32 +1,32 @@ - - - - - -Other -Synchronisation APIsThis document describes APIs other than the nanokernel which device -drivers use for synchronisation. -

The Kernel provides APIs to wait in blocked state, unblocked state, and -nanokernel APIs to get the tick period, timer ticks, to sleep on nanothread, -and so on.

-// Wait for a length of time specified in nanoseconds -// This is a blocking call, and is not generally recommended -// to be used. It should be used only for very short periods. -// -Kern::NanoWait(TUint32 aInterval); - -// This API polls at specified regular intervals, for a -// specified number of attempts. A function implementing the polling -// operation is called at these intervals. This does not block the -// thread. The poll period is in milliseconds. -// -TInt Kern:: PollingWait(TPollFunction aFunction, TAny *aPtr, - TInt aPollPeriodMs, TInt aMaxPoll); - + + + + + +Other +Synchronisation APIsThis document describes APIs other than the nanokernel which device +drivers use for synchronisation. +

The Kernel provides APIs to wait in blocked state, unblocked state, and +nanokernel APIs to get the tick period, timer ticks, to sleep on nanothread, +and so on.

+// Wait for a length of time specified in nanoseconds +// This is a blocking call, and is not generally recommended +// to be used. It should be used only for very short periods. +// +Kern::NanoWait(TUint32 aInterval); + +// This API polls at specified regular intervals, for a +// specified number of attempts. A function implementing the polling +// operation is called at these intervals. This does not block the +// thread. The poll period is in milliseconds. +// +TInt Kern:: PollingWait(TPollFunction aFunction, TAny *aPtr, + TInt aPollPeriodMs, TInt aMaxPoll); +
\ No newline at end of file