AbstractOwnableSynchronizer.ExclusiveOwnerThread Proprietà

Definizione

Restituisce l'ultimo set di thread da setExclusiveOwnerThreado null se non è mai impostato. -oppure- Imposta il thread attualmente proprietario dell'accesso esclusivo.

protected Java.Lang.Thread? ExclusiveOwnerThread { [Android.Runtime.Register("getExclusiveOwnerThread", "()Ljava/lang/Thread;", "")] get; [Android.Runtime.Register("setExclusiveOwnerThread", "(Ljava/lang/Thread;)V", "")] set; }
[<get: Android.Runtime.Register("getExclusiveOwnerThread", "()Ljava/lang/Thread;", "")>]
[<set: Android.Runtime.Register("setExclusiveOwnerThread", "(Ljava/lang/Thread;)V", "")>]
member this.ExclusiveOwnerThread : Java.Lang.Thread with get, set

Valore della proprietà

thread proprietario

Attributi

Commenti

Documentazione del getter delle proprietà:

Restituisce l'ultimo set di thread da setExclusiveOwnerThreado null se non è mai impostato. Questo metodo non impone altrimenti alcuna sincronizzazione o volatile accesso ai campi.

per java.util.concurrent.locks.AbstractOwnableSynchronizer.getExclusiveOwnerThread().

Documentazione del setter delle proprietà:

Imposta il thread proprietario dell'accesso esclusivo. Un null argomento indica che nessun thread è proprietario dell'accesso. Questo metodo non impone altrimenti alcuna sincronizzazione o volatile accesso ai campi.

per java.util.concurrent.locks.AbstractOwnableSynchronizer.setExclusiveOwnerThread(java.lang.Thread).

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a