mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
parent
cf3d2411fa
commit
5c73c1bff8
Notes:
sideshowbarker
2024-07-18 23:56:31 +09:00
Author: https://github.com/awesomekling
Commit: 5c73c1bff8
2 changed files with 36 additions and 30 deletions
|
@ -527,6 +527,8 @@ private:
|
|||
|
||||
void kill_threads_except_self();
|
||||
void kill_all_threads();
|
||||
bool dump_core();
|
||||
bool dump_perfcore();
|
||||
|
||||
int do_exec(NonnullRefPtr<FileDescription> main_program_description, Vector<String> arguments, Vector<String> environment, RefPtr<FileDescription> interpreter_description, Thread*& new_main_thread, u32& prev_flags, const Elf32_Ehdr& main_program_header);
|
||||
ssize_t do_write(FileDescription&, const UserOrKernelBuffer&, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue