HomeSort by relevance Sort by last modified time
    Searched full:pool_type (Results 1 - 3 of 3) sorted by null

  /development/host/windows/usb/legacy/driver/
android_usb_new_delete.h 29 POOL_TYPE enum). So this routine utilizes this to see whether given pool
31 @param pool_type[in] Pool type
34 __forceinline bool IsPoolNonPaged(POOL_TYPE pool_type) {
35 return (0 == (pool_type & 0x1));
60 @param pool_type[in] Type of the pool to allocate from.
70 POOL_TYPE pool_type,
72 ASSERT((pool_type < MaxPoolType) && (0 != size));
74 ASSERT(IsPoolNonPaged(pool_type) || (KeGetCurrentIrql() < DISPATCH_LEVEL));
    [all...]
  /external/chromium/net/socket/
client_socket_pool.h 107 #define REGISTER_SOCKET_PARAMS_FOR_POOL(pool_type, socket_params) \
109 inline void CheckIsValidSocketParamsForPool<pool_type, socket_params>() {}
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
mt_allocator.h 389 typedef _PoolTp<_Thread> pool_type; typedef in struct:__common_pool
391 static pool_type&
394 static pool_type _S_pool;
472 typedef _PoolTp<_Thread> pool_type; typedef in struct:__per_type_pool
474 static pool_type&
478 typedef typename pool_type::_Block_record _Block_record;
489 static pool_type _S_pool(_S_tune);
636 typedef typename _Poolp::pool_type __pool_type;

Completed in 88 milliseconds