Réalisées par des traducteurs professionnels, des entreprises, des pages web ou traductions disponibles gratuitement.
waitreason è disponibile solo se threadstate è impostato su wait.
waitreason is only available if the threadstate is wait.
Dernière mise à jour : 2008-03-04
Fréquence d'utilisation : 2
Qualité :
la proprietà threadstate indica lo stato di esecuzione corrente del thread. un thread può presentare uno dei seguenti otto valori: initialized (riconosciuto dal microkernel), ready (pronto per essere eseguito sul successivo processore disponibile), running (in esecuzione), standby (in attesa di essere eseguito; valido per un solo thread alla volta), terminated (esecuzione completata), waiting (non pronto per il processore; verrà ripianificato quando pronto), transition (in attesa di risorse diverse dal processore), and unknown (stato non riconosciuto).
the threadstate property indicates the current execution state for the thread. a thread can have one of eight values: initialized (recognized by the microkernel), ready (prepared to run on next available processor), running (executing), standby (about to run, only one thread may be in this state at a time), terminated (finished executing), waiting (not ready for the processor, when ready, it will be rescheduled), transition (thread is waiting for resources other than the processor), and unknown (the thread state is unknown).
Dernière mise à jour : 2008-03-04
Fréquence d'utilisation : 3
Qualité :