thrd_success top-level constant
int
const thrd_success
Thread completed successfully.
Implementation
const int thrd_success = 0;
Thread completed successfully.
const int thrd_success = 0;