Changeset 698762 in git


Ignore:
Timestamp:
Nov 11, 2013, 4:36:27 PM (10 years ago)
Author:
Andreas Steenpass <steenpass@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
d2497273ecdf23a92b8b9adb5f75dc1897d2eec1
Parents:
1e2299a5214eed43664f50818501d6d4f9b1d57c
git-author:
Andreas Steenpass <steenpass@mathematik.uni-kl.de>2013-11-11 16:36:27+01:00
git-committer:
Andreas Steenpass <steenpass@mathematik.uni-kl.de>2013-11-11 16:44:28+01:00
Message:
chg: do not release semaphore 0 while waiting for links
(cherry picked from commit 2a070c518144f438f8eefc065884effa6406572f)

Signed-off-by: Andreas Steenpass <steenpass@mathematik.uni-kl.de>
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/links/ssiLink.cc

    r1e2299 r698762  
    16041604
    16051605  /* check with select: chars waiting: no -> not ready */
    1606   #ifdef HAVE_SIMPLEIPC
    1607   sipc_semaphore_release(0);
    1608   #endif
    16091606  s = si_select(max_fd, &mask, NULL, NULL, wt_ptr);
    1610   #ifdef HAVE_SIMPLEIPC
    1611   sipc_semaphore_acquire(0);
    1612   #endif
    1613 
    16141607  if (s==-1)
    16151608  {
Note: See TracChangeset for help on using the changeset viewer.