Skip to content

Commit

Permalink
Replace starboard::RWLock with std::shared_mutex (#3879)
Browse files Browse the repository at this point in the history
Test-On-Device: true

b/354458532
  • Loading branch information
alexanderbobrovnik authored Jul 29, 2024
1 parent e25e899 commit 78310bd
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 420 deletions.
2 changes: 0 additions & 2 deletions starboard/common/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ static_library("common") {
"ref_counted.h",
"reuse_allocator_base.cc",
"reuse_allocator_base.h",
"rwlock.cc",
"rwlock.h",
"semaphore.cc",
"semaphore.h",
"socket.cc",
Expand Down
69 changes: 0 additions & 69 deletions starboard/common/rwlock.cc

This file was deleted.

105 changes: 0 additions & 105 deletions starboard/common/rwlock.h

This file was deleted.

1 change: 0 additions & 1 deletion starboard/nplb/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ target(gtest_target_type, "nplb") {
"posix_compliance/posix_time_test.cc",
"random_helpers.cc",
"recursive_mutex_test.cc",
"rwlock_test.cc",
"semaphore_test.cc",
"socket_accept_test.cc",
"socket_bind_test.cc",
Expand Down
Loading

0 comments on commit 78310bd

Please sign in to comment.