Home
last modified time | relevance | path

Searched defs:thread_context (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/log/sinks/
Dblock_on_overflow.hpp58 struct thread_context : struct in boost::sinks::block_on_overflow
61 condition_variable cond;
62 bool result;
64 thread_context() : result(true) {} in thread_context() function
/third_party/boost/libs/asio/include/boost/asio/detail/
Dthread_context.hpp31 class thread_context class
/third_party/boost/boost/asio/detail/
Dthread_context.hpp31 class thread_context class
/third_party/glib/gio/tests/
Dgdbus-threading.c136 GMainContext *thread_context; in test_delivery_in_thread_func() local
348 GMainContext *thread_context; in test_sleep_in_thread_func() local
Dgdbus-test-codegen.c1319 GMainContext *thread_context; in check_proxies_in_thread() local
/third_party/libsoup/tests/
Dssl-test.c318 GMainContext *thread_context; in got_connection() local
/third_party/ffmpeg/libavcodec/
Dmpeg12dec.c2754 MpegEncContext *thread_context = s2->thread_context[s->slice_count]; in decode_chunks() local
Dmpegvideo.h155 struct MpegEncContext *thread_context[MAX_THREADS]; member