Searched refs:terminated (Results 1 - 12 of 12) sorted by relevance

/freebsd-10.1-release/contrib/apr-util/misc/
H A Dapr_queue.c54 int terminated; member in struct:apr_queue_t
134 queue->terminated = 0;
152 if (queue->terminated) {
162 if (!queue->terminated) {
178 if (queue->terminated) {
215 if (queue->terminated) {
265 if (queue->terminated) {
276 if (!queue->terminated) {
292 if (queue->terminated) {
329 if (queue->terminated) {
[all...]
H A Dapr_thread_pool.c76 volatile int terminated; member in struct:apr_thread_pool
135 me->terminated = 0;
252 while (!me->terminated && elt->state != TH_STOP) {
261 while (NULL != task && !me->terminated) {
284 || me->terminated || elt->state != TH_RUN) {
333 _myself->terminated = 1;
/freebsd-10.1-release/contrib/gdb/gdb/
H A Dscm-exp.c406 error ("non-terminated string literal");
H A Dinfttrace.c360 int terminated; /* 1 if thread has terminated. */
622 new_p->terminated = 0;
855 if (NULL == p || p->terminated)
861 /* Is this thread terminated?
869 return p->terminated;
1002 p->terminated = 1;
1578 * thread has terminated, we return 0; inftarg later asks
1980 if (p->terminated)
1982 warning ("Thread %d is not terminated, interna
359 int terminated; /* 1 if thread has terminated. */ member in struct:thread_info_struct
[all...]
H A Dgdbarch.sh1126 /* Return a freshly allocated, NULL terminated, array of the valid
/freebsd-10.1-release/contrib/llvm/lib/Support/Windows/
H A DPath.inc136 // Make random_path_utf16 null terminated.
1084 // Make utf16 null terminated.
1114 // Make utf8 null terminated.
/freebsd-10.1-release/usr.bin/dtc/
H A Dfdt.hh75 * string, if they happen to be nul-terminated and printable), and must
183 * - If the value is nul-terminated and only contains printable
284 bool terminated,
628 * nul-terminated strings, which are not owned by this class and so
764 * nul-terminated string representing the path. The device tree keeps
/freebsd-10.1-release/usr.bin/xargs/
H A Dxargs.c641 warnx("%s: terminated with signal %d; aborting",
/freebsd-10.1-release/crypto/openssh/
H A Dsftp.c1031 * Returns NULL on error or a NULL-terminated array of arguments.
1036 * If "terminated" is not NULL, *terminated will be set to 1 when the
1037 * last argument's quote has been properly terminated or 0 otherwise.
1044 u_int *terminated)
1058 if (terminated != NULL)
1059 *terminated = 1;
1149 if (terminated != NULL)
1150 *terminated = 0;
1709 int terminated)
1043 makeargv(const char *arg, int *argcp, int sloppy, char *lastquote, u_int *terminated) argument
1708 complete_cmd_parse(EditLine *el, char *cmd, int lastarg, char quote, int terminated) argument
1799 complete_match(EditLine *el, struct sftp_conn *conn, char *remote_path, char *file, int remote, int lastarg, char quote, int terminated) argument
1930 u_int cursor, len, terminated, ret = CC_ERROR; local
[all...]
/freebsd-10.1-release/sys/boot/pc98/boot0.5/
H A Dsyscons.s89 # Put a null terminated string
/freebsd-10.1-release/contrib/dtc/Documentation/
H A Ddtc-paper.tex220 size) pairs of 64 bit values, terminated by a zero size entry. The
222 null-terminated strings appended together, which are referenced from
227 as a null-terminated string, padded to a 32-bit boundary. Then
/freebsd-10.1-release/contrib/gcc/config/arm/
H A Dlib1funcs.asm666 @ If we terminated early, because dividend became zero, then the

Completed in 205 milliseconds