Lines Matching refs:Init

45 type Init struct {  struct
98 func New(id string, runtime *runc.Runc, stdio stdio.Stdio) *Init {
99 p := &Init{
112 func (p *Init) Create(ctx context.Context, r *CreateConfig) error { argument
178 func (p *Init) openStdin(path string) error { argument
188 func (p *Init) createCheckpointedState(r *CreateConfig, pidFile *pidFile) error { argument
213 func (p *Init) Wait() { argument
218 func (p *Init) ID() string { argument
223 func (p *Init) Pid() int { argument
228 func (p *Init) ExitStatus() int { argument
236 func (p *Init) ExitedAt() time.Time { argument
244 func (p *Init) Status(ctx context.Context) (string, error) { argument
256 func (p *Init) Start(ctx context.Context) error { argument
263 func (p *Init) start(ctx context.Context) error { argument
269 func (p *Init) SetExited(status int) { argument
276 func (p *Init) setExited(status int) { argument
284 func (p *Init) Delete(ctx context.Context) error { argument
291 func (p *Init) delete(ctx context.Context) error { argument
322 func (p *Init) Resize(ws console.WinSize) error { argument
333 func (p *Init) Pause(ctx context.Context) error { argument
341 func (p *Init) Resume(ctx context.Context) error { argument
349 func (p *Init) Kill(ctx context.Context, signal uint32, all bool) error { argument
356 func (p *Init) kill(ctx context.Context, signal uint32, all bool) error { argument
364 func (p *Init) KillAll(ctx context.Context) error { argument
375 func (p *Init) Stdin() io.Closer { argument
380 func (p *Init) Runtime() *runc.Runc { argument
385 func (p *Init) Exec(ctx context.Context, path string, r *ExecConfig) (Process, error) { argument
393 func (p *Init) exec(ctx context.Context, path string, r *ExecConfig) (Process, error) { argument
419 func (p *Init) Checkpoint(ctx context.Context, r *CheckpointConfig) error { argument
426 func (p *Init) checkpoint(ctx context.Context, r *CheckpointConfig) error { argument
456 func (p *Init) Update(ctx context.Context, r *google_protobuf.Any) error { argument
463 func (p *Init) update(ctx context.Context, r *google_protobuf.Any) error { argument
472 func (p *Init) Stdio() stdio.Stdio { argument
476 func (p *Init) runtimeError(rErr error, msg string) error { argument