Lines Matching refs:PDEBUG
64 #define PDEBUG(fmt, args...) { \ macro
178 PDEBUG ("sched_init: master context = 0x%08x", in sched_init()
187 PDEBUG ("thread_yield: current tid=%d", current_tid); in thread_yield()
191 PDEBUG("thread_yield: %d match, ctx=0x%08x", \ in thread_yield()
196 PDEBUG("thread_yield: tid %d returns 0", \ in thread_yield()
200 PDEBUG("thread_yield: tid %d returns 1", \ in thread_yield()
216 PDEBUG ("thread_yield: returning from thread_yield"); in thread_yield()
229 PDEBUG ("thread_create: returns new tid %d", i); in thread_create()
234 PDEBUG ("thread_create: returns failure"); in thread_create()
252 PDEBUG ("thread_launcher: invoking func=0x%08x", in thread_launcher()
258 PDEBUG ("thread_launcher: tid %d terminated", current_tid); in thread_launcher()
269 PDEBUG ("thread_start: id=%d", id); in thread_start()
280 PDEBUG ("thread_start: to be stack=0%08x", in thread_start()
286 PDEBUG ("thread_start: Thread id=%d started, parent returns", id); in thread_start()
309 PDEBUG ("thread_join: *ret = %d", *ret); in thread_join()
312 PDEBUG ("thread_join: invalid tid %d", *ret); in thread_join()
317 PDEBUG ("Checking for tid = -1"); in thread_join()
331 PDEBUG ("thread_join: %d used slots tid %d state=%d", in thread_join()
337 PDEBUG ("thread_join: all slots empty!"); in thread_join()
350 PDEBUG ("thread_join: returing %d for tid %d", *ret, i); in thread_join()
354 PDEBUG ("thread_join: thread %d is not terminated!", *ret); in thread_join()