Home
last modified time | relevance | path

Searched refs:destroying (Results 1 – 25 of 105) sorted by relevance

12345

/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c91 unsigned int destroying:1; member
464 while (!tp->destroying) { in lws_threadpool_worker()
474 while (!tp->task_queue_head && !tp->destroying) in lws_threadpool_worker()
477 if (tp->destroying) { in lws_threadpool_worker()
550 if (tp->destroying || !task->args.wsi) { in lws_threadpool_worker()
709 tp->destroying = 1; in lws_threadpool_finish()
758 tp->destroying = 1; in lws_threadpool_destroy()
809 if (task->outlive && !tp->destroying) { in lws_threadpool_dequeue()
911 if (tp->destroying) in lws_threadpool_enqueue()
/third_party/weston/libweston/
Dscreenshooter.c224 int count, destroying; member
367 if (recorder->destroying) in weston_recorder_frame_notify()
492 recorder->destroying = 1; in weston_recorder_stop()
/third_party/boost/libs/smart_ptr/doc/smart_ptr/
Dshared_array.adoc164 this `shared_array` with the new one, destroying the replaced object.
177 this `shared_array` with the new one, destroying the replaced object.
188 this `shared_array` with the new one, destroying the replaced object.
Dintrusive_ptr.adoc21 is destroyed, it calls `intrusive_ptr_release`; this function is responsible for destroying the obj…
/third_party/libwebsockets/lib/secure-streams/
Dsecure-streams-client.c397 if (h->destroying) in lws_sspc_destroy()
400 h->destroying = 1; in lws_sspc_destroy()
Dprivate-lib-secure-streams.h242 uint8_t destroying:1; member
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/
DChannelArgsUtil.m33 // Decrease ref count to the object when destroying
DGRPCChannelPool.m147 // No more call has reference to this channel. We may start the timer for destroying the
/third_party/boost/libs/beast/doc/qbk/07_concepts/
DFieldsWriter.qbk88 sequence before destroying `a`.
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/
Dupgrade.dart93 'Unknown flutter tag. Abandoning upgrade to avoid destroying local '
100 'Unknown flutter tag. Abandoning upgrade to avoid destroying local '
/third_party/boost/libs/convert/doc/
Dconverters.qbk47 … expected of them due to implicit ['int-to-double] promotion and value-destroying ['double-to-int]…
/third_party/weston/libweston/backend-drm/
Dvaapi-recorder.c79 int destroying; member
916 r->destroying = 1; in destroy_worker_thread()
1117 while (!r->destroying) { in worker_thread_function()
/third_party/weston/doc/sphinx/toc/libweston/
Dlog.rst41 Log scopes are managed **explicitly**, and destroying the scope is done using
97 protocol is a bit special in this regard as the destroying part is handled
Doutput-management.rst90 :alt: Sequence diagram of compositor destroying an output.
/third_party/boost/libs/thread/doc/
Dscoped_thread.qbk129 This wrapper can be used to join the thread before destroying it.
247 This wrapper can be used to join the thread before destroying it.
Dtss.qbk32 member function, allowing the application to take back responsibility for destroying the object.
/third_party/openssl/doc/man3/
DEC_GROUP_new.pod21 EC_get_builtin_curves - Functions for creating and destroying EC_GROUP
DDH_meth_new.pod122 for destroying an instance of a DH object respectively. This function will be
DBIO_meth_new.pod124 for destroying an instance of a BIO respectively. This function will be
DUI_create_method.pod91 by closing the channel to the tty, maybe by destroying a dialog box.
DEC_KEY_new.pod16 EC_KEY_priv2buf - Functions for creating, destroying and manipulating
DDSA_meth_new.pod164 for destroying an instance of a DSA object respectively. This function will be
/third_party/libinput/doc/user/
Darchitecture.rst83 Which context was initialized only matters for creating/destroying a context
/third_party/python/Doc/c-api/
Dtuple.rst106 at the end. Think of this as destroying the old tuple and creating a new one,
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dinternal.h309 uint8_t destroying = false; member

12345