Home
last modified time | relevance | path

Searched defs:joinThreadPool (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/libs/binder/include/binder/
DBinderService.h55 static void joinThreadPool() { in joinThreadPool() function
/frameworks/native/include/binder/
DBinderService.h55 static void joinThreadPool() { in joinThreadPool() function
/frameworks/base/core/java/com/android/internal/os/
DBinderInternal.java158 public static final native void joinThreadPool(); in joinThreadPool() method in BinderInternal
/frameworks/base/core/java/android/os/
DBinder.java576 public static final void joinThreadPool() { in joinThreadPool() method in Binder
/frameworks/native/libs/binder/
DIPCThreadState.cpp617 void IPCThreadState::joinThreadPool(bool isMain) in joinThreadPool() function in android::IPCThreadState