Lines Matching refs:taskHandlePy
1401 PyObject *taskHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_task_parallel_handle() local
1403 PyCapsule_GetPointer(taskHandlePy, "TaskHandle"); in test_ompd_get_task_parallel_handle()
1485 PyObject *taskHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_generating_task_handle() local
1487 (ompd_task_handle_t *)(PyCapsule_GetPointer(taskHandlePy, "TaskHandle")); in test_ompd_get_generating_task_handle()
1573 PyObject *taskHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_scheduling_task_handle() local
1575 (ompd_task_handle_t *)(PyCapsule_GetPointer(taskHandlePy, "TaskHandle")); in test_ompd_get_scheduling_task_handle()
1912 PyObject *taskHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_task_function() local
1914 (ompd_task_handle_t *)(PyCapsule_GetPointer(taskHandlePy, "TaskHandle")); in test_ompd_get_task_function()
1994 PyObject *taskHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_task_frame() local
1996 (ompd_task_handle_t *)(PyCapsule_GetPointer(taskHandlePy, "TaskHandle")); in test_ompd_get_task_frame()
2486 PyObject *taskHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_icv_from_scope_with_task_handle() local
2488 (ompd_task_handle_t *)(PyCapsule_GetPointer(taskHandlePy, "TaskHandle")); in test_ompd_get_icv_from_scope_with_task_handle()