Intel Corporation Interview Question

Two threads are executing the following code, what is the worst case time complexity: int i = 1000; while ( i ) { i--; }