status            141 ext/net/gauche/net.h     int status;
status             57 ext/net/net.c          sock->status = SCM_SOCKET_STATUS_CLOSED;
status             65 ext/net/net.c      switch (sock->status) {
status             95 ext/net/net.c      s->status = SCM_SOCKET_STATUS_NONE;
status            115 ext/net/net.c      if (s->status != SCM_SOCKET_STATUS_CONNECTED) {
status            122 ext/net/net.c      s->status = SCM_SOCKET_STATUS_SHUTDOWN;
status            128 ext/net/net.c      if (s->status == SCM_SOCKET_STATUS_CLOSED) {
status            137 ext/net/net.c      s->status = SCM_SOCKET_STATUS_CLOSED;
status            147 ext/net/net.c              sock->status < SCM_SOCKET_STATUS_CONNECTED) {
status            173 ext/net/net.c              sock->status < SCM_SOCKET_STATUS_CONNECTED) {
status            219 ext/net/net.c      sock->status = SCM_SOCKET_STATUS_BOUND;
status            233 ext/net/net.c      sock->status = SCM_SOCKET_STATUS_LISTENING;
status            261 ext/net/net.c      newsock->status = SCM_SOCKET_STATUS_CONNECTED;
status            276 ext/net/net.c      sock->status = SCM_SOCKET_STATUS_CONNECTED;
status            419 ext/net/netlib.c   switch (sock->status) {
status             94 gc/aix_irix_threads.c     void * status;		/* Used only to avoid premature 	*/
status            548 gc/aix_irix_threads.c     me -> status = result;
status            913 gc/dyn_load.c    int status;
status            935 gc/dyn_load.c          status = ldr_next_module(mypid, &moduleid);
status            943 gc/dyn_load.c          if (status != 0 ) {
status            944 gc/dyn_load.c              GC_printf1("dynamic_load: status = %ld\n", (long)status);
status            959 gc/dyn_load.c          status = ldr_inq_module(mypid, moduleid, &moduleinfo,
status            961 gc/dyn_load.c          if (status != 0 )
status            980 gc/dyn_load.c              status = ldr_inq_region(mypid, moduleid, region, &regioninfo,
status            982 gc/dyn_load.c              if (status != 0 )
status           1022 gc/dyn_load.c    int status;
status           1030 gc/dyn_load.c          status = shl_get(index, &shl_desc);
status           1033 gc/dyn_load.c          if (status != 0) {
status             21 gc/include/gc_pthread_redirects.h   int GC_thr_join(thread_t wait_for, thread_t *departed, void **status);
status             37 gc/include/gc_pthread_redirects.h   extern int GC_pthread_join(pthread_t wait_for, void **status);
status             48 gc/include/private/pthread_support.h     void * status;		/* The value returned from the thread.  */
status             24 gc/include/private/solaris_threads.h     void * status;
status            821 gc/pthread_support.c     int status =0;
status            823 gc/pthread_support.c     status = dg_sys_info((long int *) &pm_sysinfo,
status            825 gc/pthread_support.c     if (status < 0)
status           1187 gc/pthread_support.c     me -> status = result;
status             62 gc/solaris_pthreads.c int GC_pthread_join(pthread_t wait_for, void **status)
status             64 gc/solaris_pthreads.c 	return GC_thr_join((thread_t)wait_for, NULL, status);
status            232 gc/solaris_threads.c     prstatus_t status;
status            251 gc/solaris_threads.c         if (syscall(SYS_ioctl, GC_main_proc_fd, PIOCSTATUS, &status) < 0)
status            253 gc/solaris_threads.c     	if (status.pr_nlwp < 1)
status            255 gc/solaris_threads.c     	if (status.pr_nlwp >= max_lwps) {
status            256 gc/solaris_threads.c     		set_max_lwps(status.pr_nlwp*2 + 10);
status            305 gc/solaris_threads.c                                 PIOCSTATUS, &status) < 0) {
status            311 gc/solaris_threads.c                         while (!(status.pr_flags & PR_STOPPED)) {
status            314 gc/solaris_threads.c 				    	PIOCSTATUS, &status) < 0) {
status            317 gc/solaris_threads.c 			    if (status.pr_flags & PR_STOPPED) break;
status            321 gc/solaris_threads.c 				    	PIOCSTATUS, &status) < 0) {
status            325 gc/solaris_threads.c                         if (status.pr_who !=  GC_current_ids[i]) {
status            333 gc/solaris_threads.c 			    BCOPY(status.pr_reg, GC_lwp_registers[i],
status            357 gc/solaris_threads.c 	    prstatus_t status;
status            361 gc/solaris_threads.c 			PIOCSTATUS, &status) < 0) {
status            364 gc/solaris_threads.c 	    if (memcmp(status.pr_reg, GC_lwp_registers[i],
status            372 gc/solaris_threads.c 				       status.pr_reg[j]);
status            376 gc/solaris_threads.c 	    if (!status.pr_flags & PR_STOPPED) {
status            741 gc/solaris_threads.c     void *status;
status            749 gc/solaris_threads.c         result = thr_join((thread_t)0, &departed, &status);
status            773 gc/solaris_threads.c     	        t -> status = status;
status            853 gc/solaris_threads.c int GC_thr_join(thread_t wait_for, thread_t *departed, void **status)
status            897 gc/solaris_threads.c     if (status) *status = t -> status;
status             53 gc/win32_threads.c     void *status; /* hold exit value until join in case it's a pointer */
status            230 gc/win32_threads.c 	GC_push_all((ptr_t)&(thread_table[i].status),
status            231 gc/win32_threads.c                     (ptr_t)(&(thread_table[i].status)+1));
status            690 gc/win32_threads.c     me -> status = result;
status           1386 src/syslib.c   int status;  pid_t r = wait(&status);
status           1391 src/syslib.c   SCM_RESULT0 = r; SCM_RESULT1 = status;
status           1431 src/syslib.c     int status, options = 0;  pid_t r;
status           1434 src/syslib.c   r = waitpid(pid, &status, options);
status           1439 src/syslib.c   SCM_RESULT0 = r; SCM_RESULT1 = status;
status           1453 src/syslib.c     int status;
status           1457 src/syslib.c     status = Scm_GetInteger(status_scm);
status           1461 src/syslib.c   SCM_RESULT = WIFEXITED(status);
status           1475 src/syslib.c     int status;
status           1479 src/syslib.c     status = Scm_GetInteger(status_scm);
status           1483 src/syslib.c   SCM_RESULT = WEXITSTATUS(status);
status           1497 src/syslib.c     int status;
status           1501 src/syslib.c     status = Scm_GetInteger(status_scm);
status           1505 src/syslib.c   SCM_RESULT = WIFSIGNALED(status);
status           1519 src/syslib.c     int status;
status           1523 src/syslib.c     status = Scm_GetInteger(status_scm);
status           1527 src/syslib.c   SCM_RESULT = WTERMSIG(status);
status           1541 src/syslib.c     int status;
status           1545 src/syslib.c     status = Scm_GetInteger(status_scm);
status           1549 src/syslib.c   SCM_RESULT = WIFSTOPPED(status);
status           1563 src/syslib.c     int status;
status           1567 src/syslib.c     status = Scm_GetInteger(status_scm);
status           1571 src/syslib.c   SCM_RESULT = WSTOPSIG(status);