Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 9 of 9 for sem_timedwait (0.28 sec)

  1. src/runtime/os_aix.go

    			ts.tv_sec++
    			ts.tv_nsec -= 1e9
    		}
    
    		if r, err := sem_timedwait((*semt)(unsafe.Pointer(mp.waitsema)), &ts); r != 0 {
    			if err == _ETIMEDOUT || err == _EAGAIN || err == _EINTR {
    				return -1
    			}
    			println("sem_timedwait err ", err, " ts.tv_sec ", ts.tv_sec, " ts.tv_nsec ", ts.tv_nsec, " ns ", ns, " id ", mp.id)
    			throw("sem_timedwait")
    		}
    		return 0
    	}
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 25 19:53:03 UTC 2024
    - 8.9K bytes
    - Viewed (0)
  2. src/runtime/os2_aix.go

    //go:cgo_import_dynamic libc_sched_yield sched_yield "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_sem_init sem_init "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_sem_post sem_post "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_sem_timedwait sem_timedwait "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_sem_wait sem_wait "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_setitimer setitimer "libc.a/shr_64.o"
    //go:cgo_import_dynamic libc_sigaction sigaction "libc.a/shr_64.o"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 20.9K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm64.go

    	SYS_EXTATTR_LIST_LINK        = 439 // { ssize_t extattr_list_link(const char *path, int attrnamespace, void *data, size_t nbytes); }
    	SYS_KSEM_TIMEDWAIT           = 441 // { int ksem_timedwait(semid_t id, const struct timespec *abstime); }
    	SYS_THR_SUSPEND              = 442 // { int thr_suspend(const struct timespec *timeout); }
    	SYS_THR_WAKE                 = 443 // { int thr_wake(long id); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  4. src/syscall/zsysnum_freebsd_riscv64.go

    	SYS_EXTATTR_LIST_LINK        = 439 // { ssize_t extattr_list_link( const char *path, int attrnamespace, void *data, size_t nbytes); }
    	SYS_KSEM_TIMEDWAIT           = 441 // { int ksem_timedwait(semid_t id, const struct timespec *abstime); }
    	SYS_THR_SUSPEND              = 442 // { int thr_suspend( const struct timespec *timeout); }
    	SYS_THR_WAKE                 = 443 // { int thr_wake(long id); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 29 22:39:46 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_amd64.go

    	SYS_EXTATTR_LIST_LINK        = 439 // { ssize_t extattr_list_link(const char *path, int attrnamespace, void *data, size_t nbytes); }
    	SYS_KSEM_TIMEDWAIT           = 441 // { int ksem_timedwait(semid_t id, const struct timespec *abstime); }
    	SYS_THR_SUSPEND              = 442 // { int thr_suspend(const struct timespec *timeout); }
    	SYS_THR_WAKE                 = 443 // { int thr_wake(long id); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_arm.go

    	SYS_EXTATTR_LIST_LINK        = 439 // { ssize_t extattr_list_link(const char *path, int attrnamespace, void *data, size_t nbytes); }
    	SYS_KSEM_TIMEDWAIT           = 441 // { int ksem_timedwait(semid_t id, const struct timespec *abstime); }
    	SYS_THR_SUSPEND              = 442 // { int thr_suspend(const struct timespec *timeout); }
    	SYS_THR_WAKE                 = 443 // { int thr_wake(long id); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  7. src/syscall/zsysnum_freebsd_arm64.go

    	SYS_EXTATTR_LIST_LINK        = 439 // { ssize_t extattr_list_link( const char *path, int attrnamespace, void *data, size_t nbytes); }
    	SYS_KSEM_TIMEDWAIT           = 441 // { int ksem_timedwait(semid_t id, const struct timespec *abstime); }
    	SYS_THR_SUSPEND              = 442 // { int thr_suspend( const struct timespec *timeout); }
    	SYS_THR_WAKE                 = 443 // { int thr_wake(long id); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 16 01:17:28 UTC 2022
    - 35.8K bytes
    - Viewed (0)
  8. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_386.go

    	SYS_EXTATTR_LIST_LINK        = 439 // { ssize_t extattr_list_link(const char *path, int attrnamespace, void *data, size_t nbytes); }
    	SYS_KSEM_TIMEDWAIT           = 441 // { int ksem_timedwait(semid_t id, const struct timespec *abstime); }
    	SYS_THR_SUSPEND              = 442 // { int thr_suspend(const struct timespec *timeout); }
    	SYS_THR_WAKE                 = 443 // { int thr_wake(long id); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zsysnum_freebsd_riscv64.go

    	SYS_EXTATTR_LIST_LINK        = 439 // { ssize_t extattr_list_link(const char *path, int attrnamespace, void *data, size_t nbytes); }
    	SYS_KSEM_TIMEDWAIT           = 441 // { int ksem_timedwait(semid_t id, const struct timespec *abstime); }
    	SYS_THR_SUSPEND              = 442 // { int thr_suspend(const struct timespec *timeout); }
    	SYS_THR_WAKE                 = 443 // { int thr_wake(long id); }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 36.1K bytes
    - Viewed (0)
Back to top