Home
last modified time | relevance | path

Searched refs:param (Results 1 – 9 of 9) sorted by relevance

/bionic/libc/include/
Dpthread.h119 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param);
120 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param);
149 struct sched_param * param);
151 struct sched_param const * param);
/bionic/libc/kernel/common/linux/mtd/
Dcfi.h173 void (*fixup)(struct mtd_info *mtd, void* param);
174 void* param; member
/bionic/libc/bionic/
Dpthread.c203 struct sched_param param; in _init_thread() local
204 param.sched_priority = thread->attr.sched_priority; in _init_thread()
205 sched_setscheduler(kernel_id, thread->attr.sched_policy, &param); in _init_thread()
401 int pthread_attr_setschedparam(pthread_attr_t * attr, struct sched_param const * param) in pthread_attr_setschedparam() argument
403 attr->sched_priority = param->sched_priority; in pthread_attr_setschedparam()
407 int pthread_attr_getschedparam(pthread_attr_t const * attr, struct sched_param * param) in pthread_attr_getschedparam() argument
409 param->sched_priority = attr->sched_priority; in pthread_attr_getschedparam()
681 struct sched_param * param) in pthread_getschedparam() argument
686 int err = sched_getparam(thread->kernel_id, param); in pthread_getschedparam()
697 struct sched_param const * param) in pthread_setschedparam() argument
[all …]
/bionic/libc/include/sys/
Dlinux-unistd.h174 int sched_setscheduler (pid_t pid, int policy, const struct sched_param *param);
177 int sched_setparam (pid_t pid, const struct sched_param *param);
178 int sched_getparam (pid_t pid, struct sched_param *param);
/bionic/libc/netbsd/isc/
Dev_timers.c267 const char *param, in evConfigTimer() argument
279 if (strcmp(param, "rate") == 0) in evConfigTimer()
281 else if (strcmp(param, "interval") == 0) in evConfigTimer()
/bionic/libc/kernel/tools/
Dcpp.py737 for param in self.params:
738 result += "%s%s" % (comma, repr(param))
746 for param in self.params:
747 result += "%s%s" % (comma, str(param))
1148 param = self.tok[j:k]
1149 params.append( param )
1271 for param in arg[1]:
1273 for tok in param:
1417 for param in params:
1418 params2.append( self.removePrefixedNode(param,prefix,names) )
/bionic/libc/private/isc/
Deventlib.h178 int evConfigTimer __P((evContext, evTimerID, const char *param,
/bionic/libc/
DSYSCALLS.TXT210 int sched_setscheduler(pid_t pid, int policy, const struct sched_param *param) 156
213 int sched_setparam(pid_t pid, const struct sched_param *param) 154
214 int sched_getparam(pid_t pid, struct sched_param *param) 155
/bionic/libc/kernel/common/linux/
Dwireless.h437 struct iw_param param; member