Searched refs:fhnd (Results 1 – 2 of 2) sorted by relevance
52 file_handle_t fhnd = open_existing_file(file_path, read_write); in remove_if_can_lock_file() local54 if(fhnd != invalid_file()){ in remove_if_can_lock_file()56 if(try_acquire_file_lock(fhnd, acquired) && acquired){ in remove_if_can_lock_file()59 close_file(fhnd); in remove_if_can_lock_file()310 file_handle_t fhnd = open_existing_file(file.c_str(), read_write); in is_owner_dead() local312 if(fhnd != invalid_file()){ in is_owner_dead()315 if(try_acquire_file_lock(fhnd, acquired) && acquired){ in is_owner_dead()318 close_file(fhnd); in is_owner_dead()322 close_file(fhnd); in is_owner_dead()
117 intptr_t fhnd; in tool_write_cb() local196 fhnd = _get_osfhandle(fileno(outs->stream)); in tool_write_cb()198 GetConsoleScreenBufferInfo((HANDLE)fhnd, &console_info)) { in tool_write_cb()217 (HANDLE) fhnd, in tool_write_cb()