Lines Matching refs:notify
94 struct semaphore *notify; member
783 if(msp->notify != NULL) in msp3400c_thread()
784 up(msp->notify); in msp3400c_thread()
983 if(msp->notify != NULL) in msp3400c_thread()
984 up(msp->notify); in msp3400c_thread()
1033 if(msp->notify != NULL) in msp3410d_thread()
1034 up(msp->notify); in msp3410d_thread()
1232 if(msp->notify != NULL) in msp3410d_thread()
1233 up(msp->notify); in msp3410d_thread()
1350 msp->notify = &sem; in msp_attach()
1357 msp->notify = NULL; in msp_attach()
1383 msp->notify = &sem; in msp_detach()
1387 msp->notify = NULL; in msp_detach()