Home
last modified time | relevance | path

Searched refs:thread_exit (Results 1 – 4 of 4) sorted by relevance

/external/openthread/third_party/mbedtls/repo/programs/ssl/
Dssl_pthread_server.c146 goto thread_exit; in handle_ssl_connection()
162 goto thread_exit; in handle_ssl_connection()
189 goto thread_exit; in handle_ssl_connection()
194 goto thread_exit; in handle_ssl_connection()
199 goto thread_exit; in handle_ssl_connection()
226 goto thread_exit; in handle_ssl_connection()
233 goto thread_exit; in handle_ssl_connection()
250 goto thread_exit; in handle_ssl_connection()
258 thread_exit: in handle_ssl_connection()
/external/mbedtls/programs/ssl/
Dssl_pthread_server.c130 goto thread_exit; in handle_ssl_connection()
146 goto thread_exit; in handle_ssl_connection()
173 goto thread_exit; in handle_ssl_connection()
178 goto thread_exit; in handle_ssl_connection()
183 goto thread_exit; in handle_ssl_connection()
210 goto thread_exit; in handle_ssl_connection()
217 goto thread_exit; in handle_ssl_connection()
234 goto thread_exit; in handle_ssl_connection()
242 thread_exit: in handle_ssl_connection()
/external/mesa3d/src/amd/vulkan/
Dradv_private.h737 bool thread_exit; member
Dradv_device.c2380 queue->thread_running = queue->thread_exit = false; in radv_queue_init()
2392 p_atomic_set(&queue->thread_exit, true); in radv_queue_finish()
4758 while (!p_atomic_read(&queue->thread_exit)) { in radv_queue_submission_thread_run()