Searched refs:resolution (Results 1 - 15 of 15) sorted by relevance

/seL4-camkes-master/projects/util_libs/libplatsupport/include/platsupport/
H A Dltimer.h103 * @param[out] resolution variable to read the resoltion value into
106 int (*get_resolution)(void *data, uint64_t *resolution);
138 static inline int ltimer_get_resolution(ltimer_t *timer, uint64_t *resolution) argument
145 if (!resolution) {
155 return timer->get_resolution(timer->data, resolution);
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/am335x/
H A Dltimer.c42 static int get_resolution(void *data, uint64_t *resolution) argument
44 *resolution = NS_IN_MS;
/seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/nvidia/
H A Dltimer.c45 static int get_resolution(void *data, uint64_t *resolution) argument
/seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/imx/
H A Dltimer.c43 static int get_resolution(void *data, uint64_t *resolution) argument
/seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/exynos/
H A Dltimer.c40 static int get_resolution(void *data, uint64_t *resolution) argument
/seL4-camkes-master/projects/util_libs/libplatsupport/src/
H A Dltimer.h101 static int get_resolution_dummy(void *data, uint64_t *resolution) argument
/seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/zynq/
H A Dltimer.c50 static int get_resolution(void *data, uint64_t *resolution) argument
/seL4-camkes-master/projects/util_libs/libplatsupport/src/mach/omap/
H A Dltimer.c39 static int get_resolution(void *data, uint64_t *resolution) argument
/seL4-camkes-master/projects/picotcp/docs/user_manual/
H A Dchap_api_sntp_c.tex11 Function to sync the local time to a given sntp server in string notation. DNS resolution will be done automatically.
H A Dchap_api_mdns.tex115 \item \texttt{callback} - Callback function that gets called when \textbf{\emph{ALL}} records in the tree are successfully registered on the network. Records in the returned tree can differ from records originally registered due to conflict-resolution and such.
222 The initialisation-callback can get called multiple times during run-time due to \emph{passive conflict detection}. A passive conflict occurs for unique records when a faulty Multicast DNS-responder doesn't apply conflict resolution after an occurred conflict. A passive conflict can also occur when a peer registers a \textbf{\emph{shared}} record with the same name and type combination as a \textbf{\emph{unique}} record that the local host already successfully registered on the network. Because of that, shared records have priority over unique records, so unfortunately the local host has to apply the conflict resolution-mechanism to it's earlier uniquely verified record. To be able to notify the application of an updated unique record, the callback gets called given in the initialisation-function. But since that callback maybe parses the returned records as the hostname-records and this isn't necessarily the case when a passive conflict occurs, a mechanism is needed to differ hostname-records from other records. This preprocessor-macro allows this.
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/bcm2837/
H A Dltimer.c131 static int get_resolution(void *data, uint64_t *resolution) argument
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/odroidc2/
H A Dltimer.c104 static int get_resolution(void *data, uint64_t *resolution) argument
/seL4-camkes-master/projects/util_libs/libplatsupport/src/arch/arm/
H A Dgeneric_ltimer.c122 static int get_resolution(void *data, uint64_t *resolution) argument
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/hifive/
H A Dltimer.c130 static int get_resolution(void *data, uint64_t *resolution) argument
/seL4-camkes-master/projects/util_libs/libplatsupport/src/plat/pc99/
H A Dltimer.c183 static int get_resolution(void *data, uint64_t *resolution) argument

Completed in 106 milliseconds