Implement process and thread priority adjustments (#691)
This commit is contained in:
parent
997e8c6e5a
commit
cc688c7845
8 changed files with 128 additions and 2 deletions
|
|
@ -131,6 +131,18 @@ bp::child run_unprivileged(const std::string &cmd, boost::filesystem::path &work
|
|||
}
|
||||
}
|
||||
|
||||
void adjust_thread_priority(thread_priority_e priority) {
|
||||
// Unimplemented
|
||||
}
|
||||
|
||||
void streaming_will_start() {
|
||||
// Nothing to do
|
||||
}
|
||||
|
||||
void streaming_will_stop() {
|
||||
// Nothing to do
|
||||
}
|
||||
|
||||
} // namespace platf
|
||||
|
||||
namespace dyn {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue