diff options
author | Paul R. Eggert <eggert@cs.ucla.edu> | 2010-07-25 20:54:55 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2010-07-25 20:55:21 -0700 |
commit | de949fc12dffef87e381a821c18887e4efdd1b00 (patch) | |
tree | 276f3cda75e30cb03baddb311434d486a0c16684 /gl | |
parent | 1563ffd2b1e63c48b5c7a04f8b60556ee56c7154 (diff) | |
download | coreutils-de949fc12dffef87e381a821c18887e4efdd1b00.tar.xz |
sort: omit unnecessary mutex unlock+lock; simplify heap access
* src/sort.c (queue_pop): Omit unnecessary unlock+lock after
pthread_cond_wait returns. Don't access "count" member of the
heap; any efficiency gains should be quite minor, the access
complicates this code, and "count" should be private anyway.
Diffstat (limited to 'gl')
0 files changed, 0 insertions, 0 deletions