Home
last modified time | relevance | path

Searched refs:busy (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerPerfCallchains.ts17 busy: boolean = false; property in PerfCallChainThread
27 this.busy = true;
56 thread.busy = false;
65 thread!.busy = false;
70 let noBusyThreads = this.works.filter((it) => !it.busy);
/developtools/profiler/host/smartperf/ide/src/trace/database/ui-worker/
DProcedureWorkerPerfCallchains.ts17 busy: boolean = false; property in PerfCallChainThread
27 this.busy = true;
56 thread.busy = false;
65 thread!.busy = false;
70 let noBusyThreads = this.works.filter((it) => !it.busy);
/developtools/profiler/host/smartperf/ide/src/trace/database/
DProcedure.ts19 busy: boolean = false; property in ProcedureThread
33 this.busy = true;
106 newThread.busy = false;
109 newThread.busy = false;
128 newThread.busy = false;
143 thread.busy = false;
183 thread.busy = false;
232 return this.works.every((it) => !it.busy);
DSqlLite.ts108 busy: boolean = false; property in DbThread
122 this.busy = true;
220 thread!.busy = false;
259 thread!.busy = false;
310 let noBusyThreads = this.works.filter((it) => !it.busy);
/developtools/smartperf_host/ide/src/trace/database/
DProcedure.ts19 busy: boolean = false; property in ProcedureThread
33 this.busy = true;
106 newThread.busy = false;
109 newThread.busy = false;
128 newThread.busy = false;
143 thread.busy = false;
183 thread.busy = false;
232 return this.works.every((it) => !it.busy);
DSqlLite.ts118 busy: boolean = false; property in DbThread
132 this.busy = true;
232 thread!.busy = false;
271 thread!.busy = false;
322 let noBusyThreads = this.works.filter((it) => !it.busy);
/developtools/profiler/hiebpf/include/
Dvmlinux.h7732 bool (*busy)(struct request_queue *); member
105914 long unsigned int *busy; member
106825 bool busy; member
107673 u32 busy; member
107914 u32 busy; member
113615 bool busy; member
121918 atomic_t busy; member
122325 resource_size_t busy; member
123152 unsigned int busy: 1; member
137253 dm_busy_fn busy; member
[all …]