v/vlib/sync
Uwe Krüger d63daa0798
sync: use `mfence` on windows-tcc (#6079)
2020-08-06 17:31:05 +02:00
..
atomic2 sync: channel implementation (#6074) 2020-08-06 15:28:19 +02:00
bench sync: use `mfence` on windows-tcc (#6079) 2020-08-06 17:31:05 +02:00
channel_1_test.v sync: use `mfence` on windows-tcc (#6079) 2020-08-06 17:31:05 +02:00
channel_2_test.v sync: use `mfence` on windows-tcc (#6079) 2020-08-06 17:31:05 +02:00
channel_3_test.v sync: use `mfence` on windows-tcc (#6079) 2020-08-06 17:31:05 +02:00
channel_4_test.v sync: use `mfence` on windows-tcc (#6079) 2020-08-06 17:31:05 +02:00
channel_select_test.v sync: use `mfence` on windows-tcc (#6079) 2020-08-06 17:31:05 +02:00
channels.v sync: use `mfence` on windows-tcc (#6079) 2020-08-06 17:31:05 +02:00
pool.v checker: add error for `fn f() Struct { return &Struct{} }` (#6019) 2020-07-29 21:40:43 +02:00
pool_test.v fix cmd/tools/vtest.v build 2020-04-02 15:52:23 +02:00
sync_nix.c.v sync: channel implementation (#6074) 2020-08-06 15:28:19 +02:00
sync_windows.c.v sync: channel implementation (#6074) 2020-08-06 15:28:19 +02:00
waiter_nix.c.v all: experimental locked concurrency support, part 1 (#5637) 2020-07-04 12:44:25 +02:00
waiter_windows.c.v sync: use Event for waitgroup on windows 2020-06-23 03:23:42 +10:00
waitgroup.v all: experimental locked concurrency support, part 1 (#5637) 2020-07-04 12:44:25 +02:00