OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pt_lid
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libpthread/
pthread_misc.c
73
if (_sched_getparam(getpid(), thread->
pt_lid
, policy, param) < 0)
92
if (_sched_setparam(getpid(), thread->
pt_lid
, policy, &sp) < 0)
108
if (_sched_getaffinity(getpid(), thread->
pt_lid
, size, cpuset) < 0)
124
if (_sched_setaffinity(getpid(), thread->
pt_lid
, size, cpuset) < 0)
142
if (_sched_setparam(getpid(), thread->
pt_lid
, SCHED_NONE, &sp) < 0)
159
if (_lwp_kill(thread->
pt_lid
, sig))
pthread_getcpuclockid.c
55
if (clock_getcpuclockid2(P_LWPID, (id_t)thread->
pt_lid
, clock_id) == -1)
pthread.c
199
self->
pt_lid
= _lwp_self();
268
first->
pt_lid
= _lwp_self();
334
t->
pt_lid
= 0;
451
* is set to true, pthread__self()->
pt_lid
should have
456
_lwp_park(CLOCK_REALTIME, 0, NULL, pthread__self()->
pt_lid
,
478
if (_lwp_kill(newthread->
pt_lid
, 0) == -1 &&
554
flag, &newthread->
pt_lid
);
569
(void)_lwp_continue(newthread->
pt_lid
);
594
junk = alloca(((unsigned)self->
pt_lid
& 7) << 8);
629
if (_lwp_suspend(thread->
pt_lid
) == 0
[
all
...]
pthread_cond.c
144
pthread__assert(self->
pt_lid
!= 0);
161
waiter.lid = self->
pt_lid
;
pthread_int.h
114
lwpid_t
pt_lid
;
member in struct:__pthread_st
pthread_mutex.c
287
pthread__assert(self->
pt_lid
!= 0);
336
waiter.lid = self->
pt_lid
;
Completed in 14 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025