예제 #1
0
파일: vol_mgr.c 프로젝트: debfx/bareos
static void lock_read_volumes_p(const char *file, int line)
{
   bthread_mutex_lock_p(&read_vol_lock, file, line);
}
예제 #2
0
파일: vol_mgr.c 프로젝트: eneuhauss/bareos
void lock_read_volumes(const char *file="**Unknown", int line=0)
{
   bthread_mutex_lock_p(&read_vol_lock, file, line);
}