lock_notify - mathfur/minix GitHub Wiki

呼出元

generic_handler

概要

  • kernel/proc.cにて定義

引数

int src;			/* sender of the notification */
int dst;			/* who is to be notified */

実装

コメント