ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev_wrap.h
Revision: 1.39
Committed: Thu Jun 20 22:44:59 2019 UTC (4 years, 10 months ago) by root
Content type: text/plain
Branch: MAIN
Changes since 1.38: +12 -0 lines
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 root 1.6 /* DO NOT EDIT, automatically generated by update_ev_wrap */
2 root 1.15 #ifndef EV_WRAP_H
3     #define EV_WRAP_H
4 root 1.37 #define acquire_cb ((loop)->acquire_cb)
5     #define activecnt ((loop)->activecnt)
6     #define anfdmax ((loop)->anfdmax)
7     #define anfds ((loop)->anfds)
8     #define async_pending ((loop)->async_pending)
9     #define asynccnt ((loop)->asynccnt)
10     #define asyncmax ((loop)->asyncmax)
11     #define asyncs ((loop)->asyncs)
12 root 1.7 #define backend ((loop)->backend)
13 root 1.16 #define backend_fd ((loop)->backend_fd)
14 root 1.33 #define backend_mintime ((loop)->backend_mintime)
15 root 1.7 #define backend_modify ((loop)->backend_modify)
16     #define backend_poll ((loop)->backend_poll)
17 root 1.37 #define checkcnt ((loop)->checkcnt)
18     #define checkmax ((loop)->checkmax)
19     #define checks ((loop)->checks)
20     #define cleanupcnt ((loop)->cleanupcnt)
21     #define cleanupmax ((loop)->cleanupmax)
22     #define cleanups ((loop)->cleanups)
23     #define curpid ((loop)->curpid)
24     #define epoll_epermcnt ((loop)->epoll_epermcnt)
25     #define epoll_epermmax ((loop)->epoll_epermmax)
26     #define epoll_eperms ((loop)->epoll_eperms)
27     #define epoll_eventmax ((loop)->epoll_eventmax)
28     #define epoll_events ((loop)->epoll_events)
29 root 1.17 #define evpipe ((loop)->evpipe)
30 root 1.37 #define fdchangecnt ((loop)->fdchangecnt)
31     #define fdchangemax ((loop)->fdchangemax)
32     #define fdchanges ((loop)->fdchanges)
33     #define forkcnt ((loop)->forkcnt)
34     #define forkmax ((loop)->forkmax)
35     #define forks ((loop)->forks)
36     #define fs_2625 ((loop)->fs_2625)
37     #define fs_fd ((loop)->fs_fd)
38     #define fs_hash ((loop)->fs_hash)
39     #define fs_w ((loop)->fs_w)
40     #define idleall ((loop)->idleall)
41     #define idlecnt ((loop)->idlecnt)
42     #define idlemax ((loop)->idlemax)
43     #define idles ((loop)->idles)
44     #define invoke_cb ((loop)->invoke_cb)
45     #define io_blocktime ((loop)->io_blocktime)
46     #define iocp ((loop)->iocp)
47     #define kqueue_changecnt ((loop)->kqueue_changecnt)
48     #define kqueue_changemax ((loop)->kqueue_changemax)
49     #define kqueue_changes ((loop)->kqueue_changes)
50     #define kqueue_eventmax ((loop)->kqueue_eventmax)
51     #define kqueue_events ((loop)->kqueue_events)
52     #define kqueue_fd_pid ((loop)->kqueue_fd_pid)
53 root 1.39 #define linuxaio_ctx ((loop)->linuxaio_ctx)
54     #define linuxaio_iocbpmax ((loop)->linuxaio_iocbpmax)
55     #define linuxaio_iocbps ((loop)->linuxaio_iocbps)
56     #define linuxaio_submitcnt ((loop)->linuxaio_submitcnt)
57     #define linuxaio_submitmax ((loop)->linuxaio_submitmax)
58     #define linuxaio_submits ((loop)->linuxaio_submits)
59 root 1.37 #define loop_count ((loop)->loop_count)
60     #define loop_depth ((loop)->loop_depth)
61     #define loop_done ((loop)->loop_done)
62     #define mn_now ((loop)->mn_now)
63     #define now_floor ((loop)->now_floor)
64     #define origflags ((loop)->origflags)
65     #define pending_w ((loop)->pending_w)
66     #define pendingcnt ((loop)->pendingcnt)
67     #define pendingmax ((loop)->pendingmax)
68     #define pendingpri ((loop)->pendingpri)
69     #define pendings ((loop)->pendings)
70     #define periodiccnt ((loop)->periodiccnt)
71     #define periodicmax ((loop)->periodicmax)
72     #define periodics ((loop)->periodics)
73 root 1.22 #define pipe_w ((loop)->pipe_w)
74 root 1.37 #define pipe_write_skipped ((loop)->pipe_write_skipped)
75 root 1.34 #define pipe_write_wanted ((loop)->pipe_write_wanted)
76 root 1.1 #define pollcnt ((loop)->pollcnt)
77 root 1.37 #define pollidxmax ((loop)->pollidxmax)
78 root 1.1 #define pollidxs ((loop)->pollidxs)
79 root 1.37 #define pollmax ((loop)->pollmax)
80     #define polls ((loop)->polls)
81     #define port_eventmax ((loop)->port_eventmax)
82 root 1.6 #define port_events ((loop)->port_events)
83 root 1.37 #define postfork ((loop)->postfork)
84     #define preparecnt ((loop)->preparecnt)
85     #define preparemax ((loop)->preparemax)
86 root 1.1 #define prepares ((loop)->prepares)
87 root 1.37 #define release_cb ((loop)->release_cb)
88     #define rfeedcnt ((loop)->rfeedcnt)
89     #define rfeedmax ((loop)->rfeedmax)
90     #define rfeeds ((loop)->rfeeds)
91     #define rtmn_diff ((loop)->rtmn_diff)
92 root 1.28 #define sig_pending ((loop)->sig_pending)
93 root 1.26 #define sigfd ((loop)->sigfd)
94 root 1.37 #define sigfd_set ((loop)->sigfd_set)
95 root 1.26 #define sigfd_w ((loop)->sigfd_w)
96 root 1.37 #define timeout_blocktime ((loop)->timeout_blocktime)
97     #define timercnt ((loop)->timercnt)
98     #define timermax ((loop)->timermax)
99     #define timers ((loop)->timers)
100 root 1.24 #define userdata ((loop)->userdata)
101 root 1.37 #define vec_eo ((loop)->vec_eo)
102     #define vec_max ((loop)->vec_max)
103     #define vec_ri ((loop)->vec_ri)
104     #define vec_ro ((loop)->vec_ro)
105     #define vec_wi ((loop)->vec_wi)
106     #define vec_wo ((loop)->vec_wo)
107 root 1.15 #else
108     #undef EV_WRAP_H
109 root 1.37 #undef acquire_cb
110     #undef activecnt
111     #undef anfdmax
112     #undef anfds
113     #undef async_pending
114     #undef asynccnt
115     #undef asyncmax
116     #undef asyncs
117 root 1.15 #undef backend
118 root 1.16 #undef backend_fd
119 root 1.33 #undef backend_mintime
120 root 1.15 #undef backend_modify
121     #undef backend_poll
122 root 1.37 #undef checkcnt
123     #undef checkmax
124     #undef checks
125     #undef cleanupcnt
126     #undef cleanupmax
127     #undef cleanups
128     #undef curpid
129     #undef epoll_epermcnt
130     #undef epoll_epermmax
131     #undef epoll_eperms
132     #undef epoll_eventmax
133     #undef epoll_events
134 root 1.17 #undef evpipe
135 root 1.37 #undef fdchangecnt
136     #undef fdchangemax
137     #undef fdchanges
138     #undef forkcnt
139     #undef forkmax
140     #undef forks
141     #undef fs_2625
142     #undef fs_fd
143     #undef fs_hash
144     #undef fs_w
145     #undef idleall
146     #undef idlecnt
147     #undef idlemax
148     #undef idles
149     #undef invoke_cb
150     #undef io_blocktime
151     #undef iocp
152     #undef kqueue_changecnt
153     #undef kqueue_changemax
154     #undef kqueue_changes
155     #undef kqueue_eventmax
156     #undef kqueue_events
157     #undef kqueue_fd_pid
158 root 1.39 #undef linuxaio_ctx
159     #undef linuxaio_iocbpmax
160     #undef linuxaio_iocbps
161     #undef linuxaio_submitcnt
162     #undef linuxaio_submitmax
163     #undef linuxaio_submits
164 root 1.37 #undef loop_count
165     #undef loop_depth
166     #undef loop_done
167     #undef mn_now
168     #undef now_floor
169     #undef origflags
170     #undef pending_w
171     #undef pendingcnt
172     #undef pendingmax
173     #undef pendingpri
174     #undef pendings
175     #undef periodiccnt
176     #undef periodicmax
177     #undef periodics
178 root 1.22 #undef pipe_w
179 root 1.37 #undef pipe_write_skipped
180 root 1.34 #undef pipe_write_wanted
181 root 1.15 #undef pollcnt
182 root 1.37 #undef pollidxmax
183 root 1.15 #undef pollidxs
184 root 1.37 #undef pollmax
185     #undef polls
186     #undef port_eventmax
187 root 1.15 #undef port_events
188 root 1.37 #undef postfork
189     #undef preparecnt
190     #undef preparemax
191 root 1.15 #undef prepares
192 root 1.37 #undef release_cb
193     #undef rfeedcnt
194     #undef rfeedmax
195     #undef rfeeds
196     #undef rtmn_diff
197 root 1.28 #undef sig_pending
198 root 1.26 #undef sigfd
199 root 1.37 #undef sigfd_set
200 root 1.26 #undef sigfd_w
201 root 1.37 #undef timeout_blocktime
202     #undef timercnt
203     #undef timermax
204     #undef timers
205 root 1.24 #undef userdata
206 root 1.37 #undef vec_eo
207     #undef vec_max
208     #undef vec_ri
209     #undef vec_ro
210     #undef vec_wi
211     #undef vec_wo
212 root 1.15 #endif