Home
last modified time | relevance | path

Searched refs:maximum_count (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/tests/baselines/reference/
DrecursiveMappedTypes.types115 "maximum_count": number,
116 >"maximum_count" : number
DrecursiveMappedTypes.symbols198 "maximum_count": number,
199 >"maximum_count" : Symbol(ListWidget["maximum_count"], Decl(recursiveMappedTypes.ts, 69, 28))
DrecursiveMappedTypes.errors.txt98 "maximum_count": number,
/third_party/boost/libs/log/src/windows/
Dipc_sync_wrappers.hpp133 boost::winapi::ULONG_ maximum_count; // max semaphore count member
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp700 inline void *open_or_create_semaphore(const char *name, long initial_count, long maximum_count, int… in open_or_create_semaphore() argument
701 { return CreateSemaphoreA(attr, initial_count, maximum_count, name); } in open_or_create_semaphore()