Home
last modified time | relevance | path

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

/xnu-10002.41.9/osfmk/machine/
H A Dmachine_remote_time.h38 #define BT_WAKE_SENTINEL_TS (~2ULL) macro
/xnu-10002.41.9/osfmk/kern/
H A Dremote_time.c283 …_remote_timestamp == BT_RESET_SENTINEL_TS) || (received_remote_timestamp == BT_WAKE_SENTINEL_TS)) { in bt_calibration_thread()