OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:volatile
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/sys/
cdefs.h
116
#define __volatile
volatile
155
#define
volatile
__volatile
macro
196
* The following macro is used to remove the
volatile
cast-away warnings
199
* making it possible to pass a
volatile
pointer to memset().
202
#define __UNVOLATILE(a) ((void *)(unsigned long)(
volatile
void *)(a))
220
* pure (no side effects) functions using "
volatile
" and "const";
707
* Limitation: Only for variables, and only non-
volatile
variables.
710
* to
volatile
objects are OK, as in `
volatile
int *a', as long as the
711
* pointer itself is not
volatile
, as in `int *volatile a'.
[
all
...]
cdefs.h
116
#define __volatile
volatile
155
#define
volatile
__volatile
macro
196
* The following macro is used to remove the
volatile
cast-away warnings
199
* making it possible to pass a
volatile
pointer to memset().
202
#define __UNVOLATILE(a) ((void *)(unsigned long)(
volatile
void *)(a))
220
* pure (no side effects) functions using "
volatile
" and "const";
707
* Limitation: Only for variables, and only non-
volatile
variables.
710
* to
volatile
objects are OK, as in `
volatile
int *a', as long as the
711
* pointer itself is not
volatile
, as in `int *volatile a'.
[
all
...]
Completed in 24 milliseconds
Indexes created Sun Sep 28 07:09:56 GMT 2025