Nobuyoshi Nakada
|
c7d2247e35
|
Honor --with-thread option to enable pthread
|
2022-05-10 09:24:28 +09:00 |
|
Yuta Saito
|
420622b5a7
|
[wasm] add no thread variant for freestanding environment
This implementation does nothing around preemptive context switching
because there is no native thread.
|
2022-01-19 11:19:06 +09:00 |
|
Yuta Saito
|
4e0747a8a2
|
Allow the thread-model to be switched by configure option
This change adds --with-thread=IMPL option to the configure. If not
supplied, default implementation for each platform will be used.
|
2021-10-30 10:18:33 +09:00 |
|
Yuta Saito
|
8590d61ea9
|
Select including thread impl file at config time
|
2021-10-30 10:18:33 +09:00 |
|
Yuta Saito
|
ccda26efe7
|
Split thread-model config into another ac file
This is a first step to allow the thread-model implementation to be
switched by configure's option
|
2021-10-30 10:18:33 +09:00 |
|