A brief file description. More...
#include <stdio.h>
#include <string.h>
#include <stdint.h>
#include <assert.h>
#include "ink_defs.h"
#include "ink_apidefs.h"
#include "ink_mutex.h"
Go to the source code of this file.
Typedefs | |
typedef volatile int8_t | vint8 |
typedef volatile int16_t | vint16 |
typedef volatile int32_t | vint32 |
typedef volatile int64_t | vint64 |
typedef volatile uint64_t | vuint64 |
typedef volatile long | vlong |
typedef volatile void * | vvoidp |
typedef vint8 * | pvint8 |
typedef vint16 * | pvint16 |
typedef vint32 * | pvint32 |
typedef vint64 * | pvint64 |
typedef vuint64 * | pvuint64 |
typedef vlong * | pvlong |
typedef vvoidp * | pvvoidp |
A brief file description.
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file ink_atomic.h.
Definition at line 58 of file ink_atomic.h.
Definition at line 59 of file ink_atomic.h.
Definition at line 60 of file ink_atomic.h.
Definition at line 57 of file ink_atomic.h.
Definition at line 62 of file ink_atomic.h.
Definition at line 61 of file ink_atomic.h.
Definition at line 63 of file ink_atomic.h.
typedef volatile int16_t vint16 |
Definition at line 50 of file ink_atomic.h.
typedef volatile int32_t vint32 |
Definition at line 51 of file ink_atomic.h.
typedef volatile int64_t vint64 |
Definition at line 52 of file ink_atomic.h.
typedef volatile int8_t vint8 |
Definition at line 49 of file ink_atomic.h.
typedef volatile long vlong |
Definition at line 54 of file ink_atomic.h.
typedef volatile uint64_t vuint64 |
Definition at line 53 of file ink_atomic.h.
typedef volatile void* vvoidp |
Definition at line 55 of file ink_atomic.h.