commit | eb73d4dddaf72e9e1e011549c81dc29cac0b99e3 | [log] [tgz] |
---|---|---|
author | Paul Hu <paulhu@google.com> | Fri Sep 13 13:56:50 2024 +0000 |
committer | Paul Hu <paulhu@google.com> | Wed Oct 16 06:29:48 2024 +0000 |
tree | 54da2656f7ad9240212679812807026b97b8fe01 | |
parent | 511faf74e998773597bf896cd1215cf8fc46b53d [diff] |
Create a timerfd JNI class The timerfd delivers timer expiration notifications via a file descriptor, which can be used to implement delayed callbacks. Create a JNI class to interface with the timerfd system calls. Bug: 366373064 Test: m Change-Id: I0ae7a4cf618838e614b2fa4523b55a4d0e8f74e2