OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:futex_ptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/sys/
t_futex_ops.c
80
volatile int *
futex_ptr
;
member in struct:lwp_data
182
if (__futex(d->
futex_ptr
, d->wait_op | d->op_flags,
288
STORE(d->
futex_ptr
, 1);
291
/* This will block because *
futex_ptr
== 1. */
292
if (__futex(d->
futex_ptr
, FUTEX_WAIT | d->op_flags,
303
} while (LOAD(d->
futex_ptr
) != 0);
305
STORE(d->
futex_ptr
, 2);
311
} while (LOAD(d->
futex_ptr
) != 3);
314
if (__futex(d->
futex_ptr
, FUTEX_WAIT | d->op_flags,
320
STORE(d->
futex_ptr
, 4)
[
all
...]
t_futex_ops.c
80
volatile int *
futex_ptr
;
member in struct:lwp_data
182
if (__futex(d->
futex_ptr
, d->wait_op | d->op_flags,
288
STORE(d->
futex_ptr
, 1);
291
/* This will block because *
futex_ptr
== 1. */
292
if (__futex(d->
futex_ptr
, FUTEX_WAIT | d->op_flags,
303
} while (LOAD(d->
futex_ptr
) != 0);
305
STORE(d->
futex_ptr
, 2);
311
} while (LOAD(d->
futex_ptr
) != 3);
314
if (__futex(d->
futex_ptr
, FUTEX_WAIT | d->op_flags,
320
STORE(d->
futex_ptr
, 4)
[
all
...]
Completed in 188 milliseconds
Indexes created Tue Sep 23 14:10:03 GMT 2025