Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

void  fs_flockfile (FS_FILE  *p_file);

...

File

...

Called from

...

Code enabled by

...

...

fs_api..c

...

...

Application

...

FS_CFG_API_EN and FS_CFG_FILE_LOCK_EN

...

Acquire task ownership of a file. Anchor11046111104611

Arguments

...

1108444p_fileanchor11405601140560

Pointer to a file.

...

Returned Value

...

1091933None. Anchor11000091100009

Notes/Warnings

...

1122844A lock count is associated with each file:anchor11228451122845

...

…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.

...

...