Searched refs:handle_type (Results 1 – 8 of 8) sorted by relevance
82 typedef typename HandleTraits::handle_type handle_type; typedef83 handle_type Handle;91 explicit ScopedHandle(handle_type h) in ScopedHandle()99 handle_type take() { in take()100 handle_type t = Handle; in take()105 ScopedHandle &operator=(handle_type h) {117 operator handle_type() const { in handle_type() function123 typedef HANDLE handle_type; typedef125 static handle_type GetInvalid() { in GetInvalid()129 static void Close(handle_type h) { in Close()[all …]
79 typedef typename HandleType::handle_type handle_type; typedef in __anon17886ae50111::ScopedHandle81 handle_type Handle;87 explicit ScopedHandle(handle_type handle) in ScopedHandle()94 ScopedHandle& operator=(handle_type handle) { in operator =()106 operator handle_type() { in operator handle_type()113 typedef HANDLE handle_type; typedef115 static handle_type GetInvalidHandle() { in GetInvalidHandle()119 static void Destruct(handle_type Handle) { in Destruct()123 static bool isValid(handle_type Handle) { in isValid()129 typedef HANDLE handle_type; typedef[all …]
37 typedef typename Node::handle_type handle_type; typedef
56 typedef Handle handle_type; typedef
50 typedef StackDepotHandle handle_type; typedef
449 int handle_type; member
7513 ctx, &sanitizer_handle->handle_type,7514 sizeof(sanitizer_handle->handle_type));7539 ctx, &sanitizer_handle->handle_type,7540 sizeof(sanitizer_handle->handle_type));
5134 ULONG timeout, handle_type, flag_word; in my_flock() local5154 if ((DosQueryHType(handle, &handle_type, &flag_word) != 0) || in my_flock()5155 (handle_type & 0xFF)) in my_flock()