posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
cpu_set_t Struct Reference

Set of CPUs for pthread_getaffinity_np() and pthread_setaffinity_np() (GNU extension). More...

#include <zephyr/posix/sys/cpuset.h>

Data Fields

uint32_t __bits [32/32]
 One bit per CPU index.
 

Detailed Description

Set of CPUs for pthread_getaffinity_np() and pthread_setaffinity_np() (GNU extension).

Definition at line 32 of file cpuset.h.

Field Documentation

◆ __bits

uint32_t cpu_set_t::__bits[32/32]

One bit per CPU index.

Definition at line 33 of file cpuset.h.


The documentation for this struct was generated from the following file: