Home
last modified time | relevance | path

Searched refs:destroying (Results 1 - 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/misc/threadpool/
H A 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()
597 /* if not destroying the tp, continue */ 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()
[all...]
/third_party/mesa3d/src/gallium/auxiliary/util/
H A 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/libwebsockets/lib/secure-streams/
H A Dprivate-lib-secure-streams.h196 uint8_t destroying:1; member
355 uint8_t destroying:1; member
H A Dsecure-streams-client.c741 if (h->destroying) in lws_sspc_destroy()
744 h->destroying = 1; in lws_sspc_destroy()
H A Dsecure-streams.c1384 if (h->destroying) { in lws_ss_destroy()
1388 h->destroying = 1; in lws_ss_destroy()

Completed in 6 milliseconds