forked from buytenh/ivykis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibivykis.posix.ver
105 lines (88 loc) · 1.57 KB
/
libivykis.posix.ver
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
IVYKIS_0.29 {
global:
# iv_avl
iv_avl_tree_insert;
iv_avl_tree_delete;
iv_avl_tree_next;
iv_avl_tree_prev;
# iv_event
iv_event_register;
iv_event_unregister;
iv_event_post;
# iv_event_raw
iv_event_raw_register;
iv_event_raw_unregister;
iv_event_raw_post;
# iv_fd
IV_FD_INIT;
iv_fd_register;
iv_fd_register_try;
iv_fd_unregister;
iv_fd_registered;
iv_fd_set_handler_in;
iv_fd_set_handler_out;
iv_fd_set_handler_err;
# iv_fd_pump
iv_fd_pump_init;
iv_fd_pump_destroy;
iv_fd_pump_pump;
iv_fd_pump_is_done;
# iv_inotify
iv_inotify_register;
iv_inotify_unregister;
iv_inotify_watch_register;
iv_inotify_watch_unregister;
# iv_main
iv_init;
iv_inited;
iv_quit;
iv_main;
iv_deinit;
iv_poll_method_name;
# iv_popen
iv_popen_request_submit;
iv_popen_request_close;
# iv_signal
iv_signal_register;
iv_signal_unregister;
# iv_task
IV_TASK_INIT;
iv_task_register;
iv_task_unregister;
iv_task_registered;
# iv_thread
iv_thread_create;
iv_thread_set_debug_state;
iv_thread_list_children;
# iv_timer
iv_invalidate_now;
iv_validate_now;
__iv_now_location;
IV_TIMER_INIT;
iv_timer_register;
iv_timer_unregister;
iv_timer_registered;
# iv_tls
iv_tls_user_register;
iv_tls_user_ptr;
# iv_wait
iv_wait_interest_register;
iv_wait_interest_register_spawn;
iv_wait_interest_unregister;
iv_wait_interest_kill;
# iv_work
iv_work_pool_create;
iv_work_pool_put;
iv_work_pool_submit_work;
local:
*;
};
IVYKIS_0.30 {
# iv_fatal
iv_fatal;
iv_set_fatal_msg_handler;
} IVYKIS_0.29;
IVYKIS_0.33 {
# iv_thread
iv_thread_get_id;
} IVYKIS_0.30;