Searched refs:get_next_sem_info (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dinit_rld_after_fork_test.cpp17 while (get_next_sem_info(B_CURRENT_TEAM, &cookie, &semInfo) == B_OK)
/haiku/src/tools/fs_shell/
H A Dsem.cpp109 status_t result = get_next_sem_info(team, (int32*)cookie, &systemInfo);
/haiku/src/bin/
H A Dlistsem.c64 while (get_next_sem_info(tinfo->team, &cookie, &info) == B_OK)
/haiku/headers/os/kernel/
H A DOS.h233 #define get_next_sem_info(team, cookie, info) \ macro
/haiku/src/kits/debugger/debugger_interface/local/
H A DLocalDebuggerInterface.cpp592 while (get_next_sem_info(fTeamID, &cookie, &semInfo) == B_OK) {
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1146 #define get_next_sem_info(team, cookie, info) fssh_get_next_sem_info(team, cookie, info) macro

Completed in 264 milliseconds