Home
last modified time | relevance | path

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

/third_party/gn/src/util/
Dsemaphore.h37 using NativeHandle = dispatch_semaphore_t; variable
39 using NativeHandle = sem_t; variable
41 using NativeHandle = HANDLE; variable