Searched defs:joinThreadPool (Results 1 - 5 of 5) sorted by last modified time

/frameworks/native/include/binder/
H A DBinderService.h46 joinThreadPool();
54 static void joinThreadPool() { function in class:android::BinderService
58 IPCThreadState::self()->joinThreadPool();
/frameworks/native/libs/binder/
H A DIPCThreadState.cpp493 void IPCThreadState::joinThreadPool(bool isMain) function in class:android::IPCThreadState
/frameworks/native/libs/binder/include/binder/
H A DBinderService.h46 joinThreadPool();
54 static void joinThreadPool() { function in class:android::BinderService
58 IPCThreadState::self()->joinThreadPool();
/frameworks/base/core/java/android/os/
H A DBinder.java341 public static final native void joinThreadPool(); method in class:Binder
/frameworks/base/core/java/com/android/internal/os/
H A DBinderInternal.java67 public static final native void joinThreadPool(); method in class:BinderInternal

Completed in 137 milliseconds