|
ReactOS 0.4.17-dev-804-g023d8af
|
#include <winhttp_private.h>

Public Types | |
| typedef _Sequence::value_type | value_type |
| typedef _Sequence::size_type | size_type |
| typedef _Sequence | container_type |
| typedef _Sequence::reference | reference |
| typedef _Sequence::const_reference | const_reference |
Public Member Functions | |
| queue () | |
| queue (const _Sequence &__c) | |
| queue (__move_source< _Self > src) | |
| bool | empty () const |
| size_type | size () const |
| reference | front () |
| const_reference | front () const |
| reference | back () |
| const_reference | back () const |
| void | push (const value_type &__x) |
| void | pop () |
| const _Sequence & | _Get_s () const |
Protected Attributes | |
| _Sequence | c |
Private Types | |
| typedef queue< _Tp, _Sequence > | _Self |
| typedef _Sequence::const_reference queue< _Tp, _Sequence >::const_reference |
| typedef _Sequence queue< _Tp, _Sequence >::container_type |
| typedef _Sequence::reference queue< _Tp, _Sequence >::reference |
| typedef _Sequence::size_type queue< _Tp, _Sequence >::size_type |
| typedef _Sequence::value_type queue< _Tp, _Sequence >::value_type |
Definition at line 86 of file _queue.h.
Referenced by alloc_user_queue(), queue_put_work_item(), RtwqAddPeriodicCallback(), RtwqCancelWorkItem(), RtwqPutWaitingWorkItem(), RtwqRemovePeriodicCallback(), RtwqSetLongRunning(), schedule_work_item(), and serial_queue_submit().
|
inline |
Definition at line 90 of file _queue.h.
|
inline |
|
inline |
|
inline |
Definition at line 84 of file _queue.h.
Referenced by queue< _Tp, _Sequence >::_Get_s().
Definition at line 176 of file winhttp_private.h.
Referenced by get_next_task(), init_queue(), and queue_task().
| CRITICAL_SECTION queue< _Tp, _Sequence >::cs |
Definition at line 184 of file queue.c.
Referenced by init_work_queue(), NBCmdQueueAdd(), NBCmdQueueCancel(), NBCmdQueueCancelAll(), NBCmdQueueComplete(), NBCmdQueueCreate(), NBCmdQueueDestroy(), pool_queue_init(), queue_cancel_item(), queue_release_pending_item(), serial_queue_finalization_callback(), serial_queue_submit(), and shutdown_queue().
| TP_CALLBACK_ENVIRON_V3 queue< _Tp, _Sequence >::envs[ARRAY_SIZE(priorities)] |
Definition at line 183 of file queue.c.
Referenced by pool_queue_init(), pool_queue_shutdown(), pool_queue_submit(), queue_submit_timer(), queue_submit_wait(), and RtwqSetLongRunning().
| PTP_SIMPLE_CALLBACK queue< _Tp, _Sequence >::finalization_callback |
Definition at line 188 of file queue.c.
Referenced by serial_queue_init(), and serial_queue_submit().
Definition at line 186 of file queue.c.
Referenced by queue_serial_callback_GetParameters().
| IRtwqAsyncCallback queue< _Tp, _Sequence >::IRtwqAsyncCallback_iface |
Definition at line 180 of file queue.c.
Referenced by queue_impl_from_IRtwqAsyncCallback(), serial_queue_init(), serial_queue_is_ack_token(), and serial_queue_submit().
Definition at line 174 of file winhttp_private.h.
Referenced by cancel_queue(), get_next_task(), init_queue(), and queue_task().
Definition at line 181 of file queue.c.
Referenced by init_work_queue(), queue_submit_item(), and shutdown_queue().
Definition at line 185 of file queue.c.
Referenced by init_work_queue(), pool_queue_init(), queue_cancel_item(), serial_queue_is_ack_token(), serial_queue_submit(), and shutdown_queue().
Definition at line 182 of file queue.c.
Referenced by grab_queue(), pool_queue_init(), and pool_queue_shutdown().
Definition at line 175 of file winhttp_private.h.
Referenced by cancel_queue(), get_next_task(), init_queue(), queue_task(), and stop_queue().
Definition at line 189 of file queue.c.
Referenced by serial_queue_finalization_callback(), serial_queue_init(), serial_queue_shutdown(), and serial_queue_submit().