* Apply an anonymous mask to a single thread. */
| 1500 | * Apply an anonymous mask to a single thread. |
| 1501 | */ |
| 1502 | int |
| 1503 | cpuset_setthread(lwpid_t id, cpuset_t *mask) |
| 1504 | { |
| 1505 | |
| 1506 | return _cpuset_setthread(id, mask, NULL); |
| 1507 | } |
| 1508 | |
| 1509 | /* |
| 1510 | * Apply new cpumask to the ithread. |
no test coverage detected