Home
last modified time | relevance | path

Searched refs:sampling_clock_service (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mono/mini/
H A Dmini-posix.c433 static clock_serv_t sampling_clock_service; variable
441 ret = host_get_clock_service (mach_host_self (), SYSTEM_CLOCK, &sampling_clock_service);
454 ret = mach_port_deallocate (mach_task_self (), sampling_clock_service);
468 ret = clock_get_time (sampling_clock_service, &mach_ts);
487 ret = clock_sleep (sampling_clock_service, TIME_ABSOLUTE, then, &remain_unused);