Home
last modified time | relevance | path

Searched refs:is_main_thread (Results 1 – 10 of 10) sorted by relevance

/developtools/smartperf_host/ide/src/trace/database/data-trafic/process/
DProcessDeliverInputEventDataReceiver.ts57 processDeliverInputEvent.is_main_thread[i] = it.isMainThread;
79 is_main_thread: processDeliverInputEvent.is_main_thread.buffer,
96 processDeliverInputEvent.is_main_thread.buffer,
112 is_main_thread: Int8Array; property in ProcessDeliverInputEvent
124 …this.is_main_thread = new Int8Array(transfer ? len : data.params.sharedArrayBuffers.is_main_thread
DProcessDeliverInputEventDataSender.ts26 is_main_thread: new SharedArrayBuffer(Int32Array.BYTES_PER_ELEMENT * MAX_COUNT),
62 let is_main_thread = new Int8Array(buffers.is_main_thread);
75 is_main_thread: is_main_thread[i],
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/
DTabPaneCurrentSelection.test.ts55 is_main_thread: 0,
91 is_main_thread: 0,
126 is_main_thread: 2, variable
219 is_main_thread: 0,
/developtools/smartperf_host/ide/src/trace/bean/
DFuncStruct.ts30 is_main_thread: number | undefined; property in FuncStruct
DThreadStruct.ts42 is_main_thread: number | undefined; property in ThreadStruct
/developtools/smartperf_host/trace_streamer/src/protos/smartperf_host/
Dsph_data.proto250 int32 is_main_thread = 6; field
/developtools/smartperf_host/ide/src/trace/proto/
DSphBaseData.proto250 int32 is_main_thread = 6; field
/developtools/smartperf_host/ide/src/doc/md/
Ddes_tables.md1831 | is_main_thread | INT |
1848 - is_main_thread:是否主线程,主线程即该线程实际就是进程本身
/developtools/smartperf_host/trace_streamer/doc/
Ddes_tables.md1455 |is_main_thread|INT |
1468 - is_main_thread:是否主线程,主线程即该线程实际就是进程本身
/developtools/smartperf_host/trace_streamer/test/unittest/query/
Dsqllite_prepar_cache_data_test.cpp1043 …EXPECT_EQ(batchProcessInputEventFramesRes.values(0).process_input_event_data().is_main_thread(), I…