www.delorie.com/djgpp/doc/libc-2.01/libc_241.html   search  
Go to the first, previous, next, last section, table of contents.


__dpmi_yield

Syntax

#include <dpmi.h>

int __dpmi_yield(void);

Description

Please refer to section DPMI Specification for details on DPMI function call operation. Also see section DPMI Overview for general information.

INT 0x2f, AX = 0x1680

This function yields the CPU to the next process. This should be called in busy-wait loops.

Return Value

None.


Go to the first, previous, next, last section, table of contents.

  prev next   webmaster     delorie software   privacy  
  Copyright © 1997     Updated Apr 1997