OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nlid
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libpthread/
pthread_mutex.c
522
size_t
nlid
;
local
530
for (
nlid
= 0; cur != NULL; cur = next) {
531
if (
nlid
== mlid) {
532
(void)_lwp_unpark_all(lids,
nlid
, NULL);
533
nlid
= 0;
537
lids[
nlid
++] = cur->lid;
542
if (
nlid
== 1) {
544
} else if (
nlid
> 1) {
545
(void)_lwp_unpark_all(lids,
nlid
, NULL);
pthread.c
1295
size_t
nlid
= 0;
local
1298
if (
nlid
== mlid) {
1299
(void)_lwp_unpark_all(lids,
nlid
, NULL);
1300
nlid
= 0;
1303
lids[
nlid
++] = target->pt_lid;
1306
if (
nlid
== 1) {
1308
} else if (
nlid
> 1) {
1309
(void)_lwp_unpark_all(lids,
nlid
, NULL);
Completed in 30 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026