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

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
arm-pthread_cond_timedwait-bt.c 29 struct timespec until; local
35 until.tv_sec = now.tv_sec + 60;
36 until.tv_nsec = now.tv_usec * 1000UL;
38 pthread_cond_timedwait(&cond, &mutex, &until);
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
arm-pthread_cond_timedwait-bt.c 29 struct timespec until; local
35 until.tv_sec = now.tv_sec + 60;
36 until.tv_nsec = now.tv_usec * 1000UL;
38 pthread_cond_timedwait(&cond, &mutex, &until);
  /src/external/gpl3/gdb/dist/gdb/guile/lib/gdb/
iterator.scm 72 (define-public (iterator-until pred iter)
73 "Run the iterator until the result of (pred element) is true.
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.cp/
nextoverthrow.cc 84 function1 (val); // marker for until
87 void until (int val) function in class:NextOverThrowDerivates
90 function1 (val); // until here
198 // Test of "until".
201 next_cases.finish (7); // Start: first until
206 testval = val; // End: first until
209 // Test of "until" with an argument.
212 next_cases.until (8); // Start: second until
217 testval = val; // End: second until
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/guile/lib/gdb/
iterator.scm 72 (define-public (iterator-until pred iter)
73 "Run the iterator until the result of (pred element) is true.
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.cp/
nextoverthrow.cc 84 function1 (val); // marker for until
87 void until (int val) function in class:NextOverThrowDerivates
90 function1 (val); // until here
198 // Test of "until".
201 next_cases.finish (7); // Start: first until
206 testval = val; // End: first until
209 // Test of "until" with an argument.
212 next_cases.until (8); // Start: second until
217 testval = val; // End: second until
    [all...]
  /src/external/gpl2/groff/dist/src/preproc/pic/
pic.y 198 %token UNTIL
271 %type <str> macro_name until
381 until
394 until
512 until: label
515 | UNTIL TEXT
lex.cpp 523 { "until", UNTIL },
1443 char *until; member in class:copy_thru_input
1518 until = strsave(u);
1525 a_delete until; local
1611 if (until != 0 && argc > 0 && strcmp(&line[argv[0]], until) == 0) {
1673 void copy_file_thru(const char *filename, const char *body, const char *until)
1682 body, until);
1686 void copy_rest_thru(const char *body, const char *until)
    [all...]
  /src/games/rogue/
inventory.c 408 const char *until; local
412 until = " until adjacent";
415 until = "";
419 messagef(0, "run %s%s", com_id_tab[n].com_desc + 8, until);
  /src/external/bsd/ntp/dist/libntp/
work_thread.c 124 * sleep for a given time or until the wakup semaphore is tickled.
132 struct timespec until; local
136 if (0 != clock_gettime(CLOCK_REALTIME, &until)) {
141 if (0 != getclock(TIMEOFDAY, &until)) {
146 until.tv_sec += seconds;
147 rc = wait_for_sem(c->wake_scheduled_sleep, &until);
499 * detached thread, and we keep the handle around until we want to get
  /src/external/zlib/pigz/dist/
yarn.c 138 #define until(a) while(!(a)) macro
146 until (bolt->value == val)
151 until (bolt->value != val)
156 until (bolt->value > val)
161 until (bolt->value < val)
336 /* do until threads list is empty */
338 /* wait until at least one thread has reentered */
  /src/external/bsd/unbound/dist/smallapp/
unbound-anchor.c 85 * without DNSSEC. It tries a random IP until the transfer succeeds. It
1028 * until the empty line after that */
1396 time_t until = xml_convertdate(find_att(atts, "validUntil")); local
1397 if(until == 0) {
1401 if(data->date > until)
  /src/sbin/routed/
defs.h 479 extern struct timeval no_flash; /* inhibit flash update until then */
526 time_t until; member in struct:msg_limit::msg_sub
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 132 /* ??? Poison these here until it can be done generically. They've been
691 size_t from, until, i;
694 until = vec_safe_length (fde->dw_fde_cfi);
699 until = fde->dw_fde_switch_cfi_index;
703 for (i = from; i < until; i++)
2956 emitting the abstract description of inline functions until
5145 index until output time. */
14275 register elimination until this point, and recognizing the special
14641 /* Until DWARFv4, operations all work on signed integers. It is nevertheless
14839 register elimination until this point, and recognizing the specia
689 size_t from, until, i; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 132 /* ??? Poison these here until it can be done generically. They've been
689 size_t from, until, i;
692 until = vec_safe_length (fde->dw_fde_cfi);
697 until = fde->dw_fde_switch_cfi_index;
701 for (i = from; i < until; i++)
2954 emitting the abstract description of inline functions until
5160 index until output time. */
14358 register elimination until this point, and recognizing the special
14726 /* Until DWARFv4, operations all work on signed integers. It is nevertheless
14924 register elimination until this point, and recognizing the specia
687 size_t from, until, i; local
    [all...]

Completed in 212 milliseconds