Home
last modified time | relevance | path

Searched defs:NativeHandle (Results 1 – 2 of 2) 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
/third_party/cef/include/base/internal/
Dcef_lock_impl.h54 typedef CRITICAL_SECTION NativeHandle; typedef