simple_thread
USE(simple_thread)
DEF_SCRIPT(simple_thread,
CHILD_REQUIRE_EQ(pthread_create(&thread, NULL, simple_thread, NULL), 0);