Searched refs:fEventNotification (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/app/drawing/interface/remote/
H A DRemoteEventStream.h36 sem_id fEventNotification; member in class:RemoteEventStream
H A DRemoteEventStream.cpp23 fEventNotification(-1),
30 fEventNotification = create_sem(0, "remote event notification");
36 delete_sem(fEventNotification);
56 result = acquire_sem(fEventNotification);
217 release_sem(fEventNotification);

Completed in 44 milliseconds