Searched refs:full (Results 1 – 5 of 5) sorted by relevance
69 sem_init(&mbox->full, 0); in sys_mbox_new()99 sem_post(&mbox->full, true); in sys_mbox_post()108 res = sem_trywait(&mbox->full); in sys_arch_mbox_tryfetch()133 res = sem_timedwait(&mbox->full, timeout ? timeout : INFINITE_TIME); in sys_arch_mbox_fetch()165 sem_post(&mbox->full, true); in sys_mbox_trypost()
17 semaphore_t full; member
48 * a full buffer of data has been received. Once this buffer is received, it
49 * a full buffer of data has been received. Once this buffer is received, it
144 # If the FULL_PATH_NAMES tag is set to YES, doxygen will prepend the full path528 # their full class and namespace scopes in the documentation. If set to YES, the1246 # entries 1 will produce a full collapsed tree by default. 0 is a special value1247 # representing an infinite number of entries and will result in a full expanded1326 # The file has to be specified with full path.1439 # If you want full control over the layout of the generated HTML pages it might
Completed in 6 milliseconds