File: hwloc_topology_cpubind_support.3

package info (click to toggle)
hwloc 2.12.0-4~bpo12%2B1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm-backports
  • size: 23,576 kB
  • sloc: ansic: 60,875; xml: 13,559; sh: 7,332; makefile: 2,154; javascript: 879; cpp: 93; php: 8; sed: 5
file content (80 lines) | stat: -rw-r--r-- 2,759 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.TH "hwloc_topology_cpubind_support" 3 "Version 2.12.0" "Hardware Locality (hwloc)" \" -*- nroff -*-
.ad l
.nh
.SH NAME
hwloc_topology_cpubind_support
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <hwloc\&.h>\fP
.SS "Data Fields"

.in +1c
.ti -1c
.RI "unsigned char \fBset_thisproc_cpubind\fP"
.br
.ti -1c
.RI "unsigned char \fBget_thisproc_cpubind\fP"
.br
.ti -1c
.RI "unsigned char \fBset_proc_cpubind\fP"
.br
.ti -1c
.RI "unsigned char \fBget_proc_cpubind\fP"
.br
.ti -1c
.RI "unsigned char \fBset_thisthread_cpubind\fP"
.br
.ti -1c
.RI "unsigned char \fBget_thisthread_cpubind\fP"
.br
.ti -1c
.RI "unsigned char \fBset_thread_cpubind\fP"
.br
.ti -1c
.RI "unsigned char \fBget_thread_cpubind\fP"
.br
.ti -1c
.RI "unsigned char \fBget_thisproc_last_cpu_location\fP"
.br
.ti -1c
.RI "unsigned char \fBget_proc_last_cpu_location\fP"
.br
.ti -1c
.RI "unsigned char \fBget_thisthread_last_cpu_location\fP"
.br
.in -1c
.SH "Detailed Description"
.PP 
Flags describing actual PU binding support for this topology\&. 

A flag may be set even if the feature isn't supported in all cases (e\&.g\&. binding to random sets of non-contiguous objects)\&. 
.SH "Field Documentation"
.PP 
.SS "unsigned char hwloc_topology_cpubind_support::get_proc_cpubind"
Getting the binding of a whole given process is supported\&. 
.SS "unsigned char hwloc_topology_cpubind_support::get_proc_last_cpu_location"
Getting the last processors where a whole process ran is supported 
.SS "unsigned char hwloc_topology_cpubind_support::get_thisproc_cpubind"
Getting the binding of the whole current process is supported\&. 
.SS "unsigned char hwloc_topology_cpubind_support::get_thisproc_last_cpu_location"
Getting the last processors where the whole current process ran is supported 
.SS "unsigned char hwloc_topology_cpubind_support::get_thisthread_cpubind"
Getting the binding of the current thread only is supported\&. 
.SS "unsigned char hwloc_topology_cpubind_support::get_thisthread_last_cpu_location"
Getting the last processors where the current thread ran is supported 
.SS "unsigned char hwloc_topology_cpubind_support::get_thread_cpubind"
Getting the binding of a given thread only is supported\&. 
.SS "unsigned char hwloc_topology_cpubind_support::set_proc_cpubind"
Binding a whole given process is supported\&. 
.SS "unsigned char hwloc_topology_cpubind_support::set_thisproc_cpubind"
Binding the whole current process is supported\&. 
.SS "unsigned char hwloc_topology_cpubind_support::set_thisthread_cpubind"
Binding the current thread only is supported\&. 
.SS "unsigned char hwloc_topology_cpubind_support::set_thread_cpubind"
Binding a given thread only is supported\&. 

.SH "Author"
.PP 
Generated automatically by Doxygen for Hardware Locality (hwloc) from the source code\&.