Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/ide/src/trace/database/sql/
DFunc.sql.ts335 let condition = `${asyncTid !== null && asyncTid !== undefined ? `and A.tid = ${asyncTid}` : ''}`; variable
411 ${asyncTid !== null && asyncTid !== undefined ? `and A.tid = ${asyncTid}` : ''} variable