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
209 func (p *Init) Wait() { argument
214 func (p *Init) ID() string { argument
219 func (p *Init) Pid() int { argument
224 func (p *Init) ExitStatus() int { argument
232 func (p *Init) ExitedAt() time.Time { argument
240 func (p *Init) Status(ctx context.Context) (string, error) { argument
252 func (p *Init) Start(ctx context.Context) error { argument
259 func (p *Init) start(ctx context.Context) error { argument
265 func (p *Init) SetExited(status int) { argument
272 func (p *Init) setExited(status int) { argument
280 func (p *Init) Delete(ctx context.Context) error { argument
287 func (p *Init) delete(ctx context.Context) error { argument
318 func (p *Init) Resize(ws console.WinSize) error { argument
329 func (p *Init) Pause(ctx context.Context) error { argument
337 func (p *Init) Resume(ctx context.Context) error { argument
345 func (p *Init) Kill(ctx context.Context, signal uint32, all bool) error { argument
352 func (p *Init) kill(ctx context.Context, signal uint32, all bool) error { argument
360 func (p *Init) KillAll(ctx context.Context) error { argument
371 func (p *Init) Stdin() io.Closer { argument
376 func (p *Init) Runtime() *runc.Runc { argument
381 func (p *Init) Exec(ctx context.Context, path string, r *ExecConfig) (Process, error) { argument
389 func (p *Init) exec(ctx context.Context, path string, r *ExecConfig) (Process, error) { argument
415 func (p *Init) Checkpoint(ctx context.Context, r *CheckpointConfig) error { argument
422 func (p *Init) checkpoint(ctx context.Context, r *CheckpointConfig) error { argument
452 func (p *Init) Update(ctx context.Context, r *google_protobuf.Any) error { argument
459 func (p *Init) update(ctx context.Context, r *google_protobuf.Any) error { argument
468 func (p *Init) Stdio() stdio.Stdio { argument
472 func (p *Init) runtimeError(rErr error, msg string) error { argument