Hello,

In my project ,I insert three variables(int slack_mode, uint64_t
deadline,uint64_t WECT ) in struct  td_sched in place of
/sys/kern/sched_ule.c 

Then I have to add  three method 

 ü int set_process_slack(pid_t pid, struct timeval wcet , struct timeval
deadline);

ü int get_process_slack(pid_t pid, struct slackconf *slc);

ü int disable_process_slack(pid_t pid);

In 

 



I don’t know how get first thread of pid then set their variables 

 

Best regards,

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to