HomeSort by: relevance | last modified time | path
    Searched defs:close_unit (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgfortran/io/
unit.c 56 Unit freeing is always done under UNIT_RWLOCK. If close_unit sees any
70 caller is done with it, it must call either unlock_unit or close_unit
71 on it. unlock_unit or close_unit must be always called only with the
813 /* close_unit()-- Close a unit. The stream is closed, and any memory
818 close_unit (gfc_unit *u) function
io.h 688 When non-zero, close_unit doesn't only removes the unit
694 /* Flag set by close_unit if the unit as been closed.
779 extern int close_unit (gfc_unit *);
780 internal_proto(close_unit); variable
  /src/external/gpl3/gcc.old/dist/libgfortran/io/
unit.c 54 Unit freeing is always done under UNIT_LOCK. If close_unit sees any
68 caller is done with it, it must call either unlock_unit or close_unit
69 on it. unlock_unit or close_unit must be always called only with the
777 /* close_unit()-- Close a unit. The stream is closed, and any memory
782 close_unit (gfc_unit *u) function
io.h 689 When non-zero, close_unit doesn't only removes the unit
695 /* Flag set by close_unit if the unit as been closed.
775 extern int close_unit (gfc_unit *);
776 internal_proto(close_unit); variable

Completed in 20 milliseconds