v/vlib/sync
2024-03-25 12:18:27 +02:00
..
bench sync: fix compilation of bench many_writers_and_receivers_on_1_channel.v (#19956) 2023-11-21 11:48:29 +02:00
pool all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
stdatomic sync: support more gcc version specific search locations on linux with tcc 2024-02-26 23:05:22 +02:00
threads all: replace "NB:" with "Note:" (docs/comments) 2022-03-06 20:01:22 +03:00
array_rlock_test.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
channel_1_test.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
channel_2_test.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
channel_3_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_4_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_array_mut_test.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
channel_close_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_fill_test.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
channel_opt_propagate_test.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
channel_polling_test.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
channel_push_or_1_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
channel_push_or_2_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_select_2_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_select_3_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_select_4_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_select_5_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
channel_select_6_test.v all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
channel_select_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
channel_try_buf_test.v tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
channel_try_unbuf_test.v tools: make v test-cleancode test everything by default (#10050) 2021-05-08 13:32:29 +03:00
channels.c.v all: unwrap const() blocks 2023-11-25 10:02:51 +03:00
channels.js.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
common_mutex.v log: improve the most common use case (#19242) 2023-08-31 06:44:11 +03:00
empty_struct_chan_init_test.v sync: fix error of empty struct channel (fix #17556) (#17597) 2023-03-11 12:02:51 +02:00
many_times.v sync: move sync.atomic2 to sync.stdatomic, cleanup 2021-12-28 10:16:22 +02:00
many_times_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
mutex_test.v sync: fix FreeBSD implementation of sync functions (#20483) 2024-01-11 12:03:34 +02:00
once.v docs,sync: separate example code blocks with a newline (#17165) 2023-01-30 21:25:33 +02:00
once_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
once_with_param_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
README.md doc: update trim_doc_node_description, make module readmes more uniform (#20792) 2024-02-12 12:38:47 +02:00
rwmutex_test.v all: fix typos (#21089) 2024-03-25 12:18:27 +02:00
select_close_test.v all: replace generic <> with [] - part 2 (#16536) 2022-11-26 18:23:26 +02:00
struct_chan_init_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00
sync.c.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
sync_darwin.c.v sync: add .try_lock() to mutex/rwmutex, add tests (#20381) 2024-01-05 15:57:04 +02:00
sync_default.c.v sync: add .try_lock() to mutex/rwmutex, add tests (#20381) 2024-01-05 15:57:04 +02:00
sync_freebsd.c.v sync: fix FreeBSD implementation of sync functions (#20483) 2024-01-11 12:03:34 +02:00
sync_windows.c.v sync: add .try_lock() to mutex/rwmutex, add tests (#20381) 2024-01-05 15:57:04 +02:00
thread_default.c.v sync: document sync.thread_id() 2022-03-23 19:52:20 +02:00
thread_test.v vfmt: change all '$expr' to '${expr}' (#16428) 2022-11-15 16:53:13 +03:00
thread_windows.c.v sync: add sync.thread_id() u64 { (#13810) 2022-03-23 19:19:14 +03:00
waitgroup.c.v all: update attributes to use new syntax 2023-11-15 16:16:01 +11:00
waitgroup_test.v fmt: replace go with spawn 2022-11-05 10:46:40 +03:00

Description

sync provides cross platform handling of concurrency primitives.