HomeSort by relevance Sort by last modified time
    Searched defs:thread_running (Results 1 - 4 of 4) sorted by null

  /system/bt/osi/test/
reactor_test.cc 14 static volatile bool thread_running; variable
19 thread_running = true;
21 thread_running = false;
62 EXPECT_TRUE(thread_running);
66 EXPECT_FALSE(thread_running);
  /system/nfc/halimpl/pn54x/hal/
phNxpNciHal.h 69 uint8_t thread_running; /* Thread running if set to 1, else set to 0 */ member in struct:phNxpNciHal_Control
  /system/nfc/halimpl/pn54x/self-test/
phNxpNciHal_SelfTest.c 47 static int thread_running = 0; variable
1049 thread_running = 1;
1051 while (thread_running == 1) {
1058 if (thread_running == 0) {
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_state.c 72 pipe_mutex thread_running; member in struct:csmt_context
101 pipe_mutex_lock(ctx->thread_running);
115 pipe_mutex_unlock(ctx->thread_running);
118 pipe_mutex_lock(ctx->thread_running);
123 pipe_mutex_unlock(ctx->thread_running);
156 pipe_mutex_init(ctx->thread_running);
259 pipe_mutex_lock(ctx->thread_running);
276 pipe_mutex_unlock(ctx->thread_running);
    [all...]

Completed in 789 milliseconds