There is no clear rule that tells how reads and writes on the same object interact with regards to the read / write pointer. There should be a rule that clarifies this and gives hints how reads and writes shall be treated in case they interleave (e.g. call seek before each operation, or when changing from reading to writing and vice versa). This came up when discussing FIO39.
There is no clear rule that tells how reads and writes on the same object interact with regards to the read / write pointer. There should be a rule that clarifies this and gives hints how reads and writes shall be treated in case they interleave (e.g. call seek before each operation, or when changing from reading to writing and vice versa). This came up when discussing FIO39.