mcctrl: move procfs TID processing into dedicated work queue

This commit is contained in:
Balazs Gerofi
2016-08-04 15:22:40 +09:00
parent 6aae35cb3d
commit 76981bcc18
3 changed files with 53 additions and 4 deletions

View File

@ -301,6 +301,7 @@ struct procfs_file {
};
void procfs_answer(unsigned int arg, int err);
int procfsm_packet_handler(void *os, int msg, int pid, unsigned long arg);
void add_tid_entry(int osnum, int pid, int tid);
void add_pid_entry(int osnum, int pid);
void delete_tid_entry(int osnum, int pid, int tid);