fNotify
sem_id fNotify;
fNotify = status;
fNotify = create_sem(0, name);
delete_sem(fNotify);
return fNotify >= 0 ? B_OK : fNotify;
release_sem_etc(fNotify, 0, B_RELEASE_ALL);
release_sem_etc(fNotify, 1, B_RELEASE_IF_WAITING_ONLY
status_t status = acquire_sem_etc(fNotify, 1, B_CAN_INTERRUPT
release_sem_etc(fNotify, 1, B_RELEASE_IF_WAITING_ONLY
bool fNotify;
bool fNotify;
if (!fNotify)
if (fNotify) {