xref: /spdk/lib/thread/spdk_thread.map (revision 98ceddb47cd5c49faf2b9195e791632c7fdb7d92)
1{
2	global:
3
4	# public functions in spdk/thread.h
5	spdk_thread_lib_init;
6	spdk_thread_lib_init_ext;
7	spdk_thread_lib_fini;
8	spdk_thread_create;
9	spdk_thread_get_app_thread;
10	spdk_set_thread;
11	spdk_thread_exit;
12	spdk_thread_is_exited;
13	spdk_thread_destroy;
14	spdk_thread_get_ctx;
15	spdk_thread_get_cpumask;
16	spdk_thread_set_cpumask;
17	spdk_thread_get_from_ctx;
18	spdk_thread_poll;
19	spdk_thread_next_poller_expiration;
20	spdk_thread_has_active_pollers;
21	spdk_thread_has_pollers;
22	spdk_thread_is_idle;
23	spdk_thread_get_count;
24	spdk_get_thread;
25	spdk_thread_get_name;
26	spdk_thread_get_id;
27	spdk_thread_get_by_id;
28	spdk_thread_get_stats;
29	spdk_thread_get_last_tsc;
30	spdk_thread_send_msg;
31	spdk_thread_send_critical_msg;
32	spdk_for_each_thread;
33	spdk_thread_set_interrupt_mode;
34	spdk_poller_register;
35	spdk_poller_register_named;
36	spdk_poller_unregister;
37	spdk_poller_pause;
38	spdk_poller_resume;
39	spdk_poller_register_interrupt;
40	spdk_io_device_register;
41	spdk_io_device_unregister;
42	spdk_get_io_channel;
43	spdk_put_io_channel;
44	spdk_io_channel_get_ctx;
45	spdk_io_channel_from_ctx;
46	spdk_io_channel_get_thread;
47	spdk_io_channel_get_io_device;
48	spdk_for_each_channel;
49	spdk_io_channel_iter_get_io_device;
50	spdk_io_channel_iter_get_channel;
51	spdk_io_channel_iter_get_ctx;
52	spdk_for_each_channel_continue;
53	spdk_interrupt_register;
54	spdk_interrupt_unregister;
55	spdk_interrupt_set_event_types;
56	spdk_thread_get_interrupt_fd;
57	spdk_interrupt_mode_enable;
58	spdk_interrupt_mode_is_enabled;
59
60	# internal functions in spdk_internal/thread.h
61	spdk_poller_get_name;
62	spdk_poller_get_id;
63	spdk_poller_get_state_str;
64	spdk_poller_get_period_ticks;
65	spdk_poller_get_stats;
66	spdk_io_channel_get_io_device_name;
67	spdk_io_channel_get_ref_count;
68	spdk_io_device_get_name;
69	spdk_thread_get_first_active_poller;
70	spdk_thread_get_next_active_poller;
71	spdk_thread_get_first_timed_poller;
72	spdk_thread_get_next_timed_poller;
73	spdk_thread_get_first_paused_poller;
74	spdk_thread_get_next_paused_poller;
75	spdk_thread_get_first_io_channel;
76	spdk_thread_get_next_io_channel;
77
78	local: *;
79};
80