| 185 | /************************************************************************/ |
| 186 | |
| 187 | int msGetThreadId() |
| 188 | |
| 189 | { |
| 190 | return (int) pthread_self(); |
| 191 | } |
| 192 | |
| 193 | /************************************************************************/ |
| 194 | /* msAcquireLock() */ |
no outgoing calls
no test coverage detected