- Timestamp:
- 12/07/18 15:31:11 (2 years ago)
- Branches:
- develop
- Children:
- 1dc033a
- Parents:
- 5097267
- git-author:
- Shane Alcock <salcock@…> (12/07/18 15:29:45)
- git-committer:
- Shane Alcock <salcock@…> (12/07/18 15:31:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/trace_parallel.c
r2193905 r9c46b65 410 410 return &libtrace->perpkt_threads[i]; 411 411 } 412 pthread_exit(NULL);412 return NULL; 413 413 } 414 414 … … 653 653 if (!t) { 654 654 trace_set_err(trace, TRACE_ERR_THREAD, "Unable to get thread table in perpkt_threads_entry()"); 655 ASSERT_RET(pthread_mutex_unlock(&trace->libtrace_lock), == 0); 655 656 pthread_exit(NULL); 656 657 } … … 2231 2232 // Now send a message asking the threads to stop 2232 2233 // This will be retrieved before trying to read another packet 2233 2234 2234 message.code = MESSAGE_DO_STOP; 2235 2235 trace_message_perpkts(libtrace, &message);
Note: See TracChangeset
for help on using the changeset viewer.