rumpfiber.c | 208 create_thread(const char *name, void *cookie, void (*f)(void *), void *data, function in typeref:struct:thread * 645 thr = create_thread(thrname, NULL, (void (*)(void *))f, arg, NULL, 0); 651 * XXX: should be supplied as a flag to create_thread() so as to 653 * now we're trusting unclear semantics of create_thread()
|