Searched refs:out_mutex (Results 1 – 4 of 4) 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 …]
243 pthread_mutex_t out_mutex; /* | */ member1461 pthread_mutex_unlock(&clp->out_mutex); in cleanup_out()1711 status = pthread_mutex_lock(&clp->out_mutex); in read_write_thread()1724 status = pthread_cond_wait(&clp->out_sync_cv, &clp->out_mutex); in read_write_thread()1734 status = pthread_mutex_unlock(&clp->out_mutex); in read_write_thread()1766 status = pthread_mutex_unlock(&clp->out_mutex); in read_write_thread()1770 status = pthread_mutex_unlock(&clp->out_mutex); in read_write_thread()2236 pthread_mutex_t * mutexp = is_wr2 ? &clp->out2_mutex : &clp->out_mutex; in sg_out_wr_cmd()4908 status = pthread_mutex_init(&clp->out_mutex, NULL); in main()4945 status = pthread_mutex_lock(&clp->out_mutex); in main()[all …]
425 Status OpKernelContext::input_ref_mutex(StringPiece name, mutex** out_mutex) { in input_ref_mutex() argument428 *out_mutex = input_ref_mutex(index); in input_ref_mutex()
750 Status input_ref_mutex(StringPiece name, mutex** out_mutex);