Home
last modified time | relevance | path

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

123456

/third_party/mbedtls/tests/suites/
Dtest_suite_psa_crypto_slot_management.data7 Transient slot, check after destroying
10 Transient slot, check after destroying and restarting
22 Persistent slot, check after destroying, id=min
25 Persistent slot, check after destroying and restarting, id=min
40 Persistent slot, check after destroying, id=max
87 Persistent slot, check after destroying, persistence=2
90 Persistent slot, check after destroying and restarting, persistence=2
/third_party/expat/
D13-backport-CVE-2022-43680.patch21 + // destroying parser->m_dtd because the DTD is shared with the parent
22 + // parser and the only guard that keeps XML_ParserFree from destroying
/third_party/libwebsockets/lib/misc/threadpool/
Dthreadpool.c99 unsigned int destroying:1; member
498 while (!tp->destroying) { in lws_threadpool_worker()
508 while (!tp->task_queue_head && !tp->destroying) in lws_threadpool_worker()
511 if (tp->destroying) { in lws_threadpool_worker()
584 if (tp->destroying || !task_to_wsi(task)) { in lws_threadpool_worker()
750 tp->destroying = 1; in lws_threadpool_finish()
800 tp->destroying = 1; in lws_threadpool_destroy()
850 if (task->outlive && !tp->destroying) { in lws_threadpool_dequeue_task()
977 if (tp->destroying) in lws_threadpool_enqueue()
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_KHR_win32_surface.txt65 * Creating then destroying a flip presentation model DXGI swapchain on a
68 * Creating then destroying a slink:VkSwapchainKHR on a window object can
71 * Creating then destroying a slink:VkSwapchainKHR on a window object can
74 * Creating then destroying a slink:VkSwapchainKHR on a window object on
/third_party/glib/patch/
Dbackport-glocalfilemonitor-Skip-event-handling-if-the-source-has-been-destroyed.patch35 - * as destroying it from the event handling thread will lead to a
41 + * destroying it from the event handling thread will lead to a deadlock when
Dbackport-glocalfilemonitor-Avoid-file-monitor-destruction-from-event-thread.patch80 + * as destroying it from the event handling thread will lead to a
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_upload_mgr.c125 upload_unmap_internal(struct u_upload_mgr *upload, boolean destroying) in upload_unmap_internal() argument
127 if ((!destroying && upload->map_persistent) || !upload->transfer) in upload_unmap_internal()
/third_party/mesa3d/docs/relnotes/
D17.3.9.rst45 - surface state leak when creating and destroying image views with
122 - mesa: free debug messages when destroying the debug state
D18.0.2.rst43 - surface state leak when creating and destroying image views with
116 - mesa: free debug messages when destroying the debug state
D20.1.4.rst109 - radv: fix destroying the syncobj when exporting a fence FD
D20.1.8.rst104 - mesa/st: release debug_output after destroying the context
D13.0.6.rst172 - anv: Properly handle destroying NULL devices and instances
205 - st/mesa: destroy pipe_context before destroying st_context (v2)
D10.5.9.rst109 - winsys/radeon: Unmap GPU VM address range when destroying BO
D9.0.1.rst97 - wayland: Destroy frame callback when destroying surface
D8.0.3.rst211 - darwin: Unlock our mutex before destroying it
212 - darwin: Eliminate a possible race condition while destroying a
D19.3.5.rst133 - radeonsi: don't wait for shader compilation to finish when destroying
D20.0.7.rst112 - vulkan: Allow destroying NULL debug report callbacks
/third_party/libwebsockets/lib/secure-streams/
Dprivate-lib-secure-streams.h191 uint8_t destroying:1; member
350 uint8_t destroying:1; member
Dsecure-streams-client.c741 if (h->destroying) in lws_sspc_destroy()
744 h->destroying = 1; in lws_sspc_destroy()
/third_party/vk-gl-cts/doc/testspecs/GLES3/
Dfunctional.buffers.txt25 + Creating and destroying buffers
Dfunctional.pbo.txt25 + Creating and destroying pixel pack and unpack buffers
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_display_swapchain/
Dcreate_shared_swapchains.txt38 After destroying one or more of the swapchains, the remaining swapchains and
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-jit-trust/
DREADME.md77 [2021/06/17 14:33:58:4712] E: main: destroying context, interrupted = 1
/third_party/libwebsockets/READMEs/
DREADME.lws_map.md18 ## Creating and destroying the map
/third_party/openssl/doc/man3/
DECDSA_SIG_new.pod7 - Functions for creating, destroying and manipulating ECDSA_SIG objects

123456