����Ϣ����������һ����Ϣ���������̷߳���֪ͨ */
| 333 | |
| 334 | /* ����Ϣ����������һ����Ϣ���������̷߳���֪ͨ */ |
| 335 | void proctl_msg_push(PROCTL_MSG *msg) |
| 336 | { |
| 337 | LOCK_WAITING_SERVICE; |
| 338 | acl_fifo_push(__services_wait, msg); |
| 339 | UNLOCK_WAITING_SERVICE; |
| 340 | |
| 341 | /* �����̷߳�����Ϣ */ |
| 342 | ReleaseSemaphore(__sem_handle, 1, NULL); |
| 343 | } |
| 344 | |
| 345 | /* ������Ϣ������һ�������ӽ��� */ |
| 346 | static void proctl_msg_start(PROCTL_MSG *msg) |
no outgoing calls
no test coverage detected
searching dependent graphs…