Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dpthread_cancel-points.c60 static void cleanup_thread(void *arg) in cleanup_thread() function
108 {1, prepare_thread, execute_thread_join, cleanup_thread, 0, "blocking pthread_join"},
109 {1, prepare_thread, execute_thread_join, cleanup_thread, (void*)1, "non-blocking pthread_join"},
/third_party/grpc/src/core/lib/surface/
Dinit.cc235 grpc_core::Thread cleanup_thread( in grpc_shutdown() local
238 cleanup_thread.Start(); in grpc_shutdown()
/third_party/gstreamer/gstplugins_base/gst/playback/
Dgstparsebin.c183 GThread *cleanup_thread; /* thread used to free chains asynchronously. member
910 parse_bin->cleanup_thread = NULL; in gst_parse_bin_init()
2959 if (parsebin->cleanup_thread) { in gst_parse_chain_start_free_hidden_groups_thread()
2960 g_thread_join (parsebin->cleanup_thread); in gst_parse_chain_start_free_hidden_groups_thread()
2961 parsebin->cleanup_thread = NULL; in gst_parse_chain_start_free_hidden_groups_thread()
2976 parsebin->cleanup_thread = thread; in gst_parse_chain_start_free_hidden_groups_thread()
4357 if (parsebin->cleanup_thread) { in gst_parse_bin_change_state()
4358 g_thread_join (parsebin->cleanup_thread); in gst_parse_bin_change_state()
4359 parsebin->cleanup_thread = NULL; in gst_parse_bin_change_state()
Dgstdecodebin2.c194 GThread *cleanup_thread; /* thread used to free chains asynchronously. member
1187 decode_bin->cleanup_thread = NULL; in gst_decode_bin_init()
3934 if (dbin->cleanup_thread) { in gst_decode_chain_start_free_hidden_groups_thread()
3935 g_thread_join (dbin->cleanup_thread); in gst_decode_chain_start_free_hidden_groups_thread()
3936 dbin->cleanup_thread = NULL; in gst_decode_chain_start_free_hidden_groups_thread()
3961 dbin->cleanup_thread = thread; in gst_decode_chain_start_free_hidden_groups_thread()
5655 if (dbin->cleanup_thread) { in gst_decode_bin_change_state()
5656 g_thread_join (dbin->cleanup_thread); in gst_decode_bin_change_state()
5657 dbin->cleanup_thread = NULL; in gst_decode_bin_change_state()