[Krafton Jungle] PintOS
2.0.0
크래프톤 정글 PintOS
Loading...
Searching...
No Matches
syscall.h
Go to the documentation of this file.
1
#ifndef USERPROG_SYSCALL_H
2
#define USERPROG_SYSCALL_H
3
4
#include "
threads/synch.h
"
5
6
void
syscall_init
(
void
);
7
8
void
close
(
int
fd);
9
10
struct
lock
filesys_lock
;
// 파일 점유시 필요한 락
11
12
#endif
/* userprog/syscall.h */
close
void close(int fd)
열린 파일을 닫는 시스템 콜
Definition:
syscall.c:392
lock
Definition:
synch.h:20
synch.h
syscall_init
void syscall_init(void)
Definition:
syscall.c:74
filesys_lock
struct lock filesys_lock
Definition:
syscall.h:10
include
userprog
syscall.h
Generated by
1.9.5