-
```js
function make_semaphore(n) {
const cell = list(0);
function the_semaphore(m) {
return m === "acquire"
? test_and_set(cell, n)
? the_semaph…
-
This error occurred in an emulator FWIW and reported via play store
```
"main" prio=5 tid=1 Native
| group="main" sCount=1 dsCount=0 flags=1 obj=0x74d44f50 self=0xef574000
| sysTid=20325 n…
-
Hi, I was trying out your library but as mentioned it does not support semaphores.
Do you think this would be hard to do ? Otherwise I might consider adding it.. Did not have a look at the source cod…
-
```
"main" tid=1 Blocked
"main" prio=5 tid=1 Blocked
| group="main" sCount=1 dsCount=0 flags=1 obj=0x725a69f0 self=0xac835000
| sysTid=7789 nice=-10 cgrp=default sched=0/0 handle=0xb09da4a4
…
-
Even where design specifications and API documentation and Test Cases exist, the former are not related to the latter in an easily extractable way.
Some test cases already contain doxygen comments…
-
We have a use case where we are using easyjson to unmarshal json directly into the structs created by protobuf's protoc.
It has been working really well until the recent update to protobuf, which…
-
2.1.9 VST has audible click at the beginning of each measure. I'm using small buffer 128@96k which is sensitive for any kind of performance problems. That did not happen on 2.1.8.
![screenshot](https…
-
Today, most of the concrete types use pointer semantics; `*Gornir`, `*Inventory`, `*Host`, etc. This is OK when sharing data that you want to modify, however this means we need to be careful to avoid …
-
The base of ML features for binaries analysed by _Cuckoo_ is going to be inspired by _Reviewer Integration and Performance Measurement for Malware Detection_ by _B Miller et al_ [(available here)](htt…
-
in ui/state/lines.rs: AoS vs SoA (keep formatted and unformatted versions of line in struct of array or array of struct?)