OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_status
(Results
1 - 11
of
11
) sorted by null
/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/ImageMagick/MagickCore/
composite.c
2405
thread_status
;
local
[
all
...]
fourier.c
956
thread_status
;
959
thread_status
=ForwardFourierTransformChannel(image,
962
thread_status
=ForwardFourierTransformChannel(image,
964
if (
thread_status
== MagickFalse)
965
status=
thread_status
;
972
thread_status
;
974
thread_status
=MagickTrue;
976
thread_status
=ForwardFourierTransformChannel(image,
978
if (
thread_status
== MagickFalse)
979
status=
thread_status
;
952
thread_status
;
local
968
thread_status
;
local
982
thread_status
;
local
996
thread_status
;
local
1010
thread_status
;
local
1514
thread_status
;
local
1530
thread_status
;
local
1544
thread_status
;
local
1558
thread_status
;
local
1572
thread_status
;
local
[
all
...]
/external/fio/
client.h
86
client_cmd_op *
thread_status
;
member in struct:client_ops
/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
...]
/device/huawei/angler/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
...]
/device/lge/bullhead/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
...]
/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
...]
/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
...]
/hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_app.c
46
static int
thread_status
= 0;
variable
55
if(FALSE ==
thread_status
) {
62
thread_status
= FALSE;
72
if(FALSE ==
thread_status
){
75
thread_status
= FALSE;
83
thread_status
= TRUE;
[
all
...]
/external/blktrace/
blktrace.c
74
enum
thread_status
{
enum
547
enum
thread_status
th_status,
[
all
...]
Completed in 416 milliseconds