semNotifyCkptThread   65 threadlist.cpp static sem_t semNotifyCkptThread;
semNotifyCkptThread  158 threadlist.cpp   sem_init(&semNotifyCkptThread, 0, 0);
semNotifyCkptThread  489 threadlist.cpp     sem_wait(&semNotifyCkptThread);
semNotifyCkptThread  562 threadlist.cpp       sem_post(&semNotifyCkptThread);
semNotifyCkptThread  615 threadlist.cpp       sem_wait(&semNotifyCkptThread);
semNotifyCkptThread  640 threadlist.cpp     sem_post(&semNotifyCkptThread);