MCPcopy Create free account
hub / github.com/davmac314/dinit / timer_data

Method timer_data

dasynq/include/dasynq/timerbase.h:191–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

189 void *userdata;
190
191 timer_data(void *udata = nullptr) noexcept : interval_time(0,0), expiry_count(0), enabled(true), userdata(udata)
192 {
193 // constructor
194 }
195};
196
197class compare_timespec

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected