DataBlade API Programmer's Manual
Chapter 12: DataBlade API Function Descriptions
Home
Contents
Index
Master Index
New Book
mi_yield()
The
mi_yield()
routine yields processing to other server threads.
Syntax
void mi_yield();
Valid in Client Application?
Valid in Server Routine?
Ignored
Yes
Usage
Use the
mi_yield()
call periodically when the routine does
CPU
or
I/O
intensive work.
The
mi_yield()
routine is useful in portions of code, such as tight loops, that would otherwise tie up the processor.
The
mi_yield()
function is ignored in a DataBlade API client application.
Return Values
None
DataBlade API Programmer's Manual
, version 9.1
Copyright © 1998, Informix Software, Inc. All rights reserved.