...
void fs_flockfile (FS_FILE *p_file);
...
File |
...
Called from |
...
Code enabled by |
...
...
fs_api..c |
...
...
Application |
...
|
...
Acquire task ownership of a file. Anchor
Arguments
...
p_file
anchorPointer to a file.
...
Returned Value
...
Notes/Warnings
...
...
…the lock count will be incremented and the caller will own the file. Otherwise, the caller will wait until the lock count returns to zero.
...
...