v/vlib/sync
2025-04-09 13:13:29 +03:00
..
bench
pool sync.pool: restore the parallel operation (surrounding the cb call in process_in_thread in a lock in 1b52538, effectively disabled parallelism) 2025-03-25 09:16:43 +02:00
stdatomic sync: cleanup tcc flag declarations on musl based distros like Alpine as well (#23783) 2025-02-22 14:24:55 +02:00
threads
array_rlock_test.v
channel_1_test.v
channel_2_test.v
channel_3_test.v
channel_4_test.v
channel_array_mut_test.v
channel_close_test.v
channel_fill_test.v
channel_opt_propagate_test.v
channel_polling_test.v
channel_push_or_1_test.v
channel_push_or_2_test.v
channel_select_2_test.v
channel_select_3_test.v
channel_select_4_test.v
channel_select_5_test.v
channel_select_6_test.v
channel_select_test.v
channel_try_buf_test.v
channel_try_unbuf_test.v
channels.c.v
channels.js.v
common_mutex.v
empty_struct_chan_init_test.v
many_times.v
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) 2025-03-13 19:51:51 +02:00
mutex_test.v
once.v
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) 2025-03-13 19:51:51 +02:00
once_with_param_test.v
README.md
rwmutex_test.v
select_close_test.v
struct_chan_init_test.v
sync.c.v log,sync: fix macos CI failure when log.ThreadSafeLog is used explicitly in v download (#23613) 2025-01-30 11:41:23 +02:00
sync_darwin.c.v sync: remove the call to C.pthread_rwlockattr_setpshared (not needed, since it is the default on POSIX) (#24166) 2025-04-09 13:13:29 +03:00
sync_default.c.v sync: remove the call to C.pthread_rwlockattr_setpshared (not needed, since it is the default on POSIX) (#24166) 2025-04-09 13:13:29 +03:00
sync_freebsd.c.v sync: remove the call to C.pthread_rwlockattr_setpshared (not needed, since it is the default on POSIX) (#24166) 2025-04-09 13:13:29 +03:00
sync_windows.c.v
thread_default.c.v
thread_test.v
thread_windows.c.v
waitgroup.c.v
waitgroup_test.v

Description

sync provides cross platform handling of concurrency primitives.