On Thursday, August 14, 2014 04:55:04 PM Atwood, Matthew S wrote: It shouldn't be a big deal, fsync() only blocks while writing to disk, if there's nothing to write, it wont block.
As to why write_dict_key is public, have a look at JSONWriter.initialize_json() in the results.py module, I think that will make it clear > open_dict is already calling the new file sync. I am hesitant to sync > write_dict_key for fear of unnecessary blocking calls. I am also > confused as to why that is a public api call, seems like it should > only be called by write_dict_item. > [snip]
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
