Searched defs:notif_param (Results 1 – 1 of 1) sorted by relevance
105 struct notif_param { struct106 int np_signo; /* SIGEV_SIGNAL */107 int np_port; /* SIGEV_THREAD or SIGEV_PORT */108 void *np_user;109 int np_event;110 uintptr_t np_object;111 int np_lio_signo; /* listio: SIGEV_SIGNAL */112 int np_lio_port; /* listio: SIGEV_THREAD or SIGEV_PORT */113 void *np_lio_user;114 int np_lio_event;[all …]