Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/unbound/testcode/
H A Dchecklocks.c249 info[0] = thr->holding_first->create_thread; in ordercheck_locklock()
251 info[2] = lock->create_thread; in ordercheck_locklock()
270 fwrite(&lock->create_thread, sizeof(int), 1, in ordercheck_lockcreate()
309 e->create_thread = thr->num; in checklock_init()
523 lock->create_thread == 0 && lock->create_instance == 0)) in checklock_rdlock()
524 …fprintf(stderr, "checklock_rdlock lock %d %d %s:%d at %s:%d\n", lock->create_thread, lock->create_… in checklock_rdlock()
546 lock->create_thread == 0 && lock->create_instance == 0)) in checklock_wrlock()
547 …fprintf(stderr, "checklock_wrlock lock %d %d %s:%d at %s:%d\n", lock->create_thread, lock->create_… in checklock_wrlock()
586 lock->create_thread == 0 && lock->create_instance == 0)) in checklock_lock()
587 …fprintf(stderr, "checklock_lock lock %d %d %s:%d at %s:%d\n", lock->create_thread, lock->create_in… in checklock_lock()
[all …]
H A Dchecklocks.h134 int create_thread, create_instance; member
/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.mi/
H A Dpthreads.c65 create_thread (void) in create_thread() function
83 create_thread (); in main()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Doperating_system.py28 def create_thread(self, tid, context): member in OperatingSystemPlugIn