Searched refs:get_sem_info (Results 1 - 9 of 9) sorted by path

/haiku/src/bin/
H A Dps.c110 status_t status = get_sem_info(threadInfo.sem, &semaphoreInfo);
H A Dlistsem.c108 if (get_sem_info(id, &info) == B_OK) {
H A Drelease.c59 get_sem_info(semid, &sinfo);
/haiku/src/tests/kits/support/blocker/
H A DConstructionTest1.cpp58 CPPUNIT_ASSERT(get_sem_info(lockerArg->Sem(), &theSemInfo) == B_OK);
/haiku/src/tools/fs_shell/
H A Dsem.cpp94 status_t result = get_sem_info(id, &systemInfo);
/haiku/headers/os/kernel/
H A DOS.h230 #define get_sem_info(sem, info) \ macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1145 #define get_sem_info(sem, info) fssh_get_sem_info(sem, info) macro
/haiku/src/system/kernel/messaging/
H A DMessagingService.cpp316 error = get_sem_info(lockSem, &lockSemInfo);
320 error = get_sem_info(counterSem, &counterSemInfo);
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp481 if (get_sem_info((sem_id)(addr_t)waitObject->object, &info)

Completed in 85 milliseconds