HomeSort by relevance Sort by last modified time
    Searched refs:wakeup (Results 1 - 25 of 324) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /device/google/contexthub/firmware/os/inc/
apInt.h 27 void apIntSet(bool wakeup);
28 void apIntClear(bool wakeup);
  /device/google/contexthub/firmware/os/platform/stm32/
apInt.c 41 void apIntSet(bool wakeup)
43 if (wakeup) {
53 void apIntClear(bool wakeup)
55 if (wakeup) {
  /external/ltp/testcases/realtime/func/prio-wake/
prio-wake.c 23 * Test priority ordered wakeup with pthread_cond_*
31 * - Once all the threads finish execution, the start and wakeup times
33 * - The output must indicate that the thread wakeup happened in a
102 struct array wakeup = { NULL, 0 }; variable in typeref:struct:array
158 wakeup.arr[wakeup.counter++] = mypri;
182 wakeup.arr = malloc(rt_threads * sizeof(int));
183 wakeup.counter = 0;
185 printf("Priority Ordered Wakeup\n");
222 for (i = 0; i < (wakeup.counter - 1); i++)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/templates/
template_17-1.in 28 volatile sig_atomic_t wakeup = 1;
33 wakeup++;
50 while(wakeup == 1) {
  /cts/tests/sensor/src/android/hardware/cts/helpers/
SensorNotSupportedException.java 29 public SensorNotSupportedException(int sensorType, boolean wakeup) {
31 sensorType, wakeup ? "wake-up" : "non wake-up");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
17-1.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-10.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-11.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-12.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-13.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-14.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-15.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-16.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-17.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-18.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-19.c 28 volatile sig_atomic_t wakeup = 1; variable
32 wakeup++;
49 while (wakeup == 1) {
17-2.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-20.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-21.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-22.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-23.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-24.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-25.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-26.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {
17-3.c 28 volatile sig_atomic_t wakeup = 1; variable
33 wakeup++;
50 while (wakeup == 1) {

Completed in 189 milliseconds

1 2 3 4 5 6 7 8 91011>>