unix/TimeSupport.cpp File Reference
#include <pthread.h>
#include "RexxCore.h"
#include "IntegerClass.hpp"
#include "RexxDateTime.hpp"
#include "SystemInterpreter.hpp"
#include <sys/time.h>
Include dependency graph for unix/TimeSupport.cpp:

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)
 

Function Documentation

◆ RexxMethod1()

RexxMethod1 ( int  ,
alarm_stopTimer  ,
POINTER  ,
eventSemHandle   
)

Definition at line 152 of file unix/TimeSupport.cpp.

References SysSemaphore::post().

◆ RexxMethod2()

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().