mini_notify - mathfur/minix GitHub Wiki

呼出元

lock_notify

概要

  • kernel/proc.cにて定義

引数

register struct proc *caller_ptr;	/* sender of the notification */
int dst;				/* which process to notify */

実装

コメント