• Home
  • Raw
  • Download

Lines Matching full:doc

12     #[doc = "Signal 0 (shouldn't be used)"]    pub const SIGZERO:    Self = Self(0);
13 #[doc = "Hangup"] pub const SIGHUP: Self = Self(1);
14 #[doc = "Interrupt"] pub const SIGINT: Self = Self(2);
15 #[doc = "Quit"] pub const SIGQUIT: Self = Self(3);
16 #[doc = "Illegal instruction"] pub const SIGILL: Self = Self(4);
17 #[doc = "Trace/breakpoint trap"] pub const SIGTRAP: Self = Self(5);
18 #[doc = "Aborted"] pub const SIGABRT: Self = Self(6);
19 #[doc = "Emulation trap"] pub const SIGEMT: Self = Self(7);
20 #[doc = "Arithmetic exception"] pub const SIGFPE: Self = Self(8);
21 #[doc = "Killed"] pub const SIGKILL: Self = Self(9);
22 #[doc = "Bus error"] pub const SIGBUS: Self = Self(10);
23 #[doc = "Segmentation fault"] pub const SIGSEGV: Self = Self(11);
24 #[doc = "Bad system call"] pub const SIGSYS: Self = Self(12);
25 #[doc = "Broken pipe"] pub const SIGPIPE: Self = Self(13);
26 #[doc = "Alarm clock"] pub const SIGALRM: Self = Self(14);
27 #[doc = "Terminated"] pub const SIGTERM: Self = Self(15);
28 #[doc = "Urgent I/O condition"] pub const SIGURG: Self = Self(16);
29 #[doc = "Stopped (signal)"] pub const SIGSTOP: Self = Self(17);
30 #[doc = "Stopped (user)"] pub const SIGTSTP: Self = Self(18);
31 #[doc = "Continued"] pub const SIGCONT: Self = Self(19);
32 #[doc = "Child status changed"] pub const SIGCHLD: Self = Self(20);
33 #[doc = "Stopped (tty input)"] pub const SIGTTIN: Self = Self(21);
34 #[doc = "Stopped (tty output)"] pub const SIGTTOU: Self = Self(22);
35 #[doc = "I/O possible"] pub const SIGIO: Self = Self(23);
36 #[doc = "CPU time limit exceeded"] pub const SIGXCPU: Self = Self(24);
37 #[doc = "File size limit exceeded"] pub const SIGXFSZ: Self = Self(25);
38 #[doc = "Virtual timer expired"] pub const SIGVTALRM: Self = Self(26);
39 #[doc = "Profiling timer expired"] pub const SIGPROF: Self = Self(27);
40 #[doc = "Window size changed"] pub const SIGWINCH: Self = Self(28);
41 #[doc = "Resource lost"] pub const SIGLOST: Self = Self(29);
42 #[doc = "User defined signal 1"] pub const SIGUSR1: Self = Self(30);
43 #[doc = "User defined signal 2"] pub const SIGUSR2: Self = Self(31);
44 #[doc = "Power fail/restart"] pub const SIGPWR: Self = Self(32);
46 #[doc = "Pollable event occurred"] pub const SIGPOLL: Self = Self(33);
47 #[doc = "SIGWIND"] pub const SIGWIND: Self = Self(34);
48 #[doc = "SIGPHONE"] pub const SIGPHONE: Self = Self(35);
49 #[doc = "Process's LWPs are blocked"] pub const SIGWAITING: Self = Self(36);
50 #[doc = "Signal LWP"] pub const SIGLWP: Self = Self(37);
51 #[doc = "Swap space dangerously low"] pub const SIGDANGER: Self = Self(38);
52 #[doc = "Monitor mode granted"] pub const SIGGRANT: Self = Self(39);
53 #[doc = "Need to relinquish monitor mode"] pub const SIGRETRACT: Self = Self(40);
54 #[doc = "Monitor mode data available"] pub const SIGMSG: Self = Self(41);
55 #[doc = "Sound completed"] pub const SIGSOUND: Self = Self(42);
56 #[doc = "Secure attention"] pub const SIGSAK: Self = Self(43);
57 #[doc = "SIGPRIO"] pub const SIGPRIO: Self = Self(44);
58 #[doc = "Real-time event 33"] pub const SIG33: Self = Self(45);
59 #[doc = "Real-time event 34"] pub const SIG34: Self = Self(46);
60 #[doc = "Real-time event 35"] pub const SIG35: Self = Self(47);
61 #[doc = "Real-time event 36"] pub const SIG36: Self = Self(48);
62 #[doc = "Real-time event 37"] pub const SIG37: Self = Self(49);
63 #[doc = "Real-time event 38"] pub const SIG38: Self = Self(50);
64 #[doc = "Real-time event 39"] pub const SIG39: Self = Self(51);
65 #[doc = "Real-time event 40"] pub const SIG40: Self = Self(52);
66 #[doc = "Real-time event 41"] pub const SIG41: Self = Self(53);
67 #[doc = "Real-time event 42"] pub const SIG42: Self = Self(54);
68 #[doc = "Real-time event 43"] pub const SIG43: Self = Self(55);
69 #[doc = "Real-time event 44"] pub const SIG44: Self = Self(56);
70 #[doc = "Real-time event 45"] pub const SIG45: Self = Self(57);
71 #[doc = "Real-time event 46"] pub const SIG46: Self = Self(58);
72 #[doc = "Real-time event 47"] pub const SIG47: Self = Self(59);
73 #[doc = "Real-time event 48"] pub const SIG48: Self = Self(60);
74 #[doc = "Real-time event 49"] pub const SIG49: Self = Self(61);
75 #[doc = "Real-time event 50"] pub const SIG50: Self = Self(62);
76 #[doc = "Real-time event 51"] pub const SIG51: Self = Self(63);
77 #[doc = "Real-time event 52"] pub const SIG52: Self = Self(64);
78 #[doc = "Real-time event 53"] pub const SIG53: Self = Self(65);
79 #[doc = "Real-time event 54"] pub const SIG54: Self = Self(66);
80 #[doc = "Real-time event 55"] pub const SIG55: Self = Self(67);
81 #[doc = "Real-time event 56"] pub const SIG56: Self = Self(68);
82 #[doc = "Real-time event 57"] pub const SIG57: Self = Self(69);
83 #[doc = "Real-time event 58"] pub const SIG58: Self = Self(70);
84 #[doc = "Real-time event 59"] pub const SIG59: Self = Self(71);
85 #[doc = "Real-time event 60"] pub const SIG60: Self = Self(72);
86 #[doc = "Real-time event 61"] pub const SIG61: Self = Self(73);
87 #[doc = "Real-time event 62"] pub const SIG62: Self = Self(74);
88 #[doc = "Real-time event 63"] pub const SIG63: Self = Self(75);
90 #[doc = "LWP internal signal"] pub const SIGCANCEL: Self = Self(76);
95 #[doc = "Real-time event 32"] pub const SIG32: Self = Self(77);
97 #[doc = "Real-time event 64"] pub const SIG64: Self = Self(78);
99 #[doc = "Real-time event 65"] pub const SIG65: Self = Self(79);
100 #[doc = "Real-time event 66"] pub const SIG66: Self = Self(80);
101 #[doc = "Real-time event 67"] pub const SIG67: Self = Self(81);
102 #[doc = "Real-time event 68"] pub const SIG68: Self = Self(82);
103 #[doc = "Real-time event 69"] pub const SIG69: Self = Self(83);
104 #[doc = "Real-time event 70"] pub const SIG70: Self = Self(84);
105 #[doc = "Real-time event 71"] pub const SIG71: Self = Self(85);
106 #[doc = "Real-time event 72"] pub const SIG72: Self = Self(86);
107 #[doc = "Real-time event 73"] pub const SIG73: Self = Self(87);
108 #[doc = "Real-time event 74"] pub const SIG74: Self = Self(88);
109 #[doc = "Real-time event 75"] pub const SIG75: Self = Self(89);
110 #[doc = "Real-time event 76"] pub const SIG76: Self = Self(90);
111 #[doc = "Real-time event 77"] pub const SIG77: Self = Self(91);
112 #[doc = "Real-time event 78"] pub const SIG78: Self = Self(92);
113 #[doc = "Real-time event 79"] pub const SIG79: Self = Self(93);
114 #[doc = "Real-time event 80"] pub const SIG80: Self = Self(94);
115 #[doc = "Real-time event 81"] pub const SIG81: Self = Self(95);
116 #[doc = "Real-time event 82"] pub const SIG82: Self = Self(96);
117 #[doc = "Real-time event 83"] pub const SIG83: Self = Self(97);
118 #[doc = "Real-time event 84"] pub const SIG84: Self = Self(98);
119 #[doc = "Real-time event 85"] pub const SIG85: Self = Self(99);
120 #[doc = "Real-time event 86"] pub const SIG86: Self = Self(100);
121 #[doc = "Real-time event 87"] pub const SIG87: Self = Self(101);
122 #[doc = "Real-time event 88"] pub const SIG88: Self = Self(102);
123 #[doc = "Real-time event 89"] pub const SIG89: Self = Self(103);
124 #[doc = "Real-time event 90"] pub const SIG90: Self = Self(104);
125 #[doc = "Real-time event 91"] pub const SIG91: Self = Self(105);
126 #[doc = "Real-time event 92"] pub const SIG92: Self = Self(106);
127 #[doc = "Real-time event 93"] pub const SIG93: Self = Self(107);
128 #[doc = "Real-time event 94"] pub const SIG94: Self = Self(108);
129 #[doc = "Real-time event 95"] pub const SIG95: Self = Self(109);
130 #[doc = "Real-time event 96"] pub const SIG96: Self = Self(110);
131 #[doc = "Real-time event 97"] pub const SIG97: Self = Self(111);
132 #[doc = "Real-time event 98"] pub const SIG98: Self = Self(112);
133 #[doc = "Real-time event 99"] pub const SIG99: Self = Self(113);
134 #[doc = "Real-time event 100"] pub const SIG100: Self = Self(114);
135 #[doc = "Real-time event 101"] pub const SIG101: Self = Self(115);
136 #[doc = "Real-time event 102"] pub const SIG102: Self = Self(116);
137 #[doc = "Real-time event 103"] pub const SIG103: Self = Self(117);
138 #[doc = "Real-time event 104"] pub const SIG104: Self = Self(118);
139 #[doc = "Real-time event 105"] pub const SIG105: Self = Self(119);
140 #[doc = "Real-time event 106"] pub const SIG106: Self = Self(120);
141 #[doc = "Real-time event 107"] pub const SIG107: Self = Self(121);
142 #[doc = "Real-time event 108"] pub const SIG108: Self = Self(122);
143 #[doc = "Real-time event 109"] pub const SIG109: Self = Self(123);
144 #[doc = "Real-time event 110"] pub const SIG110: Self = Self(124);
145 #[doc = "Real-time event 111"] pub const SIG111: Self = Self(125);
146 #[doc = "Real-time event 112"] pub const SIG112: Self = Self(126);
147 #[doc = "Real-time event 113"] pub const SIG113: Self = Self(127);
148 #[doc = "Real-time event 114"] pub const SIG114: Self = Self(128);
149 #[doc = "Real-time event 115"] pub const SIG115: Self = Self(129);
150 #[doc = "Real-time event 116"] pub const SIG116: Self = Self(130);
151 #[doc = "Real-time event 117"] pub const SIG117: Self = Self(131);
152 #[doc = "Real-time event 118"] pub const SIG118: Self = Self(132);
153 #[doc = "Real-time event 119"] pub const SIG119: Self = Self(133);
154 #[doc = "Real-time event 120"] pub const SIG120: Self = Self(134);
155 #[doc = "Real-time event 121"] pub const SIG121: Self = Self(135);
156 #[doc = "Real-time event 122"] pub const SIG122: Self = Self(136);
157 #[doc = "Real-time event 123"] pub const SIG123: Self = Self(137);
158 #[doc = "Real-time event 124"] pub const SIG124: Self = Self(138);
159 #[doc = "Real-time event 125"] pub const SIG125: Self = Self(139);
160 #[doc = "Real-time event 126"] pub const SIG126: Self = Self(140);
161 #[doc = "Real-time event 127"] pub const SIG127: Self = Self(141);
163 #[doc = "Information request"] pub const SIGINFO: Self = Self(142);
166 #[doc = "Unknown signal"] pub const UNKNOWN: Self = Self(143);
170 #[doc = "Internal error: printing GDB_SIGNAL_DEFAULT"]
176 #[doc = "Could not access memory"] pub const EXC_BAD_ACCESS: Self = Self(145);
177 #[doc = "Illegal instruction/operand"] pub const EXC_BAD_INSTRUCTION: Self = Self(146);
178 #[doc = "Arithmetic exception"] pub const EXC_ARITHMETIC: Self = Self(147);
179 #[doc = "Emulation instruction"] pub const EXC_EMULATION: Self = Self(148);
180 #[doc = "Software generated exception"] pub const EXC_SOFTWARE: Self = Self(149);
181 #[doc = "Breakpoint"] pub const EXC_BREAKPOINT: Self = Self(150);
183 #[doc = "librt internal signal"] pub const SIGLIBRT: Self = Self(151);