| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent fffba3a commit 657292e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -858,14 +858,14 @@ Print short summaries of calls to [`Atomics.wait()`][] to stderr. | |||
| 858 | 858 | The output could look like this: | |
| 859 | 859 | ||
| 860 | 860 | ```text | |
| 861 | - (node:15701) [Thread 0] Atomics.wait(<address> + 0, 1, inf) started | ||
| 862 | - (node:15701) [Thread 0] Atomics.wait(<address> + 0, 1, inf) did not wait because the values mismatched | ||
| 863 | - (node:15701) [Thread 0] Atomics.wait(<address> + 0, 0, 10) started | ||
| 864 | - (node:15701) [Thread 0] Atomics.wait(<address> + 0, 0, 10) timed out | ||
| 865 | - (node:15701) [Thread 0] Atomics.wait(<address> + 4, 0, inf) started | ||
| 866 | - (node:15701) [Thread 1] Atomics.wait(<address> + 4, -1, inf) started | ||
| 867 | - (node:15701) [Thread 0] Atomics.wait(<address> + 4, 0, inf) was woken up by another thread | ||
| 868 | - (node:15701) [Thread 1] Atomics.wait(<address> + 4, -1, inf) was woken up by another thread | ||
| 861 | + (node:15701) [Thread 0] Atomics.wait(<address> + 0, 1, inf) started | ||
| 862 | + (node:15701) [Thread 0] Atomics.wait(<address> + 0, 1, inf) did not wait because the values mismatched | ||
| 863 | + (node:15701) [Thread 0] Atomics.wait(<address> + 0, 0, 10) started | ||
| 864 | + (node:15701) [Thread 0] Atomics.wait(<address> + 0, 0, 10) timed out | ||
| 865 | + (node:15701) [Thread 0] Atomics.wait(<address> + 4, 0, inf) started | ||
| 866 | + (node:15701) [Thread 1] Atomics.wait(<address> + 4, -1, inf) started | ||
| 867 | + (node:15701) [Thread 0] Atomics.wait(<address> + 4, 0, inf) was woken up by another thread | ||
| 868 | + (node:15701) [Thread 1] Atomics.wait(<address> + 4, -1, inf) was woken up by another thread | ||
| 869 | 869 | ``` | |
| 870 | 870 | ||
| 871 | 871 | The fields here correspond to: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments