We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb24d68 commit 4f51681Copy full SHA for 4f51681
test/webaudio/audioworklet_emscripten_locks.c
@@ -19,7 +19,7 @@ int _emscripten_thread_supports_atomics_wait(void);
19
typedef enum {
20
// The test hasn't yet started
21
TEST_NOT_STARTED,
22
- // No wait support in audio worklets
+ // No atomics wait support in audio worklets
23
TEST_HAS_WAIT,
24
// Acquired in main, fail in process
25
TEST_TRY_ACQUIRE,
0 commit comments