Previous: posix lock-pid-files api, Up: posix lock-pid-files [Index]
The following bindings are exported by the library (vicare posix
lock-pid-files).
Condition object type used to tag exceptions raised in lock
PID files operations. It is derived from &error.
It has no fields.
Build and return a new instance of &lock-pid-file-error.
Return #t if obj is an instance of
&lock-pid-file-error, else return #f.
Condition object type used to tag exceptions raised in lock
PID files creation operations. It is derived from
&lock-pid-file-error. It has no fields.
Build and return a new instance of &lock-pid-file-creation.
Return #t if obj is an instance of
&lock-pid-file-creation, else return #f.
Condition object type used to tag exceptions raised in lock
PID files removal operations. It is derived from
&lock-pid-file-error. It has no fields.
Build and return a new instance of &lock-pid-file-removal.
Return #t if obj is an instance of
&lock-pid-file-removal, else return #f.
Condition object type used to tag exceptions raised in lock
PID files locking and content writing operations. It is
derived from &lock-pid-file-error. It has no fields.
Build and return a new instance of &lock-pid-file-locking.
Return #t if obj is an instance of
&lock-pid-file-locking, else return #f.
Previous: posix lock-pid-files api, Up: posix lock-pid-files [Index]