MCPcopy Create free account
hub / github.com/acl-dev/acl / proctl_msg_push

Function proctl_msg_push

lib_acl/src/proctl/proctl_service.c:335–343  ·  view source on GitHub ↗

����Ϣ����������һ����Ϣ���������̷߳���֪ͨ */

Source from the content-addressed store, hash-verified

333
334/* ����Ϣ����������һ����Ϣ���������̷߳���֪ͨ */
335void 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/* ������Ϣ������һ�������ӽ��� */
346static void proctl_msg_start(PROCTL_MSG *msg)

Callers 1

proctl_monitor_cmd_startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…