Results 1 to 2 of 2
hi,
i gone through tasklets and waitqueues , i have one doubt regarding atomicity.
tasklets are very fast and tasklet code must be " atomic ".
what is meant by ...
- 08-28-2007 #1Just Joined!
- Join Date
- Nov 2006
- Location
- Hyderabad
- Posts
- 85
atomic
hi,
i gone through tasklets and waitqueues , i have one doubt regarding atomicity.
tasklets are very fast and tasklet code must be "atomic".
what is meant by atomic iam unable get this in which context it is used ?
could anybody please tell me.
- 08-29-2007 #2
A code or a block of code is said to be atomic, if no context switching takes place when the atomic code/block is under execution.
---------------------------------
Registered Linux User #440311
HI2ARUN _AT_ GMAIL _DOT_ COM
---------------------------------


Reply With Quote
