OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PT_FLAG_SUSPENDED
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libpthread/
pthread_int.h
157
#define
PT_FLAG_SUSPENDED
0x0100 /* In the suspended queue */
pthread_attr.c
528
attr->pta_flags |=
PT_FLAG_SUSPENDED
;
pthread.c
546
if ((newthread->pt_flags &
PT_FLAG_SUSPENDED
) != 0 ||
568
if ((newthread->pt_flags &
PT_FLAG_SUSPENDED
) == 0) {
Completed in 63 milliseconds
Indexes created Wed Oct 22 13:09:56 GMT 2025