0 branches
Tree
Top files
Clone with HTTPS:
stdatomic
thirdparty: fix Cross-compiling from amd64 to arm64 double definition C error (fixes #26534)
last Apr 23
27.17 KB
README.md
doc: update trim_doc_node_description, make module readmes more uniform (#20792)
2 years ago
83 bytes
channel_opt_propagate_test.v
all: Optional error parameter for closing channel (fixes #19203)
last Apr 14
944 bytes
channel_select_6_test.v
ci: remove the `// vtest flaky: true` tags from the remaining tests (#24379)
last Jun 19
1.84 KB
channel_select_test.v
ci: remove the `// vtest flaky: true` tags from the remaining tests (#24379)
last Jun 19
1.87 KB
channel_try_unbuf_test.v
tools: make `v test-cleancode` test everything by default (#10050)
5 years ago
268 bytes
empty_struct_chan_init_test.v
sync: fix error of empty struct channel (fix #17556) (#17597)
3 years ago
116 bytes
sync.c.v
sync: fix spin lock, add destroy() and try_lock(), add valgrind annotate support (#24798)
last Jun 27
3.33 KB
sync_windows.c.v
all: replace `int` with `i32` in `fn C.name(x int) int` declarations (#26522)
last Feb 7
6.53 KB
channel_select_3_test.v
sync: fix read from closed channel behavior as in Go (fixes #26796)
last Apr 15
2.89 KB
channel_select_fifo_test.v
sync: fix flaky channel_select_fifo_test race condition
last May 15
1.49 KB
channel_try_buf_test.v
tools: make `v test-cleancode` test everything by default (#10050)
5 years ago
281 bytes
many_times_test.v
tools: cleanup entries from the hardcoded skip_files list in common.v (used by `v test`, `v test-self` etc); use the new `// vtest build:` syntax to mark the tests instead (#23918)
1 year ago
819 bytes
once_test.v
tools: cleanup entries from the hardcoded skip_files list in common.v (used by `v test`, `v test-self` etc); use the new `// vtest build:` syntax to mark the tests instead (#23918)
1 year ago
502 bytes
spinlock_test.v
sync: fix spin lock, add destroy() and try_lock(), add valgrind annotate support (#24798)
last Jun 27
806 bytes
sync_freebsd.c.v
sync: fix sync on freebsd so that shared_nested_lock_runtime_test.v passes (#27013)
last Apr 28
10.1 KB
Description
sync provides cross platform handling of concurrency primitives.