EmbLogic's Blog

Author Archives: Prachi Singhal

How to change the thread attributes ?

We can change the thread attributes by modifying the pthread_attr_t structure. Generally we give NULL in pthread_create , so it takes default attributes while creating a thread , but we can modify this by giving a pointer pointing to pthread_attr_t … Continue reading

Posted in Uncategorized | Leave a comment

initialisation of driver

RCS file: init.c,v Working file: init.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: initializing the function —————————- revision 1.1 locked by: root; date: 2015/04/24 10:28:36; author: … Continue reading

Posted in Uncategorized | Leave a comment

registeration of driver is done

RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: —————————- revision 1.1 locked by: root; date: 2015/04/24 11:12:23; author: root; state: Exp; … Continue reading

Posted in Uncategorized | Leave a comment

interprocess communication between files by passing fd.

  RCS file: fdtransfer.c,v Working file: fdtransfer.c head: 1.2 branch: locks: strict root: 1.2 access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: implementing communication using files(by passing fd) —————————- revision 1.2 locked by: root; … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: fdtransfer.c,v Working file: fdtransfer.c head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: initial program. —————————- revision 1.3 locked by: root; date: 2015/03/03 17:24:41; author: root; … Continue reading

Posted in Uncategorized | Leave a comment

multiple data compression

RCS file: merge.c,v Working file: merge.c head: 1.2 branch: locks: strict prachisinghal: 1.2 access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: merge two arrays using pointer. —————————- revision 1.2 locked by: prachisinghal; date: 2015/02/13 … Continue reading

Posted in Uncategorized | Leave a comment

Multiple data compression

RCS file: mdc.c,v Working file: mdc.c head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: opening a file —————————- revision 1.3 locked by: root; date: 2015/02/14 10:51:24; author: … Continue reading

Posted in Uncategorized | Leave a comment

RCS file: merge.c,v Working file: merge.c head: 1.2 branch: locks: strict prachisinghal: 1.2 access list: symbolic names: keyword substitution: kv total revisions: 2; selected revisions: 2 description: merge two arrays using pointer. —————————- revision 1.2 locked by: prachisinghal; date: 2015/02/13 … Continue reading

Posted in Uncategorized | Leave a comment