thread            952 opal/mca/btl/smcuda/btl_smcuda_component.c void mca_btl_smcuda_component_event_thread(opal_object_t* thread)
thread             56 opal/mca/event/libevent2022/libevent/test/test-changelist.c 	HANDLE thread;
thread             70 opal/mca/event/libevent2022/libevent/test/test-changelist.c 	timer->thread = GetCurrentThread();
thread             71 opal/mca/event/libevent2022/libevent/test/test-changelist.c 	r = GetThreadTimes(timer->thread, &createtime, &exittime,
thread            118 opal/mca/event/libevent2022/libevent/test/test-changelist.c 	r = GetThreadTimes(timer->thread, &createtime, &exittime,
thread            148 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c hwloc_bgq_get_thread_cpubind(hwloc_topology_t topology, pthread_t thread, hwloc_bitmap_t hwloc_set, int flags __hwloc_attribute_unused)
thread            158 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c   err = pthread_getaffinity_np(thread, sizeof(bg_set), &bg_set);
thread            184 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c hwloc_bgq_set_thread_cpubind(hwloc_topology_t topology, pthread_t thread, hwloc_const_bitmap_t hwloc_set, int flags)
thread            206 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-bgq.c   err = pthread_setaffinity_np(thread, sizeof(bg_set), &bg_set);
thread           3650 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       struct hwloc_obj *thread = hwloc_alloc_setup_object(topology, HWLOC_OBJ_PU, (unsigned) i);
thread           3653 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       thread->cpuset = threadset;
thread           3656 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-linux.c       hwloc_insert_object_by_cpuset(topology, thread);
thread            397 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_win_set_thread_cpubind(hwloc_topology_t topology __hwloc_attribute_unused, hwloc_thread_t thread, hwloc_const_bitmap_t hwloc_set, int flags)
thread            419 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c     if (!SetThreadGroupAffinityProc(thread, &aff, NULL))
thread            425 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c     if (!SetThreadAffinityMask(thread, mask))
thread            469 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c hwloc_win_get_thread_cpubind(hwloc_topology_t topology __hwloc_attribute_unused, hwloc_thread_t thread, hwloc_cpuset_t set, int flags __hwloc_attribute_unused)
thread            475 opal/mca/hwloc/hwloc201/hwloc/hwloc/topology-windows.c   if (!GetThreadGroupAffinityProc(thread, &aff))
thread           1190 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_set_thread_cpubind(hwloc_topology_t topology, hwloc_thread_t thread, hwloc_const_cpuset_t set, int flags);
thread           1201 opal/mca/hwloc/hwloc201/hwloc/include/hwloc.h HWLOC_DECLSPEC int hwloc_get_thread_cpubind(hwloc_topology_t topology, hwloc_thread_t thread, hwloc_cpuset_t set, int flags);
thread            277 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c     pthread_t thread;
thread            279 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c     if (0 > pthread_create(&thread, NULL, _release_cb, cbdata)) {
thread            283 opal/mca/pmix/pmix4x/pmix/test/server_callbacks.c     pthread_detach(thread);