Parallel and high-performance computing

Two threads increment a shared counter. Each reads the counter, adds one locally, and writes the result; the operations are not protected or atomic. What concurrency hazard can cause an increment to be lost?