VirtualBox

Ignore:
Timestamp:
May 11, 2011 4:54:32 PM (14 years ago)
Author:
vboxsync
Message:

IPRT: Refined the RTThreadPreemptIsPending fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r0drv/darwin/the-darwin-kernel.h

    r28800 r37041  
    111111extern void mp_rendezvous_no_intrs(void (*)(void *), void *);
    112112
     113/* osfmk/i386/cpu_data.h */
     114struct my_cpu_data_x86
     115{
     116    struct my_cpu_data_x86 *cpu_this;
     117    thread_t                cpu_active_thread;
     118    void                   *cpu_int_state;
     119    vm_offset_t             cpu_active_stack;
     120    vm_offset_t             cpu_kernel_stack;
     121    vm_offset_t             cpu_int_stack_top;
     122    int                     cpu_preemption_level;
     123    int                     cpu_simple_lock_count;
     124    int                     cpu_interrupt_level;
     125    int                     cpu_number;
     126    int                     cpu_phys_number;
     127    cpu_id_t                cpu_id;
     128    int                     cpu_signals;
     129    int                     cpu_mcount_off;
     130    /*ast_t*/uint32_t       cpu_pending_ast;
     131    int                     cpu_type;
     132    int                     cpu_subtype;
     133    int                     cpu_threadtype;
     134    int                     cpu_running;
     135};
     136
    113137/* osfmk/i386/cpu_number.h */
    114138extern int cpu_number(void);
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