kqueue.9 (6a068746777241722b2b32c5d0bc443a2a64d80b) | kqueue.9 (73bbeaa52983176108b99fe246560723b55e5cf4) |
---|---|
1.\" Copyright 2006,2011 John-Mark Gurney 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 246 unchanged lines hidden (view full) --- 255.Vt knotes 256associated with an object. 257A 258.Vt knlist 259is not required, but is commonly used. 260If used, the 261.Vt knlist 262must be initialized with either | 1.\" Copyright 2006,2011 John-Mark Gurney 2.\" All rights reserved. 3.\" 4.\" Redistribution and use in source and binary forms, with or without 5.\" modification, are permitted provided that the following conditions 6.\" are met: 7.\" 1. Redistributions of source code must retain the above copyright 8.\" notice, this list of conditions and the following disclaimer. --- 246 unchanged lines hidden (view full) --- 255.Vt knotes 256associated with an object. 257A 258.Vt knlist 259is not required, but is commonly used. 260If used, the 261.Vt knlist 262must be initialized with either |
263.Fn knlist_init 264, | 263.Fn knlist_init , |
265.Fn knlist_init_mtx 266or 267.Fn knlist_init_rw_reader . 268The 269.Vt knlist 270structure may be embedded into the object structure. 271The 272.Fa lock --- 195 unchanged lines hidden --- | 264.Fn knlist_init_mtx 265or 266.Fn knlist_init_rw_reader . 267The 268.Vt knlist 269structure may be embedded into the object structure. 270The 271.Fa lock --- 195 unchanged lines hidden --- |