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

  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 47 static int thread_status = 0; variable
56 if(false == thread_status) {
64 thread_status = false;
74 if(false == thread_status){
76 thread_status = false;
85 thread_status = true;
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_app.c 50 static int thread_status = 0; variable
59 if(FALSE == thread_status) {
67 thread_status = FALSE;
77 if(FALSE == thread_status){
79 thread_status = FALSE;
88 thread_status = TRUE;
  /external/fio/
client.h 81 client_cmd_op *thread_status; member in struct:client_ops
client.c 38 .thread_status = handle_ts,
1282 ops->thread_status(client, cmd);
    [all...]
gclient.c     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/bench/
sched-messaging.c 187 void *thread_status; local
195 pthread_join(id, &thread_status);
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 40 static int thread_status = 0; variable
49 if(FALSE == thread_status) {
56 thread_status = FALSE;
66 if(FALSE == thread_status){
68 thread_status = FALSE;
77 thread_status = TRUE;
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 40 static int thread_status = 0; variable
49 if(FALSE == thread_status) {
56 thread_status = FALSE;
66 if(FALSE == thread_status){
68 thread_status = FALSE;
77 thread_status = TRUE;
  /device/htc/flounder/audio/visualizer/
nv_offload_visualizer.c 161 int thread_status; variable
192 thread_status = -1;
402 thread_status = pthread_create(&capture_thread, (const pthread_attr_t *) NULL,
446 if (thread_status == 0) {
452 thread_status = -1;
    [all...]
  /hardware/qcom/audio/visualizer/
offload_visualizer.c 171 int thread_status; variable
214 thread_status = -1;
462 thread_status = pthread_create(&capture_thread, (const pthread_attr_t *) NULL,
506 if (thread_status == 0) {
512 thread_status = -1;
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c 41 static int thread_status = 0; variable
50 if(FALSE == thread_status) {
57 thread_status = FALSE;
67 if(FALSE == thread_status){
70 thread_status = FALSE;
78 thread_status = TRUE;
    [all...]
  /external/valgrind/main/coregrind/
fixup_macho_loadcmds.c 101 #include <mach/i386/thread_status.h>
  /external/blktrace/
blktrace.c 74 enum thread_status { enum
547 enum thread_status th_status,
    [all...]

Completed in 617 milliseconds