Searched refs:add_tid_to_cgroup (Results 1 - 1 of 1) sorted by relevance

/system/core/libcutils/
H A Dsched_policy.cpp69 static int add_tid_to_cgroup(int tid, int fd) function
72 SLOGE("add_tid_to_cgroup failed; fd=%d\n", fd);
94 SLOGW("add_tid_to_cgroup failed to write '%s' (%s); fd=%d\n",
322 if (add_tid_to_cgroup(tid, fd) != 0) {
328 if (boost_fd > 0 && add_tid_to_cgroup(tid, boost_fd) != 0) {
436 if (boost_fd > 0 && add_tid_to_cgroup(tid, boost_fd) != 0) {

Completed in 49 milliseconds