Home
last modified time | relevance | path

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

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