Home
last modified time | relevance | path

Searched refs:create_thread (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/testcode/
H A Dchecklocks.c238 info[0] = thr->holding_first->create_thread; in ordercheck_locklock()
240 info[2] = lock->create_thread; in ordercheck_locklock()
259 fwrite(&lock->create_thread, sizeof(int), 1, in ordercheck_lockcreate()
298 e->create_thread = thr->num; in checklock_init()
771 lock->create_thread, lock->create_instance, in lock_debug_info()
H A Dchecklocks.h134 int create_thread, create_instance; member
/netbsd-src/lib/librumpuser/
H A Drumpfiber.h63 struct thread* create_thread(const char *name, void *cookie,
H A Drumpfiber.c208 create_thread(const char *name, void *cookie, void (*f)(void *), void *data, in create_thread() function
645 thr = create_thread(thrname, NULL, (void (*)(void *))f, arg, NULL, 0); in rumpuser_thread_create()