Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Module « os » Python 3.11.3

Fonction sched_setaffinity - module os

Signature de la fonction sched_setaffinity

def sched_setaffinity(pid, mask) 

Description

help(os.sched_setaffinity)

Set the CPU affinity of the process identified by pid to mask.

mask should be an iterable of integers identifying CPUs.