Changeset 29d4438 for lib/iow-thread.c
- Timestamp:
- 03/12/10 13:38:28 (12 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, 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:
- aa0c5c5
- Parents:
- f6e8d46
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/iow-thread.c
rb9dd49a r29d4438 196 196 /* Wait for there to be space available for us to write into */ 197 197 while (OUTBUFFER(state).state == FULL) { 198 write_waits++; 198 199 pthread_cond_wait(&DATA(state)->space_avail, 199 200 &DATA(state)->mutex);
Note: See TracChangeset
for help on using the changeset viewer.