- Timestamp:
- 03/09/15 18:38:48 (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:
- b54e2da
- Parents:
- 4ce6fca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace_parallel.c
r6a082f8 r2330f32 1034 1034 } 1035 1035 ASSERT_RET(pthread_mutex_unlock(&trace->libtrace_lock), == 0); 1036 1037 if (trace->format->pregister_thread) { 1038 trace->format->pregister_thread(trace, t, false); 1039 } 1036 1040 1037 1041 (*trace->reporter)(trace, MESSAGE_STARTING, (libtrace_generic_t) {0}, t);
Note: See TracChangeset
for help on using the changeset viewer.