Home
last modified time | relevance | path

Searched refs:Busy (Results 1 – 25 of 3629) sorted by relevance

12345678910>>...146

/dports/x11-themes/chicago95/Chicago95-2.0.1-81-gd1c86db/Cursors/Chicago95_Emerald/src/
H A DWait.conf1 32 16 16 Busy/busy_01.png 75
2 32 16 16 Busy/busy_02.png 75
3 32 16 16 Busy/busy_03.png 75
4 32 16 16 Busy/busy_04.png 75
5 32 16 16 Busy/busy_05.png 75
6 32 16 16 Busy/busy_06.png 75
7 32 16 16 Busy/busy_07.png 75
8 32 16 16 Busy/busy_08.png 75
9 32 16 16 Busy/busy_09.png 75
10 32 16 16 Busy/busy_10.png 75
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/libgnat/
H A Da-conhel.adb48 Busy (Control.T_Counts.all);
59 SAC.Increment (T_Counts.Busy);
60 pragma Assert (T_Counts.Busy <= Max_Count);
62 end Busy;
79 procedure Finalize (Busy : in out With_Busy) is
84 Unbusy (Busy.T_Counts.all);
104 Generic_Implementation.Busy (Busy.T_Counts.all);
124 SAC.Increment (T_Counts.Busy);
136 if T_Counts.Busy > 0 then
170 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/libgnat/
H A Da-conhel.adb41 Busy (Control.T_Counts.all);
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/libgnat/
H A Da-conhel.adb41 Busy (Control.T_Counts.all);
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/libgnat/
H A Da-conhel.adb41 Busy (Control.T_Counts.all);
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/libgnat/
H A Da-conhel.adb41 Busy (Control.T_Counts.all);
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/libgnat/
H A Da-conhel.adb41 Busy (Control.T_Counts.all);
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/libgnat/
H A Da-conhel.adb41 Busy (Control.T_Counts.all);
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dbusy.go24 type Busy struct { struct
36 return &Busy{cluster: cluster}
40 func (b *Busy) IsBusy() bool { argument
48 func (b *Busy) Set(dur time.Duration) { argument
66 func (b *Busy) setWithoutNotify(dur time.Duration) { argument
78 func (b *Busy) Clear() { argument
91 func (b *Busy) clearWithoutNotify() { argument
103 func (b *Busy) Expires() time.Time { argument
129 if sbs.Busy {
140 func (b *Busy) ToJSON() ([]byte, error) { argument
[all …]
H A Dbusy_test.go18 cluster := &ClusterMock{Busy: &Busy{}}
29 require.True(t, compareBusyState(t, busy, cluster.Busy))
38 require.True(t, compareBusyState(t, busy, cluster.Busy))
45 require.True(t, compareBusyState(t, busy, cluster.Busy))
51 require.True(t, compareBusyState(t, busy, cluster.Busy))
55 cluster := &ClusterMock{Busy: &Busy{}}
71 require.True(t, compareBusyState(t, busy, cluster.Busy))
91 cluster := &ClusterMock{Busy: &Busy{}}
100 func compareBusyState(t *testing.T, busy1 *Busy, busy2 *Busy) bool { argument
119 Busy *Busy member
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-conhel.adb49 procedure Busy (T_Counts : in out Tamper_Counts) is subprogram
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/libgnat/
H A Da-conhel.adb49 procedure Busy (T_Counts : in out Tamper_Counts) is subprogram
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-conhel.adb49 procedure Busy (T_Counts : in out Tamper_Counts) is subprogram
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-conhel.adb49 procedure Busy (T_Counts : in out Tamper_Counts) is subprogram
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/libgnat/
H A Da-conhel.adb49 procedure Busy (T_Counts : in out Tamper_Counts) is subprogram
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/libgnat/
H A Da-conhel.adb49 procedure Busy (T_Counts : in out Tamper_Counts) is subprogram
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/libgnat/
H A Da-conhel.adb49 procedure Busy (T_Counts : in out Tamper_Counts) is subprogram
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/lang/gcc9-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly5.5/9.1.0/adainclude/
H A Da-conhel.adb49 procedure Busy (T_Counts : in out Tamper_Counts) is subprogram
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/libgnat/
H A Da-conhel.adb49 procedure Busy (T_Counts : in out Tamper_Counts) is subprogram
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/libgnat/
H A Da-conhel.adb49 procedure Busy (T_Counts : in out Tamper_Counts) is subprogram
52 SAC.Increment (T_Counts.Busy);
54 end Busy;
71 procedure Finalize (Busy : in out With_Busy) is
76 Unbusy (Busy.T_Counts.all);
91 procedure Initialize (Busy : in out With_Busy) is
96 Generic_Implementation.Busy (Busy.T_Counts.all);
115 SAC.Increment (T_Counts.Busy);
125 if T_Check and then T_Counts.Busy > 0 then
157 SAC.Decrement (T_Counts.Busy);
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/
H A Da-conhel.adb53 procedure Busy (T_Counts : in out Tamper_Counts) is subprogram
56 SAC.Increment (T_Counts.Busy);
58 end Busy;
78 procedure Finalize (Busy : in out With_Busy) is
83 Unbusy (Busy.T_Counts.all);
98 procedure Initialize (Busy : in out With_Busy) is
103 Generic_Implementation.Busy (Busy.T_Counts.all);
122 SAC.Increment (T_Counts.Busy);
132 if T_Check and then T_Counts.Busy > 0 then
164 SAC.Decrement (T_Counts.Busy);
[all …]
H A Da-coinho-shared.adb86 Container.Busy := 0;
93 Control.Container.Busy := Control.Container.Busy + 1;
103 if Target.Busy /= 0 then
146 elsif Container.Busy = 0
166 Ref.Control.Container.Busy := Ref.Control.Container.Busy + 1;
233 Control.Container.Busy := Control.Container.Busy - 1;
253 if Target.Busy /= 0 then
257 if Source.Busy /= 0 then
285 elsif Container.Busy = 0
363 elsif Container.Busy = 0
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/
H A Da-conhel.adb53 procedure Busy (T_Counts : in out Tamper_Counts) is subprogram
56 SAC.Increment (T_Counts.Busy);
58 end Busy;
78 procedure Finalize (Busy : in out With_Busy) is
83 Unbusy (Busy.T_Counts.all);
98 procedure Initialize (Busy : in out With_Busy) is
103 Generic_Implementation.Busy (Busy.T_Counts.all);
122 SAC.Increment (T_Counts.Busy);
132 if T_Check and then T_Counts.Busy > 0 then
164 SAC.Decrement (T_Counts.Busy);
[all …]
H A Da-coinho-shared.adb86 Container.Busy := 0;
93 Control.Container.Busy := Control.Container.Busy + 1;
103 if Target.Busy /= 0 then
146 elsif Container.Busy = 0
166 Ref.Control.Container.Busy := Ref.Control.Container.Busy + 1;
233 Control.Container.Busy := Control.Container.Busy - 1;
253 if Target.Busy /= 0 then
257 if Source.Busy /= 0 then
285 elsif Container.Busy = 0
363 elsif Container.Busy = 0
[all …]
/dports/lang/gcc6-aux/bootstrap/lib/gcc/x86_64-aux-dragonfly4.1/5.1.0/adainclude/
H A Da-coinho.adb88 Container.Busy := 0;
95 Control.Container.Busy := Control.Container.Busy + 1;
105 if Target.Busy /= 0 then
148 elsif Container.Busy = 0
168 Ref.Control.Container.Busy := Ref.Control.Container.Busy + 1;
235 Control.Container.Busy := Control.Container.Busy - 1;
255 if Target.Busy /= 0 then
259 if Source.Busy /= 0 then
287 elsif Container.Busy = 0
365 elsif Container.Busy = 0
[all …]

12345678910>>...146