HomeSort by: relevance | last modified time | path
    Searched defs:THREAD (Results 1 - 3 of 3) sorted by relevancy

  /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,

Completed in 23 milliseconds