summary refs log tree commit diff stats
path: root/build
diff options
context:
space:
mode:
authorJaremy Creechley <creechley@gmail.com>2021-11-23 00:13:03 -0800
committerGitHub <noreply@github.com>2021-11-23 09:13:03 +0100
commit7772ca303cbd81cade30bb6b54659b1994e01164 (patch)
tree8bce3b235ddf1bbec2c0473ede3e1150653bdc87 /build
parent1b143f5e79c940ba7f70e0512f36b5c61a6bc24d (diff)
downloadNim-7772ca303cbd81cade30bb6b54659b1994e01164.tar.gz
Implement threads on Zephyr (#19156)
* pthreads setup for zephyr

- enable tweak stack size
- update lib/system/threads.nim
- Fix int/uint in casting pointer.

* add documentation and tweak flag names

* add documentation and tweak flag names

* fix configuration flag names

* fix configuration flag names

* cleanup

Co-authored-by: Jaremy Creechley <jaremy.creechley@panthalassa.com>
Diffstat (limited to 'build')
0 files changed, 0 insertions, 0 deletions
er Zahary Karadjov <zahary@gmail.com> 2012-11-22 21:57:37 +0200 added 2 GC leak test cases' href='/ahoang/Nim/commit/tests/gc/cycleleak.nim?h=devel&id=ad53e0b022cb50bc069cfb9d196c3a11b4205b44'>ad53e0b02 ^
3d7abb958 ^

ad53e0b02 ^





3d7abb958 ^

ad53e0b02 ^



3d7abb958 ^
ad53e0b02 ^



3d7abb958 ^
ab6f79340 ^

ab6f79340 ^
ad53e0b02 ^


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