Home
last modified time | relevance | path

Searched defs:Context (Results 1 – 1 of 1) sorted by relevance

/xen/tools/golang/xenlight/
A Dxenlight.go95 type Context struct { struct
96 ctx *C.libxl_ctx
97 logger *C.xentoollog_logger_stdiostream
98 sigchld chan os.Signal
99 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