Commit 72e2d21
committed
Combine win32 and unix latch implementations.
Previously latches for windows and unix had been implemented in
different files. A later patch introduce an expanded wait
infrastructure, keeping the implementation separate would introduce too
much duplication.
This basically just moves the functions, without too much change. The
reason to keep this separate is that it allows blame to continue working
a little less badly; and to make review a tiny bit easier.
Discussion: 20160114143931.GG10941@awork2.anarazel.de1 parent 326d73c commit 72e2d21
File tree
10 files changed
+278
-384
lines changed- src
- backend
- port
- storage/ipc
- include/storage
- tools/msvc
10 files changed
+278
-384
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14786 | 14786 | | |
14787 | 14787 | | |
14788 | 14788 | | |
14789 | | - | |
14790 | | - | |
14791 | | - | |
14792 | | - | |
14793 | | - | |
14794 | | - | |
14795 | | - | |
14796 | 14789 | | |
14797 | 14790 | | |
14798 | 14791 | | |
| |||
15868 | 15861 | | |
15869 | 15862 | | |
15870 | 15863 | | |
15871 | | - | |
| 15864 | + | |
15872 | 15865 | | |
15873 | 15866 | | |
15874 | 15867 | | |
| |||
16592 | 16585 | | |
16593 | 16586 | | |
16594 | 16587 | | |
16595 | | - | |
16596 | 16588 | | |
16597 | 16589 | | |
16598 | 16590 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1976 | 1976 | | |
1977 | 1977 | | |
1978 | 1978 | | |
1979 | | - | |
1980 | | - | |
1981 | | - | |
1982 | | - | |
1983 | | - | |
1984 | | - | |
1985 | | - | |
1986 | 1979 | | |
1987 | 1980 | | |
1988 | 1981 | | |
| |||
2178 | 2171 | | |
2179 | 2172 | | |
2180 | 2173 | | |
2181 | | - | |
2182 | 2174 | | |
2183 | 2175 | | |
2184 | 2176 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
310 | | - | |
| 309 | + | |
311 | 310 | | |
312 | 311 | | |
313 | 312 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments