]> rtime.felk.cvut.cz Git - frescor/frsh-forb.git/commit
Initialize thread specific data in forb_init()
authorMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 28 Jan 2011 16:04:37 +0000 (17:04 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Fri, 28 Jan 2011 16:04:37 +0000 (17:04 +0100)
commit6f6bef032e431330e089b7ee95f1cd90178c485f
treebab290a2d2909d74c80e59d06ed0f52c89b56b5a
parent408a6d2a798dcaf5fa7b10d342018aef6b77c18e
Initialize thread specific data in forb_init()

This was done to avoid race conditions which causes errors in code.
Unfortunately this change does not help since FOSA is broken and we will
better use plain POSIX here.
src/forb/src/executor.c
src/forb/src/executor.h
src/forb/src/forb.c