The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / deps / libev / ev_wrap.h @ 90fc8d36

History | View | Annotate | Download (3.93 KB)

1
/* DO NOT EDIT, automatically generated by update_ev_wrap */
2
#ifndef EV_WRAP_H
3
#define EV_WRAP_H
4
#define now_floor ((loop)->now_floor)
5
#define mn_now ((loop)->mn_now)
6
#define rtmn_diff ((loop)->rtmn_diff)
7
#define io_blocktime ((loop)->io_blocktime)
8
#define timeout_blocktime ((loop)->timeout_blocktime)
9
#define backend ((loop)->backend)
10
#define activecnt ((loop)->activecnt)
11
#define loop_count ((loop)->loop_count)
12
#define backend_fd ((loop)->backend_fd)
13
#define backend_fudge ((loop)->backend_fudge)
14
#define backend_modify ((loop)->backend_modify)
15
#define backend_poll ((loop)->backend_poll)
16
#define evfd ((loop)->evfd)
17
#define evpipe ((loop)->evpipe)
18
#define pipeev ((loop)->pipeev)
19
#define curpid ((loop)->curpid)
20
#define postfork ((loop)->postfork)
21
#define vec_ri ((loop)->vec_ri)
22
#define vec_ro ((loop)->vec_ro)
23
#define vec_wi ((loop)->vec_wi)
24
#define vec_wo ((loop)->vec_wo)
25
#define vec_eo ((loop)->vec_eo)
26
#define vec_max ((loop)->vec_max)
27
#define polls ((loop)->polls)
28
#define pollmax ((loop)->pollmax)
29
#define pollcnt ((loop)->pollcnt)
30
#define pollidxs ((loop)->pollidxs)
31
#define pollidxmax ((loop)->pollidxmax)
32
#define epoll_events ((loop)->epoll_events)
33
#define epoll_eventmax ((loop)->epoll_eventmax)
34
#define kqueue_changes ((loop)->kqueue_changes)
35
#define kqueue_changemax ((loop)->kqueue_changemax)
36
#define kqueue_changecnt ((loop)->kqueue_changecnt)
37
#define kqueue_events ((loop)->kqueue_events)
38
#define kqueue_eventmax ((loop)->kqueue_eventmax)
39
#define port_events ((loop)->port_events)
40
#define port_eventmax ((loop)->port_eventmax)
41
#define anfds ((loop)->anfds)
42
#define anfdmax ((loop)->anfdmax)
43
#define pendings ((loop)->pendings)
44
#define pendingmax ((loop)->pendingmax)
45
#define pendingcnt ((loop)->pendingcnt)
46
#define fdchanges ((loop)->fdchanges)
47
#define fdchangemax ((loop)->fdchangemax)
48
#define fdchangecnt ((loop)->fdchangecnt)
49
#define timers ((loop)->timers)
50
#define timermax ((loop)->timermax)
51
#define timercnt ((loop)->timercnt)
52
#define periodics ((loop)->periodics)
53
#define periodicmax ((loop)->periodicmax)
54
#define periodiccnt ((loop)->periodiccnt)
55
#define idles ((loop)->idles)
56
#define idlemax ((loop)->idlemax)
57
#define idlecnt ((loop)->idlecnt)
58
#define idleall ((loop)->idleall)
59
#define prepares ((loop)->prepares)
60
#define preparemax ((loop)->preparemax)
61
#define preparecnt ((loop)->preparecnt)
62
#define checks ((loop)->checks)
63
#define checkmax ((loop)->checkmax)
64
#define checkcnt ((loop)->checkcnt)
65
#define forks ((loop)->forks)
66
#define forkmax ((loop)->forkmax)
67
#define forkcnt ((loop)->forkcnt)
68
#define gotasync ((loop)->gotasync)
69
#define asyncs ((loop)->asyncs)
70
#define asyncmax ((loop)->asyncmax)
71
#define asynccnt ((loop)->asynccnt)
72
#define fs_fd ((loop)->fs_fd)
73
#define fs_w ((loop)->fs_w)
74
#define fs_2625 ((loop)->fs_2625)
75
#define fs_hash ((loop)->fs_hash)
76
#else
77
#undef EV_WRAP_H
78
#undef now_floor
79
#undef mn_now
80
#undef rtmn_diff
81
#undef io_blocktime
82
#undef timeout_blocktime
83
#undef backend
84
#undef activecnt
85
#undef loop_count
86
#undef backend_fd
87
#undef backend_fudge
88
#undef backend_modify
89
#undef backend_poll
90
#undef evfd
91
#undef evpipe
92
#undef pipeev
93
#undef curpid
94
#undef postfork
95
#undef vec_ri
96
#undef vec_ro
97
#undef vec_wi
98
#undef vec_wo
99
#undef vec_eo
100
#undef vec_max
101
#undef polls
102
#undef pollmax
103
#undef pollcnt
104
#undef pollidxs
105
#undef pollidxmax
106
#undef epoll_events
107
#undef epoll_eventmax
108
#undef kqueue_changes
109
#undef kqueue_changemax
110
#undef kqueue_changecnt
111
#undef kqueue_events
112
#undef kqueue_eventmax
113
#undef port_events
114
#undef port_eventmax
115
#undef anfds
116
#undef anfdmax
117
#undef pendings
118
#undef pendingmax
119
#undef pendingcnt
120
#undef fdchanges
121
#undef fdchangemax
122
#undef fdchangecnt
123
#undef timers
124
#undef timermax
125
#undef timercnt
126
#undef periodics
127
#undef periodicmax
128
#undef periodiccnt
129
#undef idles
130
#undef idlemax
131
#undef idlecnt
132
#undef idleall
133
#undef prepares
134
#undef preparemax
135
#undef preparecnt
136
#undef checks
137
#undef checkmax
138
#undef checkcnt
139
#undef forks
140
#undef forkmax
141
#undef forkcnt
142
#undef gotasync
143
#undef asyncs
144
#undef asyncmax
145
#undef asynccnt
146
#undef fs_fd
147
#undef fs_w
148
#undef fs_2625
149
#undef fs_hash
150
#endif