aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_posix.h
Commit message (Collapse)AuthorAgeFilesLines
* executor: improvements for akarosDmitry Vyukov2017-10-171-9/+2
| | | | | | | 1. remove workaround for pthread attrs (was fixed in akaros) 2. remove workaround for dup2 (was fixed in akaros) 3. check that we receive a program 4. implement timeout for test processes
* executor: pass attr to pthread_mutex/cond_initDmitry Vyukov2017-10-161-2/+9
| | | | | | pthread_mutex/cond_init should accept NULL attr, but Akaros crashes with NULL attr: https://github.com/brho/akaros/issues/40
* executor, sys/windows: initial windows supportDmitry Vyukov2017-09-251-0/+82