What's the purpose of the code:
void wait ( int *ptr, int k) { while ((1 << k) & (*ptr) == 0) {} }
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 4 of 4
Thread: pupose of codeThreaded View
|
Click Here to Expand Forum to Full Width |