processor_bind
if (processor_bind(P_LWPID, P_MYID, state->cpuid, NULL) != 0)
if (processor_bind(P_PID, pid, PBIND_QUERY, &binding) < 0) {
if (processor_bind(P_PID, P_MYID, cpu, NULL) == -1) {
if (processor_bind(P_ALL, 0, PBIND_NONE, &old_cpu) != 0)
if (processor_bind(P_CPUID, cpu,
if (processor_bind(P_PID, pid, cpu, &old_cpu) < 0) {
if (processor_bind(P_LWPID, P_MYID, id, &set->cs_obind) == -1) {
(void) processor_bind(P_LWPID, P_MYID, set->cs_obind, NULL);
(void) processor_bind(P_LWPID, P_MYID, set->cs_obind, NULL);
(void) processor_bind(P_LWPID, P_MYID, set->cs_obind, NULL);
(void) processor_bind(P_LWPID, P_MYID, set->cs_obind, NULL);
return (processor_bind(idtype, id, processorid, obind));
/* 187 */ SYSENT_CI("processor_bind", processor_bind, 4),
int processor_bind(idtype_t, id_t, processorid_t, processorid_t *);
/* 187 */ SYSENT_CI("processor_bind", processor_bind, 4),
extern int processor_bind(idtype_t idtype, id_t id,