RTEMS Logo

RTEMS 4.10.2 On-Line Library


Input and Output Primitives Manager sync - Schedule file system updates

PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

5.4.11: sync - Schedule file system updates

CALLING SEQUENCE:

void sync(void);

STATUS CODES:

NONE

DESCRIPTION:

The sync service causes all information in memory that updates file systems to be scheduled for writing out to all file systems.

NOTES:

The writing of data to the file systems is only guaranteed to be scheduled upon return. It is not necessarily complete upon return from sync.


PREV UP NEXT Bookshelf RTEMS POSIX API User's Guide

Copyright © 1988-2008 OAR Corporation