Sponsored Content
Full Discussion: thread creation
Top Forums Shell Programming and Scripting thread creation Post 302348443 by annapurna konga on Friday 28th of August 2009 08:56:00 AM
Old 08-28-2009
error

sorry sir , i am a new user
error: expected ‘=', ‘,', ‘;', ‘asm' or ‘__attribute__' before ‘*' token
this is error is coming while i am executing
 

5 More Discussions You Might Find Interesting

1. Programming

How to cancel a thread safely from the initial thread?

how about asynchronous canceling? or with signal? if with signal whether it effects the process? my english so badly :( :( (1 Reply)
Discussion started by: alan.zhao
1 Replies

2. Solaris

Thread creation in c++

Hi all! Is there a function in c++ to create new threads.I have writen a class "Thread" in which I will be calling this thread function to creat threads. Also is there a function to synchronize threads .I know that we can create objects like semaphores and critical sections to synchronize in... (2 Replies)
Discussion started by: vijlak
2 Replies

3. Programming

Question on creation of Thread pool

dear sir/madam presently i am in a process of creating a multithread pool using clone() system call in unix with c programming. i am facing some problem ie., i am able create multithread pool and able to keep all the threads in wait state,but when i call kill (afunction revoke a... (6 Replies)
Discussion started by: Radha
6 Replies

4. Shell Programming and Scripting

thread creation

Void *fork_thread( void *ptr ) i am getting error in this line please help me out (1 Reply)
Discussion started by: annapurna konga
1 Replies

5. Programming

Parent Thread Of Child Thread

Parent Thread Of Child Thread Suppose a process creates some threads say threadC and threadD. Later on each of these threads create new child threads say threadC1, threadC2, threadC3 etc. So a tree of threads will get created. Is there any way to find out the parent thread of one such... (1 Reply)
Discussion started by: rupeshkp728
1 Replies
qbipc_common.h(3)						       libqb							 qbipc_common.h(3)

NAME
qbipc_common.h - SYNOPSIS
#include <stdint.h> Data Structures struct qb_ipc_request_header struct qb_ipc_response_header Macros #define QB_IPC_MSG_NEW_MESSAGE 0 #define QB_IPC_MSG_USER_START QB_IPC_MSG_NEW_MESSAGE #define QB_IPC_MSG_AUTHENTICATE -1 #define QB_IPC_MSG_NEW_EVENT_SOCK -2 #define QB_IPC_MSG_DISCONNECT -3 Enumerations enum qb_ipc_type { QB_IPC_SOCKET, QB_IPC_SHM, QB_IPC_POSIX_MQ, QB_IPC_SYSV_MQ, QB_IPC_NATIVE } Functions struct qb_ipc_request_header __attribute__ ((aligned(8))) Variables enum qb_ipc_type __attribute__ Macro Definition Documentation #define QB_IPC_MSG_AUTHENTICATE -1 #define QB_IPC_MSG_DISCONNECT -3 #define QB_IPC_MSG_NEW_EVENT_SOCK -2 #define QB_IPC_MSG_NEW_MESSAGE 0 #define QB_IPC_MSG_USER_START QB_IPC_MSG_NEW_MESSAGE Enumeration Type Documentation enum qb_ipc_type Enumerator QB_IPC_SOCKET QB_IPC_SHM QB_IPC_POSIX_MQ QB_IPC_SYSV_MQ QB_IPC_NATIVE Function Documentation struct qb_ipc_request_header __attribute__ ((aligned(8))) Variable Documentation int32_t error __attribute__ Author Generated automatically by Doxygen for libqb from the source code. Version 0.16.0 Tue Jun 17 2014 qbipc_common.h(3)
All times are GMT -4. The time now is 11:51 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy