Searched defs:semaphore (Results 1 - 16 of 16) sorted by relevance

/haiku/src/add-ons/print/transports/ipp/
H A DIppSetupDlg.h21 long semaphore; member in class:IppSetupDlg
/haiku/src/apps/installer/
H A DSemaphoreLocker.h28 inline SemaphoreLocker(sem_id semaphore, bool alreadyLocked = false, argument
/haiku/src/system/libroot/os/locks/
H A Dinit_once.cpp56 sem_id semaphore = create_sem(0, "pthread once"); local
[all...]
/haiku/src/kits/debugger/model/
H A DSemaphoreInfo.cpp32 SemaphoreInfo::SemaphoreInfo(team_id team, sem_id semaphore, argument
45 SemaphoreInfo::SetTo(team_id team, sem_id semaphore, const BString& name, argument
/haiku/headers/private/shared/
H A DRWLocker.h101 sem_id semaphore; member in struct:RWLocker::Benaphore
/haiku/src/system/libroot/posix/pthread/
H A Dpthread_once.cpp91 sem_id semaphore = create_sem(0, "pthread once"); local
[all...]
/haiku/src/add-ons/kernel/file_systems/netfs/shared/
H A DBlocker.cpp16 Data(sem_id semaphore) argument
28 sem_id semaphore; member in struct:Blocker::Data
40 Blocker::Blocker(sem_id semaphore) argument
[all...]
/haiku/src/build/libroot/
H A Dsem.cpp13 struct semaphore { struct
/haiku/src/tests/system/libroot/posix/
H A Dxsi_sem_test1.cpp286 struct semid_ds semaphore; local
[all...]
/haiku/src/servers/app/
H A DMessageLooper.cpp102 MessageLooper::WaitForQuit(sem_id semaphore, bigtime_t timeout) argument
/haiku/src/servers/app/drawing/
H A DOverlay.cpp31 SemaphoreLocker(sem_id semaphore, bigtime_t timeout = B_INFINITE_TIMEOUT) argument
/haiku/src/system/libroot/posix/
H A Dsemaphore.cpp96 sem_close(sem_t* semaphore) argument
116 sem_init(sem_t* semaphore, int shared, unsigned value) argument
125 sem_destroy(sem_t* semaphore) argument
135 unnamed_sem_post(sem_t* semaphore) argument
151 unnamed_sem_trywait(sem_t* semaphore) argument
163 unnamed_sem_timedwait(sem_t* semaphore, clockid_t clock_id, const struct timespec* timeout) argument
196 sem_post(sem_t* semaphore) argument
209 named_sem_timedwait(sem_t* semaphore, clockid_t clock_id, const struct timespec* timeout) argument
248 sem_trywait(sem_t* semaphore) argument
262 sem_wait(sem_t* semaphore) argument
275 sem_clockwait(sem_t* semaphore, clockid_t clock_id, const struct timespec* abstime) argument
288 sem_timedwait(sem_t* semaphore, const struct timespec* abstime) argument
295 sem_getvalue(sem_t* semaphore, int* value) argument
[all...]
/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp285 TeamSemInfo(SemInfo* semaphore, sem_t* userSem) argument
[all...]
H A Dxsi_semaphore.cpp824 XsiSemaphore *semaphore = semaphoreSet->Semaphore(semaphoreNumber); local
1066 XsiSemaphore *semaphore = NULL; local
1174 XsiSemaphore *semaphore = semaphoreSet->Semaphore(semaphoreNumber); local
1205 XsiSemaphore *semaphore = semaphoreSet->Semaphore(semaphoreNumber); local
[all...]
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp162 sem_id semaphore = -1; local
/haiku/headers/private/audio/
H A Dhmulti_audio.h316 int32 semaphore; /* semaphore app will wait on */ member in struct:multi_set_event_info

Completed in 113 milliseconds