Searched refs:global_block (Results 1 – 7 of 7) sorted by relevance
537 bool global_block = false; in vmw_cmdbuf_work_func() local552 global_block = true; in vmw_cmdbuf_work_func()597 if (global_block && vmw_cmdbuf_preempt(man, 0)) in vmw_cmdbuf_work_func()623 if (global_block && vmw_cmdbuf_startstop(man, 0, true)) in vmw_cmdbuf_work_func()
7677 * block.h (struct global_block): New.7921 Add two new methods global_block and static_block to gdb.Symtab7925 implements the gdb.Symtab.global_block() method.
1418 * block.h (struct global_block) <compunit_symtab>: Renamed from symtab.
4824 the new methods global_block and static_block on gdb.Symtab5279 global_block, static_block function.
68561 Have global_block inherit from block68562 This changes global_block to inherit from block, which is what was68565 Use 'new' for block and global_block68566 This changes block and global_block to add initializers, and then to