Hi
Is there an equivalent function for the
windows Sleep command in linux?
i use Sleep(0) to give up time slice for threads.
Also what is the equivalent test and set operation for linux?(IE InterlockedExchange in windows).
if there is a free portable library, i would like to use it.
someone suggested PostgreSql, but i can't locate where the files are.
thanks in advance
daniel