Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 108 for SIGTTOU (0.17 sec)

  1. src/syscall/exec_unix_test.go

    		t.Fatalf("Foreground process group is zero")
    	}
    
    	defer func() {
    		signal.Ignore(syscall.SIGTTIN, syscall.SIGTTOU)
    		syscall.Tcsetpgrp(ttyFD, fpgrp)
    		signal.Reset()
    	}()
    
    	ch1 := make(chan os.Signal, 1)
    	ch2 := make(chan bool)
    
    	signal.Notify(ch1, syscall.SIGTTIN, syscall.SIGTTOU)
    	defer signal.Stop(ch1)
    
    	cmd := create(t)
    
    	go func() {
    		cmd.proc.SysProcAttr = &syscall.SysProcAttr{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 22 04:41:27 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  2. src/runtime/signal_darwin.go

    	/* 20 */ {_SigNotify + _SigUnblock + _SigIgn, "SIGCHLD: child status has changed"},
    	/* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
    	/* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
    	/* 23 */ {_SigNotify + _SigIgn, "SIGIO: i/o now possible"},
    	/* 24 */ {_SigNotify, "SIGXCPU: cpu limit exceeded"},
    	/* 25 */ {_SigNotify, "SIGXFSZ: file size limit exceeded"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 07:40:19 UTC 2017
    - 2.1K bytes
    - Viewed (0)
  3. src/runtime/signal_dragonfly.go

    	/* 20 */ {_SigNotify + _SigUnblock + _SigIgn, "SIGCHLD: child status has changed"},
    	/* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
    	/* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
    	/* 23 */ {_SigNotify + _SigIgn, "SIGIO: i/o now possible"},
    	/* 24 */ {_SigNotify, "SIGXCPU: cpu limit exceeded"},
    	/* 25 */ {_SigNotify, "SIGXFSZ: file size limit exceeded"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 07:40:19 UTC 2017
    - 2.2K bytes
    - Viewed (0)
  4. src/runtime/signal_netbsd.go

    	/* 20 */ {_SigNotify + _SigUnblock + _SigIgn, "SIGCHLD: child status has changed"},
    	/* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
    	/* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
    	/* 23 */ {_SigNotify + _SigIgn, "SIGIO: i/o now possible"},
    	/* 24 */ {_SigNotify, "SIGXCPU: cpu limit exceeded"},
    	/* 25 */ {_SigNotify, "SIGXFSZ: file size limit exceeded"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 07:40:19 UTC 2017
    - 2.2K bytes
    - Viewed (0)
  5. src/runtime/signal_freebsd.go

    	/* 20 */ {_SigNotify + _SigUnblock + _SigIgn, "SIGCHLD: child status has changed"},
    	/* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
    	/* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
    	/* 23 */ {_SigNotify + _SigIgn, "SIGIO: i/o now possible"},
    	/* 24 */ {_SigNotify, "SIGXCPU: cpu limit exceeded"},
    	/* 25 */ {_SigNotify, "SIGXFSZ: file size limit exceeded"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 29 07:40:19 UTC 2017
    - 2.2K bytes
    - Viewed (0)
  6. src/runtime/signal_openbsd.go

    	/* 20 */ {_SigNotify + _SigUnblock + _SigIgn, "SIGCHLD: child status has changed"},
    	/* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
    	/* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
    	/* 23 */ {_SigNotify, "SIGIO: i/o now possible"},
    	/* 24 */ {_SigNotify, "SIGXCPU: cpu limit exceeded"},
    	/* 25 */ {_SigNotify, "SIGXFSZ: file size limit exceeded"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 22 18:58:08 UTC 2021
    - 2.2K bytes
    - Viewed (0)
  7. src/runtime/sigtab_linux_generic.go

    	/* 20 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTSTP: keyboard stop"},
    	/* 21 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
    	/* 22 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
    	/* 23 */ {_SigNotify + _SigIgn, "SIGURG: urgent condition on socket"},
    	/* 24 */ {_SigNotify, "SIGXCPU: cpu limit exceeded"},
    	/* 25 */ {_SigNotify, "SIGXFSZ: file size limit exceeded"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  8. src/runtime/signal_solaris.go

    	/* 25 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: stopped process has been continued"},
    	/* 26 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background tty read attempted"},
    	/* 27 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background tty write attempted"},
    	/* 28 */ {_SigNotify, "SIGVTALRM: virtual timer expired"},
    	/* 29 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling timer expired"},
    	/* 30 */ {_SigNotify, "SIGXCPU: exceeded cpu limit"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 20:27:15 UTC 2019
    - 4.5K bytes
    - Viewed (0)
  9. src/runtime/sigtab_linux_mipsx.go

    	/*  25 */ {_SigNotify + _SigDefault + _SigIgn, "SIGCONT: continue"},
    	/*  26 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
    	/*  27 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
    	/*  28 */ {_SigNotify, "SIGVTALRM: virtual alarm clock"},
    	/*  29 */ {_SigNotify + _SigUnblock, "SIGPROF: profiling alarm clock"},
    	/*  30 */ {_SigNotify, "SIGXCPU: cpu limit exceeded"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6K bytes
    - Viewed (0)
  10. src/syscall/syscall_wasip1.go

    	SIGILL
    	SIGTRAP
    	SIGABRT
    	SIGBUS
    	SIGFPE
    	SIGKILL
    	SIGUSR1
    	SIGSEGV
    	SIGUSR2
    	SIGPIPE
    	SIGALRM
    	SIGTERM
    	SIGCHLD
    	SIGCONT
    	SIGSTOP
    	SIGTSTP
    	SIGTTIN
    	SIGTTOU
    	SIGURG
    	SIGXCPU
    	SIGXFSZ
    	SIGVTARLM
    	SIGPROF
    	SIGWINCH
    	SIGPOLL
    	SIGPWR
    	SIGSYS
    )
    
    func (s Signal) Signal() {}
    
    func (s Signal) String() string {
    	switch s {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 26 21:03:59 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top