Symbol: TEST_SET
src/tests/system/libroot/posix/realtime_sem_test1.cpp
142
TEST_SET("sem_{init,destroy}()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
179
TEST_SET("sem_{open,close}() with fork()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
225
TEST_SET("sem_{init,destroy}() with fork()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
256
TEST_SET("sem_{post,wait,trywait,timedwait}() named semaphore");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
406
TEST_SET("sem_{post,wait,trywait,timedwait}() unnamed semaphore");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
541
TEST_SET("sem_{post,wait,trywait,timedwait}() named semaphore with fork()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
58
TEST_SET("sem_{open,close,unlink}()");
src/tests/system/libroot/posix/realtime_sem_test1.cpp
666
TEST_SET("sem_{post,wait,trywait,timedwait}() named semaphore open after "
src/tests/system/libroot/posix/realtime_sem_test1.cpp
801
TEST_SET("sem_{post,wait,trywait,timedwait}() unnamed semaphore with "
src/tests/system/libroot/posix/realtime_sem_test1.cpp
879
TEST_SET("sem_{post,wait,trywait,timedwait}() unnamed semaphore with "
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
138
TEST_SET("msgsnd({EAGAIN, send})");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
184
TEST_SET("msgrcv({IPC_STAT, IPC_SET, IPC_RMID})");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
40
TEST_SET("msgget({IPC_PRIVATE, key})");
src/tests/system/libroot/posix/xsi_msg_queue_test1.cpp
93
TEST_SET("msgctl({IPC_STAT, IPC_SET, IPC_RMID})");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
169
TEST_SET("semop()");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
228
TEST_SET("semctl({GETVAL, SETVAL, GETPID, GETNCNT, GETZCNT, GETALL, SETALL, IPC_STAT, IPC_SET, IPC_RMID})");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
44
TEST_SET("semget({IPC_PRIVATE, key})");
src/tests/system/libroot/posix/xsi_sem_test1.cpp
97
TEST_SET("semop2()");