template <>
class ThreadRef
Defined at line 34 of file ../../src/performance/lib/fxt/include/lib/fxt/thread_ref.h
Public Methods
template <typename T, EnableIfConvertibleToThreadRef<T, RefType::kInline> = true>
void ThreadRef (const T & value)
Defined at line 40 of file ../../src/performance/lib/fxt/include/lib/fxt/thread_ref.h
template <typename T, EnableIfConvertibleToThreadRef<T, RefType::kInline> = true>
void ThreadRef (const T & value)
Defined at line 40 of file ../../src/performance/lib/fxt/include/lib/fxt/thread_ref.h
void ThreadRef (zx_koid_t process, zx_koid_t thread)
Defined at line 42 of file ../../src/performance/lib/fxt/include/lib/fxt/thread_ref.h
void ThreadRef (Koid process, Koid thread)
Defined at line 45 of file ../../src/performance/lib/fxt/include/lib/fxt/thread_ref.h
void ThreadRef (const ThreadRef<RefType::kInline> & )
Defined at line 47 of file ../../src/performance/lib/fxt/include/lib/fxt/thread_ref.h
ThreadRef<RefType::kInline> & operator= (const ThreadRef<RefType::kInline> & )
Defined at line 48 of file ../../src/performance/lib/fxt/include/lib/fxt/thread_ref.h
WordSize PayloadSize ()
Defined at line 50 of file ../../src/performance/lib/fxt/include/lib/fxt/thread_ref.h
uint64_t HeaderEntry ()
Defined at line 51 of file ../../src/performance/lib/fxt/include/lib/fxt/thread_ref.h
template <typename Reservation>
void Write (Reservation & res)
Defined at line 54 of file ../../src/performance/lib/fxt/include/lib/fxt/thread_ref.h
Koid process ()
Defined at line 59 of file ../../src/performance/lib/fxt/include/lib/fxt/thread_ref.h
Koid thread ()
Defined at line 60 of file ../../src/performance/lib/fxt/include/lib/fxt/thread_ref.h