Data Fields | |
timeval | expires |
int | inlist |
link_t | link |
pstid_t | ptid |
int | active |
int | timedout |
Definition at line 106 of file async.c.
|
Expiration time for waiting thread Definition at line 107 of file async.c. Referenced by async_get_call_timeout(), async_manager_worker(), async_wait_timeout(), and insert_timeout(). |
|
If true, this struct is in timeout list Definition at line 108 of file async.c. Referenced by async_get_call_timeout(), async_wait_for(), insert_timeout(), reply_received(), and route_call(). |
|
Definition at line 109 of file async.c. Referenced by insert_timeout(), reply_received(), and route_call(). |
|
Thread waiting for this message Definition at line 111 of file async.c. Referenced by async_wait_for(), async_wait_timeout(), reply_received(), and route_call(). |
|
If this thread is currently active Definition at line 112 of file async.c. Referenced by async_get_call_timeout(), async_wait_for(), async_wait_timeout(), reply_received(), and route_call(). |
|
If true, we timed out Definition at line 113 of file async.c. Referenced by async_get_call_timeout(), and insert_timeout(). |