File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/unix/bsd/freebsdlike/freebsd Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 185185 pub ki_jid: :: c_int,
186186 /// Number of threads in total.
187187 pub ki_numthreads: :: c_int,
188- // Thread ID.
188+ /// Thread ID.
189189 pub ki_tid: :: lwpid_t,
190190 /// Process priority.
191191 pub ki_pri: :: priority,
Original file line number Diff line number Diff line change 194194 pub ki_jid: :: c_int,
195195 /// Number of threads in total.
196196 pub ki_numthreads: :: c_int,
197- // Thread ID.
197+ /// Thread ID.
198198 pub ki_tid: :: lwpid_t,
199199 /// Process priority.
200200 pub ki_pri: :: priority,
Original file line number Diff line number Diff line change 212212 pub ki_jid: :: c_int,
213213 /// Number of threads in total.
214214 pub ki_numthreads: :: c_int,
215- // Thread ID.
215+ /// Thread ID.
216216 pub ki_tid: :: lwpid_t,
217217 /// Process priority.
218218 pub ki_pri: :: priority,
Original file line number Diff line number Diff line change 212212 pub ki_jid: :: c_int,
213213 /// Number of threads in total.
214214 pub ki_numthreads: :: c_int,
215- // Thread ID.
215+ /// Thread ID.
216216 pub ki_tid: :: lwpid_t,
217217 /// Process priority.
218218 pub ki_pri: :: priority,
You can’t perform that action at this time.
0 commit comments