OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iothread
(Results
1 - 15
of
15
) sorted by null
/frameworks/base/services/core/java/com/android/server/
IoThread.java
27
public final class
IoThread
extends ServiceThread {
28
private static
IoThread
sInstance;
31
private
IoThread
() {
37
sInstance = new
IoThread
();
44
public static
IoThread
get() {
45
synchronized (
IoThread
.class) {
52
synchronized (
IoThread
.class) {
Watchdog.java
243
mHandlerCheckers.add(new HandlerChecker(
IoThread
.getHandler(),
BluetoothManagerService.java
243
mHandler = new BluetoothHandler(
IoThread
.get().getLooper());
[
all
...]
MountService.java
[
all
...]
/external/fio/engines/
windowsaio.c
28
HANDLE
iothread
;
member in struct:windowsaio_data
118
wd->
iothread
= CreateThread(NULL, 0, IoCompletionRoutine, ctx, 0, NULL);
119
if (wd->
iothread
== NULL)
123
if (rc || wd->
iothread
== NULL)
138
WaitForSingleObject(wd->
iothread
, INFINITE);
140
CloseHandle(wd->
iothread
);
/frameworks/base/services/core/java/com/android/server/connectivity/
PacManager.java
42
import com.android.server.
IoThread
;
128
IoThread
.getHandler().post(mPacDownloader);
270
IoThread
.getHandler().post(mPacDownloader);
300
IoThread
.getHandler().post(mPacDownloader);
Tethering.java
72
import com.android.server.
IoThread
;
180
mLooper =
IoThread
.get().getLooper();
[
all
...]
/frameworks/base/services/core/java/com/android/server/job/
JobStore.java
37
import com.android.server.
IoThread
;
80
/** Handler backed by
IoThread
for writing to disk. */
81
private final Handler mIoHandler =
IoThread
.getHandler();
[
all
...]
/frameworks/base/services/core/java/com/android/server/pm/
PackageInstallerService.java
93
import com.android.server.
IoThread
;
553
IoThread
.getHandler().post(new Runnable() {
[
all
...]
/frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java
84
import com.android.server.
IoThread
;
134
IoThread
.get().getLooper());
[
all
...]
/prebuilts/android-emulator/linux-x86_64/qemu/linux-x86/
qemu-system-aarch64
qemu-system-i386
qemu-system-mips64el
qemu-system-x86_64
/external/chromium-trace/catapult/tracing/test_data/
main_thread_has_unclosed_slices.json
[
all
...]
Completed in 1047 milliseconds