|
| ZCOM C I/F Library Routines |
|
| ZPORT (3X) |
Threads | This routine may be called from | |
Considerations | POSIX (1003.1c) kernel threads API package. It has the following | |
| characteristics when called by | |
| cancellation point | Thread cancellation can occur when a |
|
| thread calls this routine. |
| The calling thread’s cancelability | |
|
| type must be |
|
| PTHREAD_CANCEL_DEFERRED if |
|
| cancellation is enabled. |
| It cannot be called from a signal | |
|
| handler |
| fork unsafe | It cannot be called by a child process |
|
| after fork(2) but before exec(2). |
Chapter 4 | 277 |