Make it possible to stop the operation thread in NativeProcessLinux
Previously the operation thread is stopped with a cancel event but pthread_cancel is not supported on android. This CL creates a custom operation which asks the operation thread to exit without any pthread call.
Actually, I meant such sequence:
In this case, StopOpThread is executed when there is nobody around who can issue a PTRACE request.