Home
last modified time | relevance | path

Searched refs:uv_stream (Results 1 – 8 of 8) sorted by relevance

/dports/devel/libaravis/aravis-ARAVIS_0_5_12/src/
H A Darvuvstream.c231 ArvUvStream *uv_stream; in arv_uv_stream_new() local
293 stream = ARV_STREAM (uv_stream); in arv_uv_stream_new()
310 uv_stream->priv->thread_data = thread_data; in arv_uv_stream_new()
311uv_stream->priv->thread = arv_g_thread_new ("arv_uv_stream", arv_uv_stream_thread, uv_stream->priv… in arv_uv_stream_new()
313 return ARV_STREAM (uv_stream); in arv_uv_stream_new()
335 arv_uv_stream_init (ArvUvStream *uv_stream) in arv_uv_stream_init() argument
337 uv_stream->priv = G_TYPE_INSTANCE_GET_PRIVATE (uv_stream, ARV_TYPE_UV_STREAM, ArvUvStreamPrivate); in arv_uv_stream_init()
345 if (uv_stream->priv->thread != NULL) { in arv_uv_stream_finalize()
354 g_thread_join (uv_stream->priv->thread); in arv_uv_stream_finalize()
374 uv_stream->priv->thread_data = NULL; in arv_uv_stream_finalize()
[all …]
/dports/multimedia/aravis/aravis-ARAVIS_0_5_12/src/
H A Darvuvstream.c231 ArvUvStream *uv_stream; in arv_uv_stream_new() local
293 stream = ARV_STREAM (uv_stream); in arv_uv_stream_new()
310 uv_stream->priv->thread_data = thread_data; in arv_uv_stream_new()
311uv_stream->priv->thread = arv_g_thread_new ("arv_uv_stream", arv_uv_stream_thread, uv_stream->priv… in arv_uv_stream_new()
313 return ARV_STREAM (uv_stream); in arv_uv_stream_new()
335 arv_uv_stream_init (ArvUvStream *uv_stream) in arv_uv_stream_init() argument
337 uv_stream->priv = G_TYPE_INSTANCE_GET_PRIVATE (uv_stream, ARV_TYPE_UV_STREAM, ArvUvStreamPrivate); in arv_uv_stream_init()
345 if (uv_stream->priv->thread != NULL) { in arv_uv_stream_finalize()
354 g_thread_join (uv_stream->priv->thread); in arv_uv_stream_finalize()
374 uv_stream->priv->thread_data = NULL; in arv_uv_stream_finalize()
[all …]
/dports/editors/neovim/neovim-0.6.1/src/nvim/event/
H A Dsocket.c211 uv_stream_t *uv_stream; in socket_connect() local
242 uv_stream = (uv_stream_t *)tcp; in socket_connect()
247 uv_stream = STRUCT_CAST(uv_stream_t, pipe); in socket_connect()
252 stream_init(NULL, stream, -1, uv_stream); in socket_connect()
/dports/www/node10/node-v10.24.1/src/
H A Dspawn_sync.cc159 uv_stream(), in Start()
167 int r = uv_shutdown(&shutdown_req_, uv_stream(), ShutdownCallback); in Start()
173 int r = uv_read_start(uv_stream(), AllocCallback, ReadCallback); in Start()
228 uv_stream_t* SyncProcessStdioPipe::uv_stream() const { in uv_stream() function in node::SyncProcessStdioPipe
287 uv_read_stop(uv_stream()); in OnRead()
958 uv_stdio_containers_[child_fd].data.stream = h->uv_stream(); in AddStdioPipe()
H A Dspawn_sync.h92 inline uv_stream_t* uv_stream() const;
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmWorkerPool.cxx54 uv_stream_t* uv_stream() const in uv_stream() function in cmUVPipeBuffer
105 int ret = uv_read_start(this->uv_stream(), &cmUVPipeBuffer::UVAlloc, in startRead()
240 this->UVOptionsStdIO_[1].data.stream = this->UVPipeOut_.uv_stream(); in start()
244 this->UVOptionsStdIO_[2].data.stream = this->UVPipeErr_.uv_stream(); in start()
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmWorkerPool.cxx54 uv_stream_t* uv_stream() const in uv_stream() function in cmUVPipeBuffer
105 int ret = uv_read_start(this->uv_stream(), &cmUVPipeBuffer::UVAlloc, in startRead()
240 this->UVOptionsStdIO_[1].data.stream = this->UVPipeOut_.uv_stream(); in start()
244 this->UVOptionsStdIO_[2].data.stream = this->UVPipeErr_.uv_stream(); in start()
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmWorkerPool.cxx54 uv_stream_t* uv_stream() const in uv_stream() function in cmUVPipeBuffer
105 int ret = uv_read_start(this->uv_stream(), &cmUVPipeBuffer::UVAlloc, in startRead()
240 this->UVOptionsStdIO_[1].data.stream = this->UVPipeOut_.uv_stream(); in start()
244 this->UVOptionsStdIO_[2].data.stream = this->UVPipeErr_.uv_stream(); in start()