Improve output
[mono.git] / mono / docscripts / sources / mono-api-threads.html
1 <h2>Working with threads</h2>
2
3 <h3>Thread API</h3>
4 <h4><a name="api:mono_thread_abort_all_other_threads">mono_thread_abort_all_other_threads</a></h4>
5 <h4><a name="api:mono_thread_attach">mono_thread_attach</a></h4>
6 <h4><a name="api:mono_thread_create">mono_thread_create</a></h4>
7 <h4><a name="api:mono_thread_current">mono_thread_current</a></h4>
8 <h4><a name="api:mono_thread_detach">mono_thread_detach</a></h4>
9 <h4><a name="api:mono_thread_exit">mono_thread_exit</a></h4>
10 <h4><a name="api:mono_thread_force_interruption_checkpoint">mono_thread_force_interruption_checkpoint</a></h4>
11 <h4><a name="api:mono_thread_get_abort_signal">mono_thread_get_abort_signal</a></h4>
12 <h4><a name="api:mono_thread_get_pending_exception">mono_thread_get_pending_exception</a></h4>
13 <h4><a name="api:mono_thread_interruption_checkpoint">mono_thread_interruption_checkpoint</a></h4>
14 <h4><a name="api:mono_thread_interruption_requested">mono_thread_interruption_requested</a></h4>
15 <h4><a name="api:mono_thread_interruption_request_flag">mono_thread_interruption_request_flag</a></h4>
16 <h4><a name="api:mono_thread_manage">mono_thread_manage</a></h4>
17 <h4><a name="api:mono_thread_new_init">mono_thread_new_init</a></h4>
18 <h4><a name="api:mono_thread_pop_appdomain_ref">mono_thread_pop_appdomain_ref</a></h4>
19 <h4><a name="api:mono_thread_push_appdomain_ref">mono_thread_push_appdomain_ref</a></h4>
20 <h4><a name="api:mono_thread_request_interruption">mono_thread_request_interruption</a></h4>
21 <h4><a name="api:mono_threads_abort_appdomain_threads">mono_threads_abort_appdomain_threads</a></h4>
22 <h4><a name="api:mono_threads_get_default_stacksize">mono_threads_get_default_stacksize</a></h4>
23 <h4><a name="api:mono_threads_install_cleanup">mono_threads_install_cleanup</a></h4>
24 <h4><a name="api:mono_threads_set_default_stacksize">mono_threads_set_default_stacksize</a></h4>
25 <h4><a name="api:mono_thread_stop">mono_thread_stop</a></h4>
26
27 <h3>Thread Pool API</h3>
28 <h4><a name="api:mono_thread_pool_add">mono_thread_pool_add</a></h4>
29 <h4><a name="api:mono_thread_pool_finish">mono_thread_pool_finish</a></h4>
30
31 <h3>Monitors</h3>
32
33 <h4><a name="api:mono_monitor_enter">mono_monitor_enter</a></h4>
34 <h4><a name="api:mono_monitor_exit">mono_monitor_exit</a></h4>
35 <h4><a name="api:mono_monitor_try_enter">mono_monitor_try_enter</a></h4>