[all-commits] [llvm/llvm-project] 57afb4: [libc][Obvious] Fix thrd_join's first arg.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Thu Aug 11 12:23:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 57afb48057433cdd9f420efe208329a64adea352
https://github.com/llvm/llvm-project/commit/57afb48057433cdd9f420efe208329a64adea352
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2022-08-11 (Thu, 11 Aug 2022)
Changed paths:
M libc/spec/stdc.td
M libc/src/threads/thrd_join.cpp
M libc/src/threads/thrd_join.h
M libc/test/integration/src/threads/call_once_test.cpp
M libc/test/integration/src/threads/cnd_test.cpp
M libc/test/integration/src/threads/mtx_test.cpp
M libc/test/integration/src/threads/thrd_equal_test.cpp
M libc/test/integration/src/threads/thrd_exit_test.cpp
M libc/test/integration/src/threads/thrd_test.cpp
Log Message:
-----------
[libc][Obvious] Fix thrd_join's first arg.
First argument to thrd_join was incorrectly listed as a pointer
to a thrd_t value. It should instead be a thrd_t value argument.
More information about the All-commits
mailing list