Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelsavara committed Mar 8, 2024
1 parent c1e34f2 commit da607d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/mono/mono/utils/mono-threads-wasm.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,21 @@ mono_wasm_dump_threads_async (void);
gboolean
mono_threads_wasm_is_deputy_thread (void);

gboolean
mono_threads_wasm_is_io_thread (void);

MonoNativeThreadId
mono_threads_wasm_deputy_thread_tid (void);

MonoNativeThreadId
mono_threads_wasm_io_thread_tid (void);

MonoNativeThreadId
mono_wasm_create_deputy_thread (void);

MonoNativeThreadId
mono_wasm_create_io_thread (void);

void
mono_wasm_register_ui_thread (void);

Expand Down

0 comments on commit da607d0

Please sign in to comment.