Searched refs:threadHandlePy (Results 1 – 2 of 2) sorted by relevance
| /llvm-project/openmp/libompd/gdb-plugin/ |
| H A D | ompdAPITests.c | 184 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_curr_parallel_handle() local 186 (ompd_thread_handle_t *)(PyCapsule_GetPointer(threadHandlePy, in test_ompd_get_curr_parallel_handle() 451 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_thread_id() local 453 (ompd_thread_handle_t *)(PyCapsule_GetPointer(threadHandlePy, in test_ompd_get_thread_id() 1307 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_curr_task_handle() local 1309 (ompd_thread_handle_t *)(PyCapsule_GetPointer(threadHandlePy, in test_ompd_get_curr_task_handle() 2062 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_state() local 2064 (ompd_thread_handle_t *)(PyCapsule_GetPointer(threadHandlePy, in test_ompd_get_state() 2427 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_icv_from_scope_with_thread_handle() local 2429 (ompd_thread_handle_t *)(PyCapsule_GetPointer(threadHandlePy, in test_ompd_get_icv_from_scope_with_thread_handle()
|
| H A D | ompdModule.c | 586 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in call_ompd_rel_thread_handle() local 588 (ompd_thread_handle_t *)(PyCapsule_GetPointer(threadHandlePy, in call_ompd_rel_thread_handle() 910 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in call_ompd_get_curr_parallel_handle() local 912 (ompd_thread_handle_t *)(PyCapsule_GetPointer(threadHandlePy, in call_ompd_get_curr_parallel_handle() 1002 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in call_ompd_get_curr_task_handle() local 1004 (ompd_thread_handle_t *)(PyCapsule_GetPointer(threadHandlePy, in call_ompd_get_curr_task_handle() 1260 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in call_ompd_get_state() local 1262 (ompd_thread_handle_t *)PyCapsule_GetPointer(threadHandlePy, in call_ompd_get_state() 1318 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in call_ompd_get_thread_id() local 1320 (ompd_thread_handle_t *)(PyCapsule_GetPointer(threadHandlePy, in call_ompd_get_thread_id()
|