Pthread_kill equivalence in ROOT TThreads

Dear team,

I want to send a signal to a TThread. In POSIX threads I can use pthread_kill(Id,SIGUSR1). What is pthread_kill() equivalence in ROOT? Your help will be appreciated.