Searched refs:out_mutex (Results 1 – 3 of 3) sorted by relevance
232 pthread_mutex_t out_mutex; /* | */ member6752 pthread_mutex_lock(&clp->out_mutex); in guarded_stop_out()6754 pthread_mutex_unlock(&clp->out_mutex); in guarded_stop_out()6796 pthread_mutex_unlock(&clp->out_mutex); in cleanup_out()6860 status = pthread_mutex_lock(&clp->out_mutex); in read_write_thread()6870 &clp->out_mutex); in read_write_thread()6880 status = pthread_mutex_unlock(&clp->out_mutex); in read_write_thread()6899 status = pthread_mutex_unlock(&clp->out_mutex); in read_write_thread()6904 status = pthread_mutex_unlock(&clp->out_mutex); in read_write_thread()7086 status = pthread_mutex_unlock(&clp->out_mutex); in sg_out_operation()[all …]
412 Status OpKernelContext::input_ref_mutex(StringPiece name, mutex** out_mutex) { in input_ref_mutex() argument415 *out_mutex = input_ref_mutex(index); in input_ref_mutex()
769 Status input_ref_mutex(StringPiece name, mutex** out_mutex);