Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SIGSYNCCALL (0.14 sec)

  1. src/runtime/sigtab_linux_generic.go

    	/* 33 */ {_SigSetStack + _SigUnblock, "signal 33"}, /* SIGSETXID; see issues 3871, 9400, 12498 */
    	/* 34 */ {_SigSetStack + _SigUnblock, "signal 34"}, /* musl SIGSYNCCALL; see issue 39343 */
    	/* 35 */ {_SigNotify, "signal 35"},
    	/* 36 */ {_SigNotify, "signal 36"},
    	/* 37 */ {_SigNotify, "signal 37"},
    	/* 38 */ {_SigNotify, "signal 38"},
    	/* 39 */ {_SigNotify, "signal 39"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 3.5K bytes
    - Viewed (0)
  2. src/runtime/sigtab_linux_mipsx.go

    	/*  33 */ {_SigSetStack + _SigUnblock, "signal 33"}, /* SIGSETXID; see issues 3871, 9400, 12498 */
    	/*  34 */ {_SigSetStack + _SigUnblock, "signal 34"}, /* musl SIGSYNCCALL; see issue 39343 */
    	/*  35 */ {_SigNotify, "signal 35"},
    	/*  36 */ {_SigNotify, "signal 36"},
    	/*  37 */ {_SigNotify, "signal 37"},
    	/*  38 */ {_SigNotify, "signal 38"},
    	/*  39 */ {_SigNotify, "signal 39"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 28 18:17:57 UTC 2021
    - 6K bytes
    - Viewed (0)
Back to top