Home
last modified time | relevance | path

Searched defs:initial_count (Results 1 – 16 of 16) sorted by relevance

/third_party/abseil-cpp/absl/synchronization/
Dblocking_counter.h63 explicit BlockingCounter(int initial_count) in BlockingCounter()
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dblocking_counter.cc31 BlockingCounter::BlockingCounter(int initial_count) in BlockingCounter()
/third_party/mesa3d/src/virtio/vulkan/
Dvn_render_pass.c19 #define COUNT_PRESENT_SRC(atts, att_count, initial_count, final_count) \ argument
57 uint32_t *initial_count, in vn_render_pass_count_present_src()
66 uint32_t *initial_count, in vn_render_pass_count_present_src2()
/third_party/boost/boost/interprocess/sync/windows/
Dnamed_semaphore.hpp129 (create_only_t, const char *name, unsigned int initial_count, const permissions &perm) in windows_named_semaphore()
137 (open_or_create_t, const char *name, unsigned int initial_count, const permissions &perm) in windows_named_semaphore()
Dsync_utils.hpp137 void* open_or_create_semaphore(const sync_id &id, unsigned int initial_count) in open_or_create_semaphore()
181 void *obtain_semaphore(const sync_id &id, unsigned int initial_count, bool *popen_created = 0) in obtain_semaphore()
/third_party/boost/libs/interprocess/test/
Dsemaphore_test.cpp43 semaphore_test_wrapper(int initial_count) in semaphore_test_wrapper()
/third_party/boost/boost/interprocess/detail/
Dwindows_intermodule_singleton.hpp63 boost::uint32_t initial_count = 0; in windows_semaphore_based_map() local
176 boost::uint32_t max_count(m_sem_map.limit()), initial_count(m_sem_map.value()); in get_map_unlocked() local
Dwin32_api.hpp700 inline void *open_or_create_semaphore(const char *name, long initial_count, long maximum_count, int… in open_or_create_semaphore()
/third_party/boost/boost/thread/win32/
Dthread_primitives.hpp121 inline handle create_anonymous_semaphore_nothrow(long initial_count,long max_count) in create_anonymous_semaphore_nothrow()
135 inline handle create_anonymous_semaphore(long initial_count,long max_count) in create_anonymous_semaphore()
/third_party/openh264/codec/decoder/core/inc/
Dwels_decoder_thread.h139 #define CREATE_SEMAPHORE(ph, initial_count,max_count, name) \ argument
/third_party/boost/boost/fiber/
Dcontext.hpp196 context( std::size_t initial_count, type t, launch policy) noexcept : in context()
/third_party/flutter/skia/third_party/externals/sdl/src/events/
DSDL_events.c194 const int initial_count = SDL_AtomicGet(&SDL_EventQ.count); in SDL_AddEvent() local
/third_party/libsnd/src/
Dalac.c772 alac_pakt_alloc (uint32_t initial_count) in alac_pakt_alloc()
/third_party/boost/boost/spirit/home/karma/detail/
Doutput_iterator.hpp142 std::size_t initial_count; member in boost::spirit::karma::detail::counting_sink
/third_party/boost/libs/qvm/gen/
Dgen.cpp1598 …pl( std::ostream & g, int d, swizzle_pair const (&ids)[N], std::vector<int> const & initial_count ) in swizzle_impl()
1717 std::vector<int> initial_count(d,6); in swizzle() local
/third_party/flatbuffers/src/
Didl_parser.cpp3187 auto initial_count = struct_def.refcount; in ParseRoot() local