class VmObjectChildObserver

Defined at line 50 of file ../../zircon/kernel/vm/include/vm/vm_object.h

Public Methods

void OnZeroChild ()

Called anytime a VMO has zero children. This call is synchronized with

|VmObject::SetChildObserver|, but is not otherwise synchronized with other VMO operations

such as creating additional children. As such it is the users responsibility to synchronize

with child creation.