Searched refs:BOMP_DEBUG_THREAD (Results 1 - 3 of 3) sorted by relevance

/barrelfish-2018-10-04/lib/bomp_new/include/
H A Dbomp_debug.h49 #define BOMP_DEBUG_THREAD(x...) BOMP_DEBUG_PRINT("[thread] " x) macro
51 #define BOMP_DEBUG_THREAD(x...) macro
/barrelfish-2018-10-04/lib/bomp_new/
H A Dbomp_thread.c55 BOMP_DEBUG_THREAD("done__rx from thread\n");
64 BOMP_DEBUG_THREAD("threads active %u\n", node->threads_active);
104 BOMP_DEBUG_THREAD("connection accepted. tid=%" PRIuCOREID "\n", t->coreid);
147 BOMP_DEBUG_THREAD("Creating thread on core %"PRIuCOREID " \n", core);
162 BOMP_DEBUG_THREAD("dispatcher ready. allocating memory for msg channel\n");
184 BOMP_DEBUG_THREAD("creating channel on %p\n", thread->msgbuf);
194 BOMP_DEBUG_THREAD("creating thread on core %" PRIuCOREID "\n", core);
209 BOMP_DEBUG_THREAD("thread on core %" PRIuCOREID " connected \n", core);
260 BOMP_DEBUG_THREAD("done__tx\n");
279 BOMP_DEBUG_THREAD("execute__r
[all...]
H A Dbomp_node.c314 BOMP_DEBUG_THREAD("connected to node master.\n");

Completed in 33 milliseconds