Searched refs:id (Results 1 – 6 of 6) sorted by relevance
70 std::hash<std::thread::id>()(std::this_thread::get_id() ) ) { return i; } in threadIndex()74 size_t thread_id = std::hash<std::thread::id>()( std::this_thread::get_id() ); in threadIndex()
120 typename Driver::DirId id, const char* name );122 typename Driver::DirId id );252 typename Driver::DirId id, const char* name ) in searchByDirWdAndName() argument255 [id] (std::pair<std::string,std::weak_ptr<ObservedDir<Driver>>> d) -> bool { in searchByDirWdAndName()257 return ( id == dir->dir_id_ ); in searchByDirWdAndName()277 typename Driver::DirId id ) in searchByDirWd() argument282 [id] (std::pair<std::string,std::weak_ptr<ObservedDir<Driver>>> d) -> bool { in searchByDirWd()284 return ( id == dir->dir_id_ ); in searchByDirWd()
30 - Install the .NET Framework 4 (http://www.microsoft.com/en-us/download/details.aspx?id=17718)31 - Install the Windows SDK (http://www.microsoft.com/en-us/download/details.aspx?id=8279)