File tree Expand file tree Collapse file tree 1 file changed +2
-31
lines changed
samples/work-philosophers Expand file tree Collapse file tree 1 file changed +2
-31
lines changed Original file line number Diff line number Diff line change 1
1
sample :
2
2
description : Philosphers, in Rust
3
- name : philosophers rust
3
+ name : workq philosophers rust
4
4
common :
5
5
harness : console
6
6
harness_config :
@@ -12,35 +12,6 @@ common:
12
12
tags : rust
13
13
filter : CONFIG_RUST_SUPPORTED
14
14
tests :
15
- sample.rust.philosopher.semaphore :
15
+ sample.rust.philosopher
16
16
tags : introduction
17
17
min_ram : 32
18
- extra_configs :
19
- - CONFIG_SYNC_SYS_SEMAPHORE=y
20
- sample.rust.philosopher.dynsemaphore :
21
- tags : introduction
22
- min_ram : 32
23
- extra_configs :
24
- - CONFIG_SYNC_SYS_DYNAMIC_SEMAPHORE=y
25
- sample.rust.philosopher.sysmutex :
26
- tags : introduction
27
- min_ram : 32
28
- extra_configs :
29
- - CONFIG_SYNC_SYS_MUTEX=y
30
- sample.rust.philosopher.condvar :
31
- tags : introduction
32
- min_ram : 32
33
- extra_configs :
34
- - CONFIG_SYNC_CONDVAR=y
35
- sample.rust.philosopher.channel_bounded :
36
- tags : introduction
37
- min_ram : 32
38
- extra_configs :
39
- - CONFIG_SYNC_CHANNEL=y
40
- - CONFIG_USE_BOUNDED_CHANNELS=y
41
- sample.rust.philosopher.channel_unbounded :
42
- tags : introduction
43
- min_ram : 32
44
- extra_configs :
45
- - CONFIG_SYNC_CHANNEL=y
46
- - CONFIG_USE_BOUNDED_CHANNELS=n
You can’t perform that action at this time.
0 commit comments