class ClockDispatcher
Defined at line 24 of file ../../zircon/kernel/object/include/object/clock_dispatcher.h
Public Members
static const uint64_t kMappedSize
Public Methods
zx_obj_type_t get_type ()
Defined at line 32 of file ../../zircon/kernel/object/include/object/clock_dispatcher.h
const fbl::RefPtr<VmObjectPaged> & vmo ()
Defined at line 42 of file ../../zircon/kernel/object/include/object/clock_dispatcher.h
bool is_mappable ()
Defined at line 43 of file ../../zircon/kernel/object/include/object/clock_dispatcher.h
zx_status_t Create (uint64_t options, const zx_clock_create_args_v1_t & create_args, KernelHandle<ClockDispatcher> * handle, zx_rights_t * rights)
Defined at line 87 of file ../../zircon/kernel/object/clock_dispatcher.cc
void ~ClockDispatcher ()
Defined at line 235 of file ../../zircon/kernel/object/clock_dispatcher.cc
zx_status_t get_name (char (&)[32] out_name)
Defined at line 77 of file ../../zircon/kernel/object/clock_dispatcher.cc
zx_status_t set_name (const char * name, size_t len)
Defined at line 82 of file ../../zircon/kernel/object/clock_dispatcher.cc
zx_status_t Read (zx_time_t * out_now)
Defined at line 242 of file ../../zircon/kernel/object/clock_dispatcher.cc
zx_status_t GetDetails (zx_clock_details_v1_t * out_details)
Defined at line 246 of file ../../zircon/kernel/object/clock_dispatcher.cc
template <typename UpdateArgsType>
zx_status_t Update (uint64_t options, const UpdateArgsType & args)
Defined at line 251 of file ../../zircon/kernel/object/clock_dispatcher.cc