Searched refs:TRACE_NONCE (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/system/ulib/trace/include/trace/
H A Devent.h150 // trace_async_id_t async_id = TRACE_NONCE();
155 #define TRACE_NONCE() (trace_generate_nonce()) macro
/fuchsia/zircon/system/utest/trace/
H A Devent_tests_common.h118 // Note: TRACE_NONCE() still returns unique values when NTRACE is defined
120 uint64_t nonce1 = TRACE_NONCE();
122 uint64_t nonce2 = TRACE_NONCE();
/fuchsia/zircon/system/dev/block/sdmmc/
H A Dsdmmc.c324 dev->async_id = TRACE_NONCE();

Completed in 37 milliseconds