guest_clock_stop()

Make the current thread stop contributing to the guest's time flow

Synopsis:

#include <qvm/guest.h>
void guest_clock_stop(struct guest_system *gsp)

Arguments:

gsp
A pointer to the guest system.

Library:

Provided by qvm; no external library is required.

Description:

Use this function to allow a thread to execute without its execution time contributing to the advancement of timers in the guest.