Home
last modified time | relevance | path

Searched refs:async_id_t (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dasync-hooks-wrapper.h15 typedef double async_id_t; typedef
18 async_id_t execution_async_id;
19 async_id_t trigger_async_id;
67 async_id_t GetExecutionAsyncId() const;
68 async_id_t GetTriggerAsyncId() const;
91 async_id_t current_async_id;
Dasync-hooks-wrapper.cc77 async_id_t AsyncHooks::GetExecutionAsyncId() const { in GetExecutionAsyncId()
81 async_id_t AsyncHooks::GetTriggerAsyncId() const { in GetTriggerAsyncId()