Searched defs:log_lock (Results 1 – 5 of 5) sorted by relevance
45 pthread_mutex_t log_lock; /* lock for flags, refs, off, append */ member
45 mutex_t log_lock; /* threads-critical section */ member47 kmutex_t log_lock; /* threads-critical section */ member
75 mutex_t log_lock; variable
131 static kmutex_t log_lock; variable
87 log_lock = threading.Lock() variable