Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dmanager.c167 PDEBUG("before poll\n"); in __pthread_manager()
169 PDEBUG("after poll\n"); in __pthread_manager()
189 PDEBUG("before read\n"); in __pthread_manager()
191 PDEBUG("after read, n=%d\n", n); in __pthread_manager()
194 PDEBUG("got REQ_CREATE\n"); in __pthread_manager()
208 PDEBUG("got REQ_FREE\n"); in __pthread_manager()
234 PDEBUG("got REQ_POST\n"); in __pthread_manager()
238 PDEBUG("got REQ_DEBUG\n"); in __pthread_manager()
281 PDEBUG("\n"); in pthread_start_thread()
671 PDEBUG("new thread pid = %d\n", pid); in pthread_handle_create()
[all …]
A Ddebug.h33 #undef PDEBUG
35 # define PDEBUG(fmt, args...) __pthread_message("%s: " fmt, __FUNCTION__, ## args) macro
37 # define PDEBUG(fmt, args...) /* debug switched off */ macro
A Djoin.c40 PDEBUG("self=%p, pid=%d\n", self, self->p_pid); in libpthread_hidden_def()
80 PDEBUG("joining = %p, pid=%d\n", joining, joining ? joining->p_pid : 0); in libpthread_hidden_def()
130 PDEBUG("\n"); in pthread_join()
167 PDEBUG("before suspend\n"); in pthread_join()
169 PDEBUG("after suspend\n"); in pthread_join()
A Dpthread.c470 PDEBUG("initial thread stack bounds: bos=%p, tos=%p\n", in pthread_initialize()
529 PDEBUG("manager stack: size=%ld, bos=%p, tos=%p\n", THREAD_MANAGER_STACK_SIZE, in __pthread_initialize_manager()
532 PDEBUG("initial stack: estimate bos=%p, tos=%p\n", in __pthread_initialize_manager()
634 PDEBUG("send REQ_DEBUG to manager thread\n"); in __pthread_initialize_manager()
657 PDEBUG("write REQ_CREATE to manager thread\n"); in pthread_create()
660 PDEBUG("before suspend(self)\n"); in pthread_create()
662 PDEBUG("after suspend(self)\n"); in pthread_create()

Completed in 10 milliseconds