OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:semaphore_get_fd
(Results
1 - 3
of
3
) sorted by null
/system/bt/osi/include/
semaphore.h
57
int
semaphore_get_fd
(const semaphore_t* semaphore);
/system/bt/osi/src/
semaphore.cc
107
int
semaphore_get_fd
(const semaphore_t* semaphore) {
function
fixed_queue.cc
224
return
semaphore_get_fd
(queue->dequeue_sem);
229
return
semaphore_get_fd
(queue->enqueue_sem);
Completed in 2210 milliseconds