OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atomic
(Results
1 - 25
of
582
) sorted by relevancy
1
2
3
4
5
6
7
8
9
10
11
>>
/src/include/
atomic.h
1
/* $NetBSD:
atomic
.h,v 1.1 2008/05/28 12:28:12 ad Exp $ */
29
#include <sys/
atomic
.h>
/src/sys/external/bsd/drm2/include/linux/
atomic.h
1
/* $NetBSD:
atomic
.h,v 1.42 2021/12/19 12:21:30 riastradh Exp $ */
35
#include <sys/
atomic
.h>
51
*
atomic
(u)int operations
58
struct
atomic
{
struct
67
typedef struct
atomic
atomic_t;
70
atomic_read(const atomic_t *
atomic
)
73
return
atomic
->a_u.au_int;
77
atomic_set(atomic_t *
atomic
, int value)
80
atomic
->a_u.au_int = value;
84
atomic_set_release(atomic_t *
atomic
, int value
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_trampoline_powerpc64.cc
1
#include <
atomic
>
6
extern std::
atomic
<void (*)(int32_t, XRayEntryType)> XRayPatchedFunction;
/src/common/lib/libc/arch/i386/atomic/
Makefile.inc
9
atomic_or_64_nv_cas.c atomic_swap_64_cas.c
atomic
.S \
/src/common/lib/libc/atomic/
atomic_and_16_cas.c
34
#include <sys/
atomic
.h>
atomic_and_8_cas.c
34
#include <sys/
atomic
.h>
atomic_cas_16_cas.c
37
#include <sys/
atomic
.h>
atomic_cas_32_cas.c
35
#include <sys/
atomic
.h>
atomic_cas_64_cas.c
35
#include <sys/
atomic
.h>
atomic_cas_8_cas.c
37
#include <sys/
atomic
.h>
atomic_dec_64_add.c
34
#include <sys/
atomic
.h>
atomic_dec_64_nv_add.c
34
#include <sys/
atomic
.h>
atomic_inc_64_add.c
34
#include <sys/
atomic
.h>
atomic_inc_64_nv_add.c
34
#include <sys/
atomic
.h>
atomic_swap_16_cas.c
34
#include <sys/
atomic
.h>
atomic_swap_8_cas.c
34
#include <sys/
atomic
.h>
atomic_and_16_nv_cas.c
34
#include <sys/
atomic
.h>
atomic_and_64_nv_cas.c
34
#include <sys/
atomic
.h>
atomic_and_8_nv_cas.c
34
#include <sys/
atomic
.h>
atomic_dec_32_add.c
34
#include <sys/
atomic
.h>
atomic_dec_32_nv_add.c
34
#include <sys/
atomic
.h>
atomic_dec_64_cas.c
34
#include <sys/
atomic
.h>
atomic_inc_32_add.c
34
#include <sys/
atomic
.h>
atomic_inc_32_nv_add.c
34
#include <sys/
atomic
.h>
atomic_inc_64_cas.c
34
#include <sys/
atomic
.h>
Completed in 21 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>
Indexes created Wed Oct 15 16:09:53 GMT 2025