CoreFlow 1.0.0
A modern orchestration and execution runtime
Loading...
Searching...
No Matches
coreflow::Osal Member List

This is the complete list of members for coreflow::Osal, including all inherited members.

completeThreadpool(vx_threadpool_t *pool, vx_bool blocking)coreflow::Osalstatic
createQueue()coreflow::Osalstatic
createQueue(vx_uint32 numItems, vx_size itemSize)coreflow::Osal
createSem(vx_sem_t *sem, vx_uint32 count)coreflow::Osalstatic
createThread(vx_thread_f func, void *arg)coreflow::Osalstatic
createThreadpool(vx_uint32 numThreads, vx_uint32 numWorkItems, vx_size sizeWorkItem, vx_threadpool_f worker, void *arg)coreflow::Osalstatic
deinitEvent(vx_internal_event_t *e)coreflow::Osalstatic
deinitQueue(vx_queue_t *q)coreflow::Osalstatic
destroyQueue(vx_queue_t **pq)coreflow::Osalstatic
destroySem(vx_sem_t *sem)coreflow::Osalstatic
destroyThreadpool(vx_threadpool_t **ppool)coreflow::Osalstatic
getSymbol(vx_module_handle_t mod, const vx_char *name)coreflow::Osalstatic
initEvent(vx_internal_event_t *e, vx_bool autoreset)coreflow::Osalstatic
initPerf(vx_perf_t *perf)coreflow::Osalstatic
initQueue(vx_queue_t *q)coreflow::Osalstatic
issueThreadpool(vx_threadpool_t *pool, vx_value_set_t workitems[], uint32_t numWorkItems)coreflow::Osalstatic
joinThread(vx_thread_t thread, vx_value_t *value)coreflow::Osalstatic
loadModule(vx_char *name)coreflow::Osalstatic
popQueue(vx_queue_t *q)coreflow::Osalstatic
printPerf(vx_perf_t *perf)coreflow::Osalstatic
printQueue(vx_queue_t *q)coreflow::Osalstatic
readQueue(vx_queue_t *q, vx_value_set_t **data)coreflow::Osalstatic
resetEvent(vx_internal_event_t *e)coreflow::Osalstatic
semPost(vx_sem_t *sem)coreflow::Osalstatic
semTryWait(vx_sem_t *sem)coreflow::Osalstatic
semWait(vx_sem_t *sem)coreflow::Osalstatic
setEvent(vx_internal_event_t *e)coreflow::Osalstatic
sleepThread(vx_uint32 milliseconds)coreflow::Osalstatic
startCapture(vx_perf_t *perf)coreflow::Osalstatic
stopCapture(vx_perf_t *perf)coreflow::Osalstatic
timeToMS(vx_uint64 c)coreflow::Osalstatic
unloadModule(vx_module_handle_t mod)coreflow::Osalstatic
waitEvent(vx_internal_event_t *e, vx_uint32 timeout)coreflow::Osalstatic
waitEventInternal(vx_internal_event_t *e, vx_uint32 ms)coreflow::Osalstatic
workerThreadpool(void *arg)coreflow::Osalstatic
writeQueue(vx_queue_t *q, vx_value_set_t *data)coreflow::Osalstatic