MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / uae_ShellExecute

Function uae_ShellExecute

src/native2amiga.cpp:127–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125}
126
127void uae_ShellExecute(TCHAR *command)
128{
129 TCHAR *cmd = my_strdup(command);
130 uae_nativesem_wait();
131 write_comm_pipe_int(&native2amiga_pending, 5, 0);
132 write_comm_pipe_pvoid(&native2amiga_pending, cmd, 1);
133 do_uae_int_requested();
134 uae_nativesem_post();
135}
136
137void uae_ShellExecute2(uae_u32 id)
138{

Callers 1

handle_custom_eventFunction · 0.85

Calls 5

uae_nativesem_waitFunction · 0.85
write_comm_pipe_intFunction · 0.85
write_comm_pipe_pvoidFunction · 0.85
do_uae_int_requestedFunction · 0.85
uae_nativesem_postFunction · 0.85

Tested by

no test coverage detected