halayli / lthread

lthread, a multicore enabled coroutine library written in C
Other
814 stars 82 forks source link

tests/lthread_join.c - the join always timeouts #39

Open stefantalpalaru opened 9 years ago

stefantalpalaru commented 9 years ago

In function b() you sleep for 1 second and in a() you try to join the corresponding lthread with a timeout of 10 milliseconds.