Lines Matching refs:PORTABLE_API
89 PORTABLE_API ESR_ReturnCode PtrdSleep(asr_uint32_t sleepTimeMs);
103 PORTABLE_API ESR_ReturnCode PtrdMonitorCreate(PtrdMonitor **monitor);
113 PORTABLE_API ESR_ReturnCode PtrdMonitorDestroy(PtrdMonitor *monitor);
124 PORTABLE_API ESR_ReturnCode PtrdMonitorLockWithLine(PtrdMonitor *monitor, const LCHAR *fname, int line);
144 PORTABLE_API ESR_ReturnCode PtrdMonitorUnlock(PtrdMonitor *monitor);
166 PORTABLE_API ESR_ReturnCode PtrdMonitorWait(PtrdMonitor *monitor);
185 PORTABLE_API ESR_ReturnCode PtrdMonitorWaitTimeout(PtrdMonitor *monitor,
213 PORTABLE_API ESR_ReturnCode PtrdMonitorNotify(PtrdMonitor *monitor);
240 PORTABLE_API ESR_ReturnCode PtrdMonitorNotifyAll(PtrdMonitor *monitor);
256 PORTABLE_API ESR_ReturnCode PtrdMutexCreate(PtrdMutex **mutex);
265 PORTABLE_API ESR_ReturnCode PtrdMutexDestroy(PtrdMutex *mutex);
277 PORTABLE_API ESR_ReturnCode PtrdMutexLockWithLine(PtrdMutex *mutex, const LCHAR *fname, int line);
297 PORTABLE_API ESR_ReturnCode PtrdMutexUnlock(PtrdMutex *mutex);
310 PORTABLE_API ESR_ReturnCode PtrdSemaphoreCreate(unsigned int initValue,
322 PORTABLE_API ESR_ReturnCode PtrdSemaphoreDestroy(PtrdSemaphore *semaphore);
333 PORTABLE_API ESR_ReturnCode PtrdSemaphoreAcquire(PtrdSemaphore *semaphore);
347 PORTABLE_API ESR_ReturnCode PtrdSemaphoreAcquireTimeout(PtrdSemaphore *semaphore,
359 PORTABLE_API ESR_ReturnCode PtrdSemaphoreRelease(PtrdSemaphore *semaphore);
402 PORTABLE_API ESR_ReturnCode PtrdThreadCreate(PtrdThreadStartFunc startFunc, PtrdThreadArg arg,
417 PORTABLE_API ESR_ReturnCode PtrdThreadDestroy(PtrdThread *thread);
426 PORTABLE_API ESR_ReturnCode PtrdThreadJoin(PtrdThread *thread);
437 PORTABLE_API ESR_ReturnCode PtrdThreadGetPriority(PtrdThread *thread, asr_uint16_t* value);
448 PORTABLE_API ESR_ReturnCode PtrdThreadSetPriority(PtrdThread *thread, asr_uint16_t value);
455 PORTABLE_API ESR_ReturnCode PtrdThreadYield(void);
464 PORTABLE_API ESR_ReturnCode PtrdInit(void);
472 PORTABLE_API ESR_ReturnCode PtrdIsEnabled(ESR_BOOL* enabled);
481 PORTABLE_API ESR_ReturnCode PtrdShutdown(void);