Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlogging_ops.cc36 static mutex* file_mutex = new mutex(); variable
44 mutex_lock l(*file_mutex); in AppendStringToFile()