cosmopolitan/test/math
Justine Tunney 761c6ad615
Share file offset across processes
This change ensures that if a file descriptor for an open disk file gets
shared by multiple processes within a process tree, then lseek() changes
will be visible across processes, and read() / write() are synchronized.
Note this only applies to Windows, because UNIX kernels already do this.
2024-08-03 01:39:11 -07:00
..
bf16_test.c Share file offset across processes 2024-08-03 01:39:11 -07:00
BUILD.mk Make malloc() go 200x faster 2024-06-05 02:02:14 -07:00
erff_test.c Introduce support for trapping math 2024-04-30 13:38:43 -07:00
expf_test.c Introduce support for trapping math 2024-04-30 13:38:43 -07:00
float16_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
hypot_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
hypotf_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00
powf_test.c Apply clang-format update to repo (#1154) 2024-04-25 10:38:00 -07:00