Home
last modified time | relevance | path

Searched defs:file_lock (Results 76 – 100 of 208) sorted by relevance

123456789

/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/utilities/blob_db/
H A Dblob_db_impl.cc396 WriteLock file_lock(&blob_file->mutex_); in LinkSstToBlobFile() local
431 WriteLock file_lock(&blob_file->mutex_); in UnlinkSstFromBlobFile() local
626 WriteLock file_lock(&blob_file->mutex_); in MarkUnreferencedBlobFilesObsolete() local
1063 WriteLock file_lock(&blob_file->mutex_); in PutBlobValue() local
1239 WriteLock file_lock(&blob_file->mutex_); in CheckSizeAndEvictBlobFiles() local
1645 ReadLock file_lock(&blob_file->mutex_); in SanityCheck() local
1726 WriteLock file_lock(&bfile->mutex_); in CloseBlobFileIfNeeded() local
1797 ReadLock file_lock(&blob_file->mutex_); in EvictExpiredFiles() local
1814 WriteLock file_lock(&blob_file->mutex_); in EvictExpiredFiles() local
2082 WriteLock file_lock(&bfile->mutex_); in TEST_CloseBlobFile() local
/dports/devel/apr1/apr-1.7.0/include/arch/unix/
H A Dapr_arch_file_io.h121 #define file_lock(f) do { \ macro
130 #define file_lock(f) do {} while (0) macro
/dports/misc/tudu/tudu-0.10.3/src/
H A Dtudu.cc83 char file_rc[128], file_xml[128], file_lock[133]; in main() local
/dports/devel/apr1/apr-1.7.0/include/arch/netware/
H A Dapr_arch_file_io.h77 #define file_lock(f) do { \ macro
86 #define file_lock(f) do {} while (0) macro
/dports/mail/mailagent/mailagent-9a14a15/agent/filter/
H A Dlock.c191 public int file_lock(path, name, max_loops) in file_lock() function
/dports/net/guacamole-server/guacamole-server-1.3.0/src/common/
H A Drecording.c119 struct flock file_lock = { in guac_common_recording_open() local
/dports/net-mgmt/collectd5/collectd-5.12.0/src/
H A Dlog_logstash.c50 static pthread_mutex_t file_lock = PTHREAD_MUTEX_INITIALIZER; variable
H A Dlogfile.c40 static pthread_mutex_t file_lock = PTHREAD_MUTEX_INITIALIZER; variable
/dports/misc/snakemake/snakemake-6.12.1/snakemake/remote/
H A DS3Mocked.py138 def file_lock(filepath): function
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/cli/scripts/
H A Dansible_connection_cli_stub.py55 def file_lock(lock_path): function
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/lib/ansible/cli/scripts/
H A Dansible_connection_cli_stub.py55 def file_lock(lock_path): function
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/lib/ansible/cli/scripts/
H A Dansible_connection_cli_stub.py55 def file_lock(lock_path): function
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/
H A Dpcd_io.cpp1139 boost::interprocess::file_lock file_lock; in writeASCII() local
1263 boost::interprocess::file_lock file_lock; in writeBinary() local
1274 boost::interprocess::file_lock file_lock; in writeBinary() local
1484 boost::interprocess::file_lock file_lock; in writeBinaryCompressed() local
/dports/archivers/dpkg/dpkg-1.19.7/lib/dpkg/
H A Dfile.c176 file_lock(int *lockfd, enum file_lock_flags flags, const char *filename, in file_lock() function
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/linux/
H A Dfs.h1065 struct file_lock { struct
1066 struct file_lock *fl_blocker; /* The lock, that is blocking us */ argument
1067 struct list_head fl_list; /* link into file_lock_context */ argument
1090 const struct file_lock_operations *fl_ops; /* Callbacks for filesystems */ argument
1103 struct file_lock_context { argument
/dports/multimedia/libv4l/linux-5.13-rc2/include/linux/
H A Dfs.h1065 struct file_lock { struct
1066 struct file_lock *fl_blocker; /* The lock, that is blocking us */ argument
1067 struct list_head fl_list; /* link into file_lock_context */ argument
1090 const struct file_lock_operations *fl_ops; /* Callbacks for filesystems */ argument
1103 struct file_lock_context { argument
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/linux/
H A Dfs.h1065 struct file_lock { struct
1066 struct file_lock *fl_blocker; /* The lock, that is blocking us */ argument
1067 struct list_head fl_list; /* link into file_lock_context */ argument
1090 const struct file_lock_operations *fl_ops; /* Callbacks for filesystems */ argument
1103 struct file_lock_context { argument
/dports/science/py-h5py/h5py-3.6.0/examples/
H A Dthreading_example.py43 file_lock = threading.RLock() # Protects the file from concurrent access variable
/dports/net-im/uTox/uTox/src/xlib/
H A Dfilesys.c263 int file_lock(FILE *file, uint64_t start, size_t length) { in file_lock() function
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DAutoGenWorker.py156 …def __init__(self,module_queue,data_pipe_file_path,feedback_q,file_lock,cache_q,log_q,error_event): argument
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DAutoGenWorker.py156 …def __init__(self,module_queue,data_pipe_file_path,feedback_q,file_lock,cache_q,log_q,error_event): argument
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/Python/AutoGen/
H A DAutoGenWorker.py156 …def __init__(self,module_queue,data_pipe_file_path,feedback_q,file_lock,cache_q,log_q,error_event): argument
/dports/databases/tiledb/TileDB-2.5.2/tiledb/sm/storage_manager/
H A Dopen_array.cc117 Status OpenArray::file_lock(VFS* vfs) { in file_lock() function in tiledb::sm::OpenArray
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/Python/AutoGen/
H A DAutoGenWorker.py156 …def __init__(self,module_queue,data_pipe_file_path,feedback_q,file_lock,cache_q,log_q,error_event): argument
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/Python/AutoGen/
H A DAutoGenWorker.py136 …def __init__(self,module_queue,data_pipe_file_path,feedback_q,file_lock,cache_lock,share_data,log_… argument

123456789