Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/database/ui-worker/
DProcedureWorkerPerfCallchains.ts19 busy: boolean = false;
33 this.busy = true;
64 thread.busy = false;
73 thread!.busy = false;
78 let noBusyThreads = this.works.filter((it) => !it.busy);
/developtools/smartperf_host/ide/src/trace/database/
DConvert.ts23 busy: boolean = false;
35 this.busy = true;
76 thread.busy = false;
97 thread!.busy = false;
133 return this.works.every((it) => !it.busy);
DProcedure.ts19 busy: boolean = false; property in ProcedureThread
36 this.busy = true;
111 newThread.busy = false;
114 newThread.busy = false;
133 newThread.busy = false;
153 thread.busy = false;
160 thread.busy = false;
241 return this.works.every((it) => !it.busy);
DSqlLite.ts42 busy: boolean = false; property in DbThread
61 this.busy = true;
75 this.busy = true;
92 this.busy = true;
209 thread!.busy = false;
216 thread!.busy = false;
359 let noBusyThreads = this.works.filter((it) => !it.busy);
373 let noBusyThreads = this.works.filter((it) => !it.busy);
394 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 …]