Michael Van Canneyt via fpc-pascal wrote:
Is that a function in the RTL? I can't find it.
No, these are platform-specific functions.
g_get_monotonic_time is probably just an alias for the linux/freebsd
unit functions clock_gettime(CLOCK_MONOTONIC_RAW).
g_get_monotonic_time is in glib
<https://docs.gtk.org/glib/func.get_monotonic_time.html>
function g_get_monotonic_time: gint64; cdecl; external;
but it requires a bug fix when using gtk on MacOSX
<https://bugzilla.gnome.org/show_bug.cgi?id=728123>
Regards,
Adriaan van Os
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal