Home
last modified time | relevance | path

Searched refs:blockedFunction (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/frontend/
Dthread_state_panel.ts59 this.getBlockedFunctionContent(threadState.blockedFunction),
103 getBlockedFunctionContent(blockedFunction: string|undefined) {
104 if (blockedFunction === undefined) {
107 return m('tr', m('th', `Blocked Function`), m('td', blockedFunction));
Dglobals.ts89 blockedFunction?: string; property
/external/perfetto/ui/src/controller/
Dselection_controller.ts275 const blockedFunction = constant
284 blockedFunction