You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: system/lib/libc/musl/src/internal/pthread_impl.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ struct pthread {
22
22
// by direct pointer arithmetic in worker.js.
23
23
intthreadStatus; // 0: thread not exited, 1: exited.
24
24
intthreadExitCode; // Thread exit code.
25
-
void*profilerBlock; // If --threadprofiling is enabled, this pointer is allocated to contain internal information about the thread state for profiling purposes.
25
+
void*profilerBlock; // If --threadprofiler is enabled, this pointer is allocated to contain internal information about the thread state for profiling purposes.
0 commit comments