Lines Matching +defs:b +defs:c
77 _lwp_kill(lwpid_t a, int b) in _lwp_kill()
91 _lwp_park(clockid_t a, int b, const struct timespec *c, lwpid_t d, in _lwp_park()
99 _lwp_unpark(lwpid_t a, const void *b) in _lwp_unpark()
106 _lwp_unpark_all(const lwpid_t *a, size_t b, const void *c) in _lwp_unpark_all()
113 _lwp_setname(lwpid_t a, const char *b) in _lwp_setname()
120 _lwp_getname(lwpid_t a, char *b, size_t c) in _lwp_getname()
127 _lwp_ctl(int a, struct lwpctl **b) in _lwp_ctl()
148 _sched_setaffinity(pid_t a, lwpid_t b, size_t c, const cpuset_t *d) in _sched_setaffinity()
155 _sched_getaffinity(pid_t a, lwpid_t b, size_t c, cpuset_t *d) in _sched_getaffinity()
162 _sched_setparam(pid_t a, lwpid_t b, int c, const struct sched_param *d) in _sched_setparam()
169 _sched_getparam(pid_t a, lwpid_t b, int *c, struct sched_param *d) in _sched_getparam()
176 _sys_aio_suspend(const struct aiocb * const a[], int b, in _sys_aio_suspend()
177 const struct timespec *c) in _sys_aio_suspend()
184 _sys_mq_send(mqd_t a, const char *b, size_t c, unsigned d) in _sys_mq_send()
191 _sys_mq_receive(mqd_t a, char *b, size_t c, unsigned *d) in _sys_mq_receive()
198 _sys_mq_timedsend(mqd_t a, const char *b, size_t c, unsigned d, in _sys_mq_timedsend()
206 _sys_mq_timedreceive(mqd_t a, char *b, size_t c, unsigned *d, in _sys_mq_timedreceive()