Lines Matching full:caller
34 // |capacity| are added to the queue, the caller is blocked until space is
35 // made available in the queue. Returns NULL on failure. The caller must free
55 // Enqueues the given |data| into the |queue|. The caller will be blocked
61 // this function will block the caller until an item is enqueued. This
66 // the caller. If the queue capacity would be exceeded by adding one more
72 // the caller. If the queue is empty or NULL, this function returns NULL
77 // This function will never block the caller. Returns NULL if there are no
82 // This function will never block the caller. Returns NULL if there are no
87 // function will never block the caller. If the queue is empty or NULL, this
94 // will never block the caller. |queue| may not be NULL.
104 // descriptor is readable, the caller may call |fixed_queue_enqueue| without
105 // blocking. The caller must not close the returned file descriptor. |queue|
111 // descriptor is readable, the caller may call |fixed_queue_dequeue| without
112 // blocking. The caller must not close the returned file descriptor. |queue|