Searched defs: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 451 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_thread_id() local 1307 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_curr_task_handle() local 2062 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_state() local 2427 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in test_ompd_get_icv_from_scope_with_thread_handle() local
|
H A D | ompdModule.c | 586 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in call_ompd_rel_thread_handle() local 910 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in call_ompd_get_curr_parallel_handle() local 1002 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in call_ompd_get_curr_task_handle() local 1260 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in call_ompd_get_state() local 1318 PyObject *threadHandlePy = PyTuple_GetItem(args, 0); in call_ompd_get_thread_id() local
|