#include <kernel.h>
#include <proc.h>
#include <semaphore.h>
#include <stdio.h>
Go to the source code of this file.
Functions | |
void | testPass (const char *) |
void | testFail (const char *) |
bool | test_checkSemCount (semaphore s, short c) |
bool | test_checkProcState (ushort pid, uchar state) |
bool | test_checkResult (uchar testResult, uchar expected) |
void | test_semWaiter (semaphore s, int times, uchar *testResult) |
int | test_semaphore2 (int argc, char **argv) |
Definition at line 32 of file test-sem.c.
Definition at line 46 of file test-sem.c.
Definition at line 19 of file test-sem.c.
int test_semaphore2 | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 15 of file test-sem2.c.
References create(), FALSE, freesem(), INITSTK, isbadsem, kill(), newsem(), OK, PRFREE, printf, PRWAIT, ready(), RESCHED_NO, RESCHED_YES, signal(), sprintf(), test_checkProcState(), test_checkResult(), test_checkSemCount(), test_semWaiter(), testFail(), testPass(), and TRUE.
Referenced by testItem().
Definition at line 9 of file test-sem.c.
void testFail | ( | const char * | ) |
Definition at line 11 of file testhelper.c.
void testPass | ( | const char * | ) |
Definition at line 6 of file testhelper.c.