Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
binder_thread Struct Reference

Data Fields

struct binder_procproc
 
struct rb_node rb_node
 
int pid
 
int looper
 
struct binder_transactiontransaction_stack
 
struct list_head todo
 
uint32_t return_error
 
uint32_t return_error2
 
wait_queue_head_t wait
 
struct binder_stats stats
 

Detailed Description

Definition at line 328 of file binder.c.

Field Documentation

int looper

Definition at line 332 of file binder.c.

Definition at line 331 of file binder.c.

Definition at line 329 of file binder.c.

Definition at line 330 of file binder.c.

uint32_t return_error

Definition at line 335 of file binder.c.

uint32_t return_error2

Definition at line 336 of file binder.c.

Definition at line 340 of file binder.c.

Definition at line 334 of file binder.c.

struct binder_transaction* transaction_stack

Definition at line 333 of file binder.c.

Definition at line 339 of file binder.c.


The documentation for this struct was generated from the following file: