Lines Matching refs:INT32
87 INT32 wait(const RtMutex& rtMutex);
88 INT32 wait(RtMutex* rtMutex);
91 INT32 timedwait(const RtMutex& rtMutex, UINT64 timeout_us);
92 INT32 timedwait(RtMutex* rtMutex, UINT64 timeout_us);
95 INT32 signal();
98 INT32 broadcast();
109 INT32 init(INT32 pshared, UINT32 value);
110 INT32 getValue(int *val);
111 INT32 tryWait();
112 INT32 wait();
113 INT32 post();
129 INT32 getRefValue();
133 INT32 mRefNum;