Searched refs:ntsync_create_obj (Results 1 – 1 of 1) sorted by relevance
| /freebsd/sys/dev/ntsync/ |
| H A D | ntsync.c | 270 ntsync_create_obj(struct ntsync_obj *obj, struct fileops *fops, in ntsync_create_obj() function 539 error = ntsync_create_obj(&sem->obj, &ntsync_sem_fops, priv, td); in ntsync_create_sem() 849 error = ntsync_create_obj(&mutex->obj, &ntsync_mutex_fops, priv, td); in ntsync_create_mutex() 1133 error = ntsync_create_obj(&event->obj, &ntsync_event_fops, priv, td); in ntsync_create_event()
|