#include <pthread.h>#include "RexxCore.h"#include "IntegerClass.hpp"#include "RexxDateTime.hpp"#include "SystemInterpreter.hpp"#include <sys/time.h>Go to the source code of this file.
Functions | |
| RexxMethod2 (int, alarm_startTimer, wholenumber_t, numdays, wholenumber_t, alarmtime) | |
| RexxMethod1 (int, alarm_stopTimer, POINTER, eventSemHandle) | |
| RexxMethod1 | ( | int | , |
| alarm_stopTimer | , | ||
| POINTER | , | ||
| eventSemHandle | |||
| ) |
Definition at line 152 of file unix/TimeSupport.cpp.
References SysSemaphore::post().
| RexxMethod2 | ( | int | , |
| alarm_startTimer | , | ||
| wholenumber_t | , | ||
| numdays | , | ||
| wholenumber_t | , | ||
| alarmtime | |||
| ) |
Definition at line 102 of file unix/TimeSupport.cpp.
References SysSemaphore::reset(), and SysSemaphore::wait().