HomeSort by relevance Sort by last modified time
    Searched defs:waitq (Results 1 - 3 of 3) sorted by null

  /external/squashfs-tools/kernel-2.4/include/linux/
squashfs_fs_sb.h 65 wait_queue_head_t waitq; member in struct:squashfs_sb_info
  /prebuilts/go/darwin-x86/src/runtime/
chan.go 40 recvq waitq // list of recv waiters
41 sendq waitq // list of send waiters
52 type waitq struct { type
688 func (q *waitq) enqueue(sgp *sudog) {
702 func (q *waitq) dequeue() *sudog {
  /prebuilts/go/linux-x86/src/runtime/
chan.go 40 recvq waitq // list of recv waiters
41 sendq waitq // list of send waiters
52 type waitq struct { type
688 func (q *waitq) enqueue(sgp *sudog) {
702 func (q *waitq) dequeue() *sudog {

Completed in 100 milliseconds