Searched defs:Context (Results 1 – 1 of 1) sorted by relevance
95 type Context struct { struct96 ctx *C.libxl_ctx97 logger *C.xentoollog_logger_stdiostream98 sigchld chan os.Signal99 sigchldDone chan struct{}122 func sigchldHandler(ctx *Context) {166 func (ctx *Context) Close() error {226 func (Ctx *Context) DomidToName(domid Domid) string {596 func (Ctx *Context) ListCpupool() (list []Cpupoolinfo) {1044 func (Ctx *Context) DomainPause(id Domid) (err error) {[all …]
Completed in 5 milliseconds