Searched refs:create_thread (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/unbound/dist/testcode/ |
H A D | checklocks.c | 238 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 D | checklocks.h | 134 int create_thread, create_instance; member
|
/netbsd-src/lib/librumpuser/ |
H A D | rumpfiber.h | 63 struct thread* create_thread(const char *name, void *cookie,
|
H A D | rumpfiber.c | 208 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()
|