Home
last modified time | relevance | path

Searched refs:Shutdown (Results 1 - 25 of 40) sorted by relevance

12

/third_party/rust/crates/nix/test/
H A Dtest_sendfile.rs12 use std::net::Shutdown;
96 wr.shutdown(Shutdown::Both).unwrap(); in test_sendfile_freebsd()
145 wr.shutdown(Shutdown::Both).unwrap(); in test_sendfile_dragonfly()
194 wr.shutdown(Shutdown::Both).unwrap(); in test_sendfile_darwin()
/third_party/node/src/
H A Dinspector_socket.h48 static void Shutdown(ProtocolHandler*);
51 DeleteFnPtr<ProtocolHandler, Shutdown> protocol_handler_;
H A Dnode_platform.h76 void Shutdown();
125 void Shutdown();
146 void Shutdown();
H A Dnode_platform.cc217 void WorkerThreadsTaskRunner::Shutdown() { in Shutdown() function in node::WorkerThreadsTaskRunner
296 void PerIsolatePlatformData::Shutdown() { in Shutdown() function in node::PerIsolatePlatformData
357 Shutdown(); in ~NodePlatform()
385 existing.second->Shutdown(); in UnregisterIsolate()
402 void NodePlatform::Shutdown() { in Shutdown() function in node::NodePlatform
405 worker_thread_task_runner_->Shutdown(); in Shutdown()
H A Dinspector_socket.cc69 virtual void Shutdown() = 0;
406 void Shutdown() override {
567 void Shutdown() override {
781 void InspectorSocket::Shutdown(ProtocolHandler* handler) { in Shutdown() function in node::inspector::InspectorSocket
782 handler->Shutdown(); in Shutdown()
H A Dstream_base.cc43 int StreamBase::Shutdown(v8::Local<v8::Object> req_wrap_obj) { in Shutdown() function in node::StreamBase
167 int StreamBase::Shutdown(const FunctionCallbackInfo<Value>& args) { in Shutdown() function in node::StreamBase
171 return Shutdown(req_wrap_obj); in Shutdown()
528 SetProtoMethod(isolate, t, "shutdown", JSMethod<&StreamBase::Shutdown>); in AddMethods()
566 registry->Register(JSMethod<&StreamBase::Shutdown>); in RegisterExternalReferences()
H A Dnode_v8_platform-inl.h115 platform_->Shutdown(); in Dispose()
H A Dstream_base.h342 int Shutdown(v8::Local<v8::Object> req_wrap_obj = v8::Local<v8::Object>());
381 int Shutdown(const v8::FunctionCallbackInfo<v8::Value>& args);
H A Dstream_pipe.cc132 sink->Shutdown(); in OnStreamRead()
177 pipe->sink()->Shutdown(); in OnStreamAfterWrite()
/third_party/skia/third_party/externals/angle2/third_party/renderdoc/src/
H A Drenderdoc_app.h548 pRENDERDOC_Shutdown Shutdown; member
599 pRENDERDOC_Shutdown Shutdown; member
643 pRENDERDOC_Shutdown Shutdown; member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dtrace.h108 Shutdown = 'S', member in marl::Trace::Event::Type
133 struct Shutdown : public Event { struct in marl::Trace
134 Type type() const override { return Type::Shutdown; }
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Dtrace.cpp64 if (event->type() == Event::Type::Shutdown) { in Trace()
78 while (take()->type() != Event::Type::Shutdown) { in Trace()
84 put(new Shutdown()); in ~Trace()
/third_party/mesa3d/src/util/
H A Du_perfetto.cc33 perfetto::Tracing::Shutdown(); in util_perfetto_fini()
/third_party/rust/crates/rustix/src/net/
H A Dsocket.rs9 AcceptFlags, AddressFamily, Protocol, Shutdown, SocketFlags, SocketType,
404 pub fn shutdown<Fd: AsFd>(sockfd: Fd, how: Shutdown) -> io::Result<()> { in shutdown()
H A Dmod.rs30 socket_with, AcceptFlags, AddressFamily, Protocol, Shutdown, SocketFlags, SocketType,
/third_party/node/test/cctest/
H A Dnode_test_fixture.cc34 NodeZeroIsolateTestFixture::platform->Shutdown(); in TearDown()
H A Dtest_platform.cc103 delegate->Shutdown(); in TEST_F()
/third_party/gn/src/gn/
H A Dscheduler.h50 void Shutdown();
/third_party/rust/crates/rustix/src/backend/libc/net/
H A Dsyscalls.rs15 use super::types::{AcceptFlags, AddressFamily, Protocol, Shutdown, SocketFlags, SocketType};
336 pub(crate) fn shutdown(sockfd: BorrowedFd<'_>, how: Shutdown) -> io::Result<()> {
/third_party/rust/crates/rustix/src/backend/linux_raw/net/
H A Dtypes.rs234 pub enum Shutdown { enum
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs2455 pub enum Shutdown { enum
2467 pub fn shutdown(df: RawFd, how: Shutdown) -> Result<()> { in shutdown()
2472 Shutdown::Read => libc::SHUT_RD, in shutdown()
2473 Shutdown::Write => libc::SHUT_WR, in shutdown()
2474 Shutdown::Both => libc::SHUT_RDWR, in shutdown()
/third_party/cups-filters/filter/
H A Drastertopclx.c17 * Shutdown() - Shutdown a printer.
93 void Shutdown(ppd_file_t *ppd, int job_id, const char *user,
900 * 'Shutdown()' - Shutdown a printer.
904 Shutdown(ppd_file_t *ppd, /* I - PPD file */ in Shutdown() function
1957 Shutdown(ppd, job_id, argv[2], argv[3], num_options, options); in main()
H A Drastertoescpx.c17 * Shutdown() - Shutdown a printer.
95 void Shutdown(ppd_file_t *);
1182 * 'Shutdown()' - Shutdown a printer.
1186 Shutdown(ppd_file_t *ppd) /* I - PPD file */ in Shutdown() function
1909 Shutdown(ppd); in main()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go47 Shutdown(context.Context) error
298 err := h.server.Shutdown(ctx)
659 func (s *serverDispatcher) Shutdown(ctx context.Context) error {
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/protocol/
H A Dtsserver.go47 Shutdown(context.Context) error
298 err := h.server.Shutdown(ctx)
659 func (s *serverDispatcher) Shutdown(ctx context.Context) error {

Completed in 21 milliseconds

12