- Timestamp:
- 03/25/15 17:02:33 (6 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 16cb2a2
- Parents:
- f01c479
- Location:
- lib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_dpdk.c
r773d5e2 r5e43b8b 1558 1558 #if DEBUG 1559 1559 char name[99]; 1560 name[0] = 0; 1561 #if HAVE_PTHREAD_SETNAME_NP 1560 1562 pthread_getname_np(pthread_self(), 1561 1563 name, sizeof(name)); 1564 #endif 1562 1565 #endif 1563 1566 if (reading) { -
lib/trace_parallel.c
ra330384 r5e43b8b 120 120 #if 0 121 121 uint64_t total; 122 #ifdef __linux__122 #ifdef HAVE_PTHREAD_SETNAME_NP 123 123 char t_name[50]; 124 124 pthread_getname_np(pthread_self(), t_name, sizeof(t_name)); … … 1463 1463 LIBTRACE_RINGBUFFER_BLOCKING); 1464 1464 } 1465 #if def __linux__1465 #if HAVE_PTHREAD_SETNAME_NP 1466 1466 if(name) 1467 1467 pthread_setname_np(t->tid, name);
Note: See TracChangeset
for help on using the changeset viewer.