VirtualBox

Changeset 88810 in vbox for trunk/include/iprt/req.h


Ignore:
Timestamp:
May 1, 2021 1:05:17 AM (4 years ago)
Author:
vboxsync
Message:

IPRT/RTReqPool: Added RTREQPOOLCFGVAR_THREAD_FLAGS so we can supply RTTHREADFLAGS_COM_MTA or similar to RTThreadCreate for the pool. bugref:9890

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/req.h

    r82968 r88810  
    332332    /** The desired RTTHREADTYPE of the worker threads. */
    333333    RTREQPOOLCFGVAR_THREAD_TYPE,
     334    /** The RTTHREADFLAGS mask for the worker threads (not waitable). */
     335    RTREQPOOLCFGVAR_THREAD_FLAGS,
    334336    /** The minimum number of threads to keep handy once spawned. */
    335337    RTREQPOOLCFGVAR_MIN_THREADS,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette