Binder.JoinThreadPool Method

Definition

Add the calling thread to the IPC thread pool.

[Android.Runtime.Register("joinThreadPool", "()V", "")]
public static void JoinThreadPool ();
[<Android.Runtime.Register("joinThreadPool", "()V", "")>]
static member JoinThreadPool : unit -> unit
Attributes

Remarks

Add the calling thread to the IPC thread pool. This function does not return until the current process is exiting.

Java documentation for android.os.Binder.joinThreadPool().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to