HomeSort by relevance Sort by last modified time
    Searched refs:stop_thread (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test4.c 197 static void stop_thread(Thread *p){ function
230 if( threadset[i].busy ) stop_thread(&threadset[i]);
239 stop_thread(&threadset[i]);
test7.c 220 static void stop_thread(Thread *p){ function
254 stop_thread(&threadset[i]);
264 stop_thread(&threadset[i]);
  /hardware/qcom/display/msm8960/libcopybit/
copybit_c2d.cpp 167 bool stop_thread; member in struct:copybit_context_t
221 while(ctx->stop_thread == false) {
223 while(ctx->wait_timestamp == false && !ctx->stop_thread) {
246 if(ctx->stop_thread)
    [all...]
  /hardware/qcom/display/msm8974/libcopybit/
copybit_c2d.cpp 169 bool stop_thread; member in struct:copybit_context_t
223 while(ctx->stop_thread == false) {
225 while(ctx->wait_timestamp == false && !ctx->stop_thread) {
250 if(ctx->stop_thread)
    [all...]
  /hardware/qcom/display/msm8x26/libcopybit/
copybit_c2d.cpp 167 bool stop_thread; member in struct:copybit_context_t
221 while(ctx->stop_thread == false) {
223 while(ctx->wait_timestamp == false && !ctx->stop_thread) {
246 if(ctx->stop_thread)
    [all...]

Completed in 410 milliseconds