Searched refs:osThreadProcessor (Results 1 – 2 of 2) sorted by relevance
222 #define osThreadProcessor(n) (1UL << (n)) ///< Thread processor number for SMP systems macro
366 \def osThreadProcessor(n)370 The preprocessor macro \b osThreadProcessor constructs the value for the osThreadAttr_t::affinity_m…931 status = osThreadSetAffinityMask(id, osThreadProcessor(1)); // run thread processor #11097 Use the \ref osThreadProcessor macro to create the mask value. Multiple processors can be specified…