| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[libc] Provide 'signal.h' header for the GPU (#101996) Summary: This header is practically useless, but we provide it mostly for the macros so that applications can compile. I'm only doing this for the libc++ unittests that want it, and it is part of the C standard technically. I just made an RPC call to do raise. Anything more isn't going to work since it'd be way too annoying to make the CPU call into some signal handler the GPU registered. | 2 年前 | |
[libc] add SIG_HOLD for linux/gpu (#165007) | 10 个月前 | |
[libc] Implement clock_gettime for the monotonic clock on the GPU (#99067) Summary: This patch implements clock_gettime using the monotonic clock. This allows users to get time elapsed at nanosecond resolution. This is primarily to facilitate compiling the chrono library from libc++. For this reason we provide both CLOCK_MONOTONIC, which we can implement with the GPU's global fixed-frequency clock, and CLOCK_REALTIME which we cannot. The latter is provided just to make people who use this header happy and it will always return failure. | 2 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 2 年前 | ||
| 10 个月前 | ||
| 2 年前 |