👉 In computer science, a "untriggered" operation is an operation that does not trigger any external actions or conditions. This can be achieved by using a condition variable in a concurrent programming context. A condition variable ensures that only one thread at a time can access and modify the variable, preventing other threads from modifying it while the condition is true.