•  Back 
  •  GEMDOS-Strukturen 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help page 
  •  Show info about hypertext 
  •  View a new file 
Topic       : TOS - das Betriebssystem
Author      : 
Version     : tos.hyp (5. März 2013)
Subject     : Programmieren/Atari
Nodes       : 3001
Index Size  : 93602
HCP-Version : 5
Compiled on : Atari
@charset    : atarist
@lang       : 
@default    : Titel
@help       : 
@options    : +g -i -s +x +zz -t4
@width      : 70
View Ref-File5.20.19  flock, Fcntl                                              TOS

struct flock
{
    int16_t  l_type;     /* Art des Lockings */
    int16_t  l_whence;   /* SEEK_SET, SEEK_CUR, SEEK_END */
    int32_t  l_start;    /* Start des Locking-Bereiches  */
    int32_t  l_len;      /* Länge des Locking-Bereiches  */
    int16_t  l_pid;      /* PID des sperrenden Prozesses */
};

Hinweis: Mögliche Werte für l_type sind 0 = Read-Locking, 1 = Write- 
Locking sowie 3 = kein Locking.