OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:THREAD
(Results
1 - 10
of
10
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
thread_arch.h
67
#define CRYPTO_THREAD_GET_STATE(
THREAD
, FLAG) ((
THREAD
)->state & (FLAG))
68
#define CRYPTO_THREAD_GET_ERROR(
THREAD
, FLAG) (((
THREAD
)->state >> 16) & (FLAG))
86
#define CRYPTO_THREAD_UNSET_STATE(
THREAD
, FLAG) \
88
(
THREAD
)->state &= ~(FLAG); \
91
#define CRYPTO_THREAD_SET_STATE(
THREAD
, FLAG) \
93
(
THREAD
)->state |= (FLAG); \
96
#define CRYPTO_THREAD_SET_ERROR(
THREAD
, FLAG) \
98
(
THREAD
)->state |= ((FLAG) << 16);
[
all
...]
/src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
watchpoint-fork.h
23
#ifdef
THREAD
27
extern pthread_t
thread
;
28
#endif /*
THREAD
*/
watchpoint-fork-child.c
45
#ifdef
THREAD
67
tracing the child fork with no longer valid
thread
/lwp entries of the
78
#ifdef
THREAD
79
/* And neither got caught our
thread
. */
82
i = pthread_join (
thread
, &thread_result);
117
#ifdef
THREAD
/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
watchpoint-fork.h
23
#ifdef
THREAD
27
extern pthread_t
thread
;
28
#endif /*
THREAD
*/
watchpoint-fork-child.c
45
#ifdef
THREAD
67
tracing the child fork with no longer valid
thread
/lwp entries of the
78
#ifdef
THREAD
79
/* And neither got caught our
thread
. */
82
i = pthread_join (
thread
, &thread_result);
117
#ifdef
THREAD
/src/external/gpl3/gdb.old/dist/gdb/
break-cond-parse.c
92
/* These are the token types for the 'if', '
thread
', 'inferior', and
96
THREAD
,
124
case type::
THREAD
:
125
return string_printf ("{
THREAD
: \"%s\" }",
161
When OTHER is a keyword/value token, e.g. '
thread
1', the m_content
164
token we automatically merge in the '
thread
' part too, as it
266
'
thread
' must occur before the check for 'task'. We accept
268
'
thread
', which will only happen if we check '
thread
' first. */
279
else if (startswith ("
thread
", t)
475
int
thread
= -1, inferior = -1, task = -1;
local
[
all
...]
/src/external/gpl3/gdb/dist/gdb/
break-cond-parse.c
91
/* These are the token types for the 'if', '
thread
', 'inferior', and
95
THREAD
,
123
case type::
THREAD
:
124
return string_printf ("{
THREAD
: \"%s\" }",
160
When OTHER is a keyword/value token, e.g. '
thread
1', the m_content
163
token we automatically merge in the '
thread
' part too, as it
265
'
thread
' must occur before the check for 'task'. We accept
267
'
thread
', which will only happen if we check '
thread
' first. */
278
else if (startswith ("
thread
", t)
474
int
thread
= -1, inferior = -1, task = -1;
local
[
all
...]
/src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_open.c
1364
# define
THREAD
"struct
thread
"
1369
# define
THREAD
"struct lwp"
1386
snprintf(curthread_str, sizeof(curthread_str), "%s`%s *", p,
THREAD
);
1389
THREAD
, p, MUTEX);
1393
# undef
THREAD
1405
dtp->dt_tls = dt_idhash_create("
thread
local", NULL,
/src/external/gpl3/gcc/dist/gcc/fortran/
dump-parse-tree.cc
1909
case OMP_BIND_THREAD: type = "
THREAD
"; break;
/src/external/gpl3/gcc.old/dist/gcc/fortran/
dump-parse-tree.cc
1740
case OMP_BIND_THREAD: type = "
THREAD
"; break;
Completed in 30 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026