Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d8f1a656 authored by Dianne Hackborn's avatar Dianne Hackborn Committed by Android Git Automerger
Browse files

am 11bbe200: Hopefully fix the build.

Merge commit '11bbe200cba150cfa5593bb87b54f3072a5ab2c5' into gingerbread-plus-aosp

* commit '11bbe200cba150cfa5593bb87b54f3072a5ab2c5':
  Hopefully fix the build.
parents c21e0e2d bb39b9f1
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -281,6 +281,7 @@ pid_t androidGetTid()
#endif
}

#if defined(HAVE_PTHREADS)
static pthread_once_t gDoSchedulingGroupOnce = PTHREAD_ONCE_INIT;
static bool gDoSchedulingGroup = true;

@@ -294,6 +295,7 @@ static void checkDoSchedulingGroup(void) {
        }
    }
}
#endif

int androidSetThreadSchedulingGroup(pid_t tid, int grp)
{