/third_party/libwebsockets/lib/misc/threadpool/ |
D | threadpool.c | 91 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/ |
D | screenshooter.c | 224 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/ |
D | shared_array.adoc | 164 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.
|
D | intrusive_ptr.adoc | 21 is destroyed, it calls `intrusive_ptr_release`; this function is responsible for destroying the obj…
|
/third_party/libwebsockets/lib/secure-streams/ |
D | secure-streams-client.c | 397 if (h->destroying) in lws_sspc_destroy() 400 h->destroying = 1; in lws_sspc_destroy()
|
D | private-lib-secure-streams.h | 242 uint8_t destroying:1; member
|
/third_party/grpc/src/objective-c/GRPCClient/private/GRPCCore/ |
D | ChannelArgsUtil.m | 33 // Decrease ref count to the object when destroying
|
D | GRPCChannelPool.m | 147 // 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/ |
D | FieldsWriter.qbk | 88 sequence before destroying `a`.
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/commands/ |
D | upgrade.dart | 93 '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/ |
D | converters.qbk | 47 … expected of them due to implicit ['int-to-double] promotion and value-destroying ['double-to-int]…
|
/third_party/weston/libweston/backend-drm/ |
D | vaapi-recorder.c | 79 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/ |
D | log.rst | 41 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
|
D | output-management.rst | 90 :alt: Sequence diagram of compositor destroying an output.
|
/third_party/boost/libs/thread/doc/ |
D | scoped_thread.qbk | 129 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.
|
D | tss.qbk | 32 member function, allowing the application to take back responsibility for destroying the object.
|
/third_party/openssl/doc/man3/ |
D | EC_GROUP_new.pod | 21 EC_get_builtin_curves - Functions for creating and destroying EC_GROUP
|
D | DH_meth_new.pod | 122 for destroying an instance of a DH object respectively. This function will be
|
D | BIO_meth_new.pod | 124 for destroying an instance of a BIO respectively. This function will be
|
D | UI_create_method.pod | 91 by closing the channel to the tty, maybe by destroying a dialog box.
|
D | EC_KEY_new.pod | 16 EC_KEY_priv2buf - Functions for creating, destroying and manipulating
|
D | DSA_meth_new.pod | 164 for destroying an instance of a DSA object respectively. This function will be
|
/third_party/libinput/doc/user/ |
D | architecture.rst | 83 Which context was initialized only matters for creating/destroying a context
|
/third_party/python/Doc/c-api/ |
D | tuple.rst | 106 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/ |
D | internal.h | 309 uint8_t destroying = false; member
|