Environment variables WIP, fix waiting scheduling issues + CE cancel proc
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m24s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m24s
This commit is contained in:
@@ -14,9 +14,12 @@ struct process_data {
|
||||
void* arg_ptr;
|
||||
process_func_t fn;
|
||||
int pid;
|
||||
void* stack;
|
||||
};
|
||||
|
||||
/* Spawn a new process within the same procgroup with argument */
|
||||
struct process_data* process_spawn (process_func_t func, void* argument_ptr);
|
||||
|
||||
void process_data_free (struct process_data* pdata);
|
||||
|
||||
#endif // _LIBPROCESS_PROCESS_PROCESS_H
|
||||
|
||||
Reference in New Issue
Block a user