noun
pseudo reentrant program
Computing term for a program that appears to be reentrant but may not fully support true reentrancy; often used in discussions of concurrency and thread safety.
疑似リエントラントプログラムは、完全な再入可能性を保証しない場合がある。
A pseudo reentrant program may not guarantee full reentrancy.
このライブラリは疑似リエントラントプログラムとして実装されている。
This library is implemented as a pseudo reentrant program.