Searched refs:maximum_count (Results 1 – 5 of 5) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | recursiveMappedTypes.types | 115 "maximum_count": number, 116 >"maximum_count" : number
|
D | recursiveMappedTypes.symbols | 198 "maximum_count": number, 199 >"maximum_count" : Symbol(ListWidget["maximum_count"], Decl(recursiveMappedTypes.ts, 69, 28))
|
D | recursiveMappedTypes.errors.txt | 98 "maximum_count": number,
|
/third_party/boost/libs/log/src/windows/ |
D | ipc_sync_wrappers.hpp | 133 boost::winapi::ULONG_ maximum_count; // max semaphore count member
|
/third_party/boost/boost/interprocess/detail/ |
D | win32_api.hpp | 700 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()
|