|
CoreFlow 1.0.0
A modern orchestration and execution runtime
|
This is the complete list of members for coreflow::Osal, including all inherited members.
| completeThreadpool(vx_threadpool_t *pool, vx_bool blocking) | coreflow::Osal | static |
| createQueue() | coreflow::Osal | static |
| createQueue(vx_uint32 numItems, vx_size itemSize) | coreflow::Osal | |
| createSem(vx_sem_t *sem, vx_uint32 count) | coreflow::Osal | static |
| createThread(vx_thread_f func, void *arg) | coreflow::Osal | static |
| createThreadpool(vx_uint32 numThreads, vx_uint32 numWorkItems, vx_size sizeWorkItem, vx_threadpool_f worker, void *arg) | coreflow::Osal | static |
| deinitEvent(vx_internal_event_t *e) | coreflow::Osal | static |
| deinitQueue(vx_queue_t *q) | coreflow::Osal | static |
| destroyQueue(vx_queue_t **pq) | coreflow::Osal | static |
| destroySem(vx_sem_t *sem) | coreflow::Osal | static |
| destroyThreadpool(vx_threadpool_t **ppool) | coreflow::Osal | static |
| getSymbol(vx_module_handle_t mod, const vx_char *name) | coreflow::Osal | static |
| initEvent(vx_internal_event_t *e, vx_bool autoreset) | coreflow::Osal | static |
| initPerf(vx_perf_t *perf) | coreflow::Osal | static |
| initQueue(vx_queue_t *q) | coreflow::Osal | static |
| issueThreadpool(vx_threadpool_t *pool, vx_value_set_t workitems[], uint32_t numWorkItems) | coreflow::Osal | static |
| joinThread(vx_thread_t thread, vx_value_t *value) | coreflow::Osal | static |
| loadModule(vx_char *name) | coreflow::Osal | static |
| popQueue(vx_queue_t *q) | coreflow::Osal | static |
| printPerf(vx_perf_t *perf) | coreflow::Osal | static |
| printQueue(vx_queue_t *q) | coreflow::Osal | static |
| readQueue(vx_queue_t *q, vx_value_set_t **data) | coreflow::Osal | static |
| resetEvent(vx_internal_event_t *e) | coreflow::Osal | static |
| semPost(vx_sem_t *sem) | coreflow::Osal | static |
| semTryWait(vx_sem_t *sem) | coreflow::Osal | static |
| semWait(vx_sem_t *sem) | coreflow::Osal | static |
| setEvent(vx_internal_event_t *e) | coreflow::Osal | static |
| sleepThread(vx_uint32 milliseconds) | coreflow::Osal | static |
| startCapture(vx_perf_t *perf) | coreflow::Osal | static |
| stopCapture(vx_perf_t *perf) | coreflow::Osal | static |
| timeToMS(vx_uint64 c) | coreflow::Osal | static |
| unloadModule(vx_module_handle_t mod) | coreflow::Osal | static |
| waitEvent(vx_internal_event_t *e, vx_uint32 timeout) | coreflow::Osal | static |
| waitEventInternal(vx_internal_event_t *e, vx_uint32 ms) | coreflow::Osal | static |
| workerThreadpool(void *arg) | coreflow::Osal | static |
| writeQueue(vx_queue_t *q, vx_value_set_t *data) | coreflow::Osal | static |