Searched refs:sem_info (Results 1 - 16 of 16) sorted by relevance

/haiku/src/tools/fs_shell/
H A Dsem.cpp17 copy_sem_info(fssh_sem_info* info, const sem_info* systemInfo)
93 sem_info systemInfo;
108 sem_info systemInfo;
/haiku/src/bin/
H A Dlistsem.c40 static void print_sem_info(sem_info *info)
59 sem_info info;
98 fputs(" The -s option displays the sem_info data for a\n",
107 sem_info info;
H A Drelease.c57 sem_info sinfo;
H A Dps.c90 sem_info semaphoreInfo;
/haiku/src/tests/system/libroot/posix/
H A Dinit_rld_after_fork_test.cpp15 sem_info semInfo;
/haiku/headers/private/kernel/
H A Dsem.h47 status_t _user_get_sem_info(sem_id, struct sem_info *, size_t);
48 status_t _user_get_next_sem_info(team_id, int32 *, struct sem_info *, size_t);
/haiku/src/system/libroot/os/
H A Dsem.c85 _get_sem_info(sem_id sem, sem_info *info, size_t size)
92 _get_next_sem_info(team_id team, int32 *cookie, sem_info *info, size_t size)
/haiku/src/tests/kits/support/blocker/
H A DConstructionTest1.cpp56 sem_info theSemInfo;
/haiku/src/build/libroot/
H A Dsem.cpp178 _get_sem_info(sem_id id, struct sem_info *info, size_t infoSize)
197 _get_next_sem_info(team_id team, int32 *cookie, struct sem_info *info,
/haiku/src/system/kernel/
H A Dsem.cpp304 /*! Fills the sem_info structure with information from the given semaphore.
308 fill_sem_info(struct sem_entry* sem, sem_info* info, size_t size)
1014 _get_sem_info(sem_id id, struct sem_info *info, size_t size)
1020 if (info == NULL || size != sizeof(sem_info))
1039 _get_next_sem_info(team_id teamID, int32 *_cookie, struct sem_info *info,
1044 if (_cookie == NULL || info == NULL || size != sizeof(sem_info))
1250 _user_get_sem_info(sem_id id, struct sem_info *userInfo, size_t size)
1252 struct sem_info info;
1267 _user_get_next_sem_info(team_id team, int32 *userCookie, struct sem_info *userInfo,
1270 struct sem_info inf
[all...]
/haiku/headers/os/kernel/
H A DOS.h182 typedef struct sem_info { struct
188 } sem_info; typedef in typeref:struct:sem_info
225 extern status_t _get_sem_info(sem_id id, struct sem_info *info,
228 struct sem_info *info, size_t infoSize);
/haiku/src/system/kernel/messaging/
H A DMessagingService.cpp314 sem_info lockSemInfo;
318 sem_info counterSemInfo;
/haiku/headers/private/system/
H A Dsyscalls.h107 extern status_t _kern_get_sem_info(sem_id semaphore, struct sem_info *info,
110 struct sem_info *info, size_t size);
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp590 sem_info semInfo;
/haiku/src/system/kernel/scheduler/
H A Dscheduling_analysis.cpp480 sem_info info;
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1125 #define sem_info fssh_sem_info macro

Completed in 110 milliseconds