Home
last modified time | relevance | path

Searched refs:thread_joined (Results 1 – 3 of 3) sorted by relevance

/third_party/grpc/src/python/grpcio/grpc/beta/
D_server_adaptations.py160 thread_joined = threading.Event()
164 if not servicer_context.is_active() or thread_joined.is_set():
167 if not servicer_context.is_active() or thread_joined.is_set():
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dinternal.h753 int thread_joined; member
Ddaemon.c1993 (MHD_NO == pos->thread_joined) ) in MHD_cleanup_connections()
4364 pos->thread_joined = MHD_YES; in close_all_connections()