Code Block | ||
---|---|---|
| ||
void FSFile_LockAccept (FS_FILE *p_file, |
...
FS_ERR *p_err); |
File | Called from | Code enabled by |
---|---|---|
| Application; |
|
Acquire task ownership of a file (if available).
See fs_flockfile()
for more information.
Arguments
...
Code Block | ||
---|---|---|
| ||
void FSFile_LockAccept (FS_FILE *p_file, |
...
FS_ERR *p_err); |
File | Called from | Code enabled by |
---|---|---|
| Application; |
|
Acquire task ownership of a file (if available).
See fs_flockfile()
for more information.
...