Home
last modified time | relevance | path

Searched refs:fhnd (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Drobust_emulation.hpp52 file_handle_t fhnd = open_existing_file(file_path, read_write); in remove_if_can_lock_file() local
54 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() local
312 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()
/third_party/curl/src/
Dtool_cb_wrt.c117 intptr_t fhnd; in tool_write_cb() local
196 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()