OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_lwp_park
(Results
1 - 11
of
11
) sorted by relevancy
/src/lib/libc/compat/include/
lwp.h
43
int
_lwp_park
(const struct timespec50 *, lwpid_t, const void *, const void *);
/src/lib/libc/compat/sys/
compat__lwp_park.c
49
__warn_references(
_lwp_park
,
50
"warning: reference to compatibility
_lwp_park
(); include <lwp.h> to generate correct reference")
56
_lwp_park
(const struct timespec50 *ts50, lwpid_t unpark,
/src/include/
lwp.h
57
int
_lwp_park
(clockid_t, int, struct timespec *, lwpid_t,
/src/tests/kernel/
t_timeleft.c
63
ATF_REQUIRE_ERRNO(EINTR,
_lwp_park
(CLOCK_MONOTONIC, TIMER_RELTIME,
105
atf_tc_set_md_var(tc, "descr", "Checks that
_lwp_park
(2) returns "
/src/regress/sys/kern/latency2/
latency2.c
74
while (
_lwp_park
(NULL, 0, &lid, NULL) != 0) {
/src/lib/libpthread/
pthread_cond.c
178
int rv =
_lwp_park
(clkid, TIMER_ABSTIME, __UNCONST(abstime),
207
(void)
_lwp_park
(CLOCK_MONOTONIC, 0, NULL, 0, NULL,
pthread_compat.c
91
_lwp_park
(clockid_t a, int b, const struct timespec *c, lwpid_t d,
function in typeref:typename:int
pthread_mutex.c
366
error =
_lwp_park
(CLOCK_REALTIME, TIMER_ABSTIME,
380
(void)
_lwp_park
(CLOCK_MONOTONIC, 0,
pthread.c
434
* Force the
_lwp_park
symbol to be resolved before we
438
* This is necessary because rtld itself uses
_lwp_park
440
* we wait to resolve
_lwp_park
until there is an
444
*
_lwp_park
might consume the pending unpark. The
446
* both correctly used
_lwp_park
and _lwp_unpark for
456
_lwp_park
(CLOCK_REALTIME, 0, NULL, pthread__self()->pt_lid,
1239
* must also make this thread return from
_lwp_park
.
1241
* o
_lwp_park
, _lwp_unpark and _lwp_unpark_all are system
1249
* have
_lwp_park
() restart it before blocking.
1251
error =
_lwp_park
(CLOCK_REALTIME, TIMER_ABSTIME
[
all
...]
/src/lib/libc/sys/
Makefile.inc
279
_lwp_park
.2 _lwp_unpark.2 _lwp_unpark_all.2 \
/src/libexec/ld.elf_so/
rtld.c
1754
_lwp_park
(CLOCK_REALTIME, 0, NULL, 0,
1812
_lwp_park
(CLOCK_REALTIME, 0, NULL, 0,
Completed in 54 milliseconds
Indexes created Thu Nov 06 21:09:53 GMT 2025