| | | | |
| P |
| |
| | padGet -- return actor-specific values associated with keys ( ) |
| |
| | padKeyCreate -- create a private key for an actor ( ) |
| |
| | padKeyDelete -- delete an actor private key ( ) |
| |
| | padSet -- set the actor's key to a specific value ( ) |
| |
| | portCreate -- create a port; declare a port ( ) |
| |
| | portDeclare -- create a port; declare a port ( ) |
| |
| | portDelete -- delete a port ( ) |
| |
| | portEnable -- Enable a port portDisable; Disable a port ( ) |
| |
| | portGetSeqNum -- Migrate a port; Get a port sequence number ( ) |
| |
| | portLi -- Get the unique identifier of a port, given its local identifier; Get the local identifier of a port, given its unique identifier ( ) |
| |
| | portMigrate -- Migrate a port; Get a port sequence number ( ) |
| |
| | portPi -- get and/or set the protection identifier of a port ( ) |
| |
| | portUi -- Get the unique identifier of a port, given its local identifier; Get the local identifier of a port, given its unique identifier ( ) |
| |
| | ptdErrnoAddr -- return a thread-specific errno address ( ) |
| |
| | ptdGet -- return thread-specific value associated with key ( ) |
| |
| | ptdKeyCreate -- create a thread-specific data key ( ) |
| |
| | ptdKeyDelete -- delete a thread-specific data key ( ) |
| |
| | ptdRemoteGet -- return a thread-specific data value for another thread ( ) |
| |
| | ptdRemoteSet -- set a thread-specific data value for another thread ( ) |
| |
| | ptdSet -- set a thread-specific value ( ) |
| |
| | ptdThreadDelete -- delete all thread-specific values and call destructors ( ) |
| |
| | ptdThreadId -- return the thread ID ( ) |