summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/proc.cc
diff options
context:
space:
mode:
authorTamir Duberstein <tamird@google.com>2020-04-13 16:59:45 -0700
committergVisor bot <gvisor-bot@google.com>2020-04-13 17:00:51 -0700
commitd303684d7ab9b8a3961398fcf12560956ee9e2e3 (patch)
tree29609b21d52e22318dcca6652e35bba180317631 /test/syscalls/linux/proc.cc
parent7e5d67ee90867ba3a2cc0bf1abc59a6c0a47203b (diff)
Remove unnecessary threads
The work being done in these threads is not asynchronous with respect to the test; that is, it is equivalent to issue non-blocking `connect` calls serially, since the work is done asynchronously with respect to the caller. Futhermore, this test was added to test closing a listener with completed but not delivered connections, which never required threading in the first place. PiperOrigin-RevId: 306339486
Diffstat (limited to 'test/syscalls/linux/proc.cc')
0 files changed, 0 insertions, 0 deletions