HomeSort by: relevance | last modified time | path
    Searched defs:create_thread (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/librumpuser/
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()
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()

Completed in 21 milliseconds