Skip to content

Commit

Permalink
Backport changes affecting EventPipe from PR 45672 into C library. (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
lateralusX committed Jan 7, 2021
1 parent a6e85ec commit 81b9558
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/native/eventpipe/ep-buffer-manager.c
Original file line number Diff line number Diff line change
Expand Up @@ -1014,10 +1014,6 @@ ep_buffer_manager_suspend_write_event (
EventPipeThread *thread = ep_thread_session_state_get_thread (ep_rt_thread_session_state_list_iterator_value (&thread_session_state_list_iterator));
ep_rt_thread_array_append (&thread_array, thread);
ep_rt_thread_session_state_list_iterator_next (&thread_session_state_list_iterator);

// Once EventPipeSession::SuspendWriteEvent completes, we shouldn't have any
// in progress writes left.
EP_ASSERT (ep_thread_get_session_write_in_progress (thread) != session_index);
}
EP_SPIN_LOCK_EXIT (&buffer_manager->rt_lock, section1);

Expand Down

0 comments on commit 81b9558

Please sign in to comment.