Lines Matching refs:dprintf
44 dprintf (1, "thread 1: in ctor: started.\n"); in ctor()
46 dprintf (1, "thread 1: in ctor: locked user_lock.\n"); in ctor()
48 dprintf (1, "thread 1: in ctor: unlocked user_lock.\n"); in ctor()
49 dprintf (1, "thread 1: in ctor: done.\n"); in ctor()
57 dprintf (1, "thread 1: in dtor: started.\n"); in dtor()
59 dprintf (1, "thread 1: in dtor: locked user_lock.\n"); in dtor()
61 dprintf (1, "thread 1: in dtor: unlocked user_lock.\n"); in dtor()
62 dprintf (1, "thread 1: in dtor: done.\n"); in dtor()
68 dprintf (1, "thread 3: started.\n"); in thread3()
69 dprintf (1, "thread 3: done.\n"); in thread3()
77 dprintf (1, "thread 2: started.\n"); in thread2()
80 dprintf (1, "thread 2: locked user_lock.\n"); in thread2()
84 dprintf (1, "thread 2: unlocked user_lock.\n"); in thread2()
89 dprintf (1, "thread 2: locked user_lock.\n"); in thread2()
93 dprintf (1, "thread 2: unlocked user_lock.\n"); in thread2()
96 dprintf (1, "thread 2: done.\n"); in thread2()
103 dprintf (1, "thread 1: started.\n"); in thread1()
109 dprintf (1, "thread 1: dlopen done.\n"); in thread1()
111 dprintf (1, "thread 1: dlclose done.\n"); in thread1()
113 dprintf (1, "thread 1: done.\n"); in thread1()