j
k
j a
j l
Sebastian Redl wrote:
while(*flag) { // Work }
What makes you believe, you need not protect access to the shared flag? It would be ok, if you knew flag is atomic, but in general you will create non portable code this way. Roland
Back to the thread
Back to the list