| | | | |
| M |
| |
| | mkStatActorMem -- Microkernel memory statistics ( ) |
| |
| | mkStatActors -- Microkernel memory statistics ( ) |
| |
| | mkStatActorSvPages -- Microkernel memory statistics ( ) |
| |
| | mkStatCpu -- Microkernel memory statistics ( ) |
| |
| | mkStatEvtCtrl -- Microkernel memory statistics ( ) |
| |
| | mkStatEvtWait -- Microkernel memory statistics ( ) |
| |
| | mkStatMem -- Microkernel statistics ( ) |
| |
| | mkStatSvPages -- Microkernel memory statistics ( ) |
| |
| | mkStatThreadCpu -- Microkernel memory statistics ( ) |
| |
| | mkStatThreads -- Microkernel memory statistics ( ) |
| |
| | monitorGet -- lock a Java object ( ) |
| |
| | monitorInit -- initialize the K_KNMONITOR_INITIALIZER ( ) |
| |
| | monitorNotify -- notify a waiting Java thread ( ) |
| |
| | monitorNotifyAll -- notify all waiting Java threads ( ) |
| |
| | monitorRel -- unlock a Java object ( ) |
| |
| | monitorWait -- wait for notification from another Java thread ( ) |
| |
| | msgAllocate -- allocates a message from a message space ( ) |
| |
| | msgFree -- free a message of a message space ( ) |
| |
| | msgGet -- retrieves the first message of a message queue ( ) |
| |
| | msgPoolStat -- get the statistics of a message pool ( ) |
| |
| | msgPut -- post a message to a message queue ( ) |
| |
| | msgQueueStat -- get the statistics of a message queue ( ) |
| |
| | msgRemove -- remove a message from a message queue ( ) |
| |
| | msgSpaceCreate -- create a message space ( ) |
| |
| | msgSpaceOpen -- open a message space ( ) |
| |
| | mutexGet -- initialize a mutex; acquire a mutex; release a mutex; try to acquire a mutex ( ) |
| |
| | mutexInit -- initialize a mutex; acquire a mutex; release a mutex; try to acquire a mutex ( ) |
| |
| | mutexRel -- initialize a mutex; acquire a mutex; release a mutex; try to acquire a mutex ( ) |
| |
| | mutexTry -- initialize a mutex; acquire a mutex; release a mutex; try to acquire a mutex ( ) |