Searched refs:tempname_counter (Results 1 – 8 of 8) sorted by relevance
2189 static svn_atomic_t tempname_counter; in create_tempfile() local2190 int baseNr = (GetTickCount() << 11) + 13 * svn_atomic_inc(&tempname_counter) in create_tempfile()
5402 static volatile apr_uint32_t tempname_counter = 0; variable5448 int baseNr = (GetTickCount() << 11) + 7 * svn_atomic_inc(&tempname_counter) in temp_file_create()