const char *const | sys_signame | [static] |
const char *const | sys_siglist | [static] |
For full documentation see: http://www.opengroup.org/onlinepubs/009695399/basedefs/signal.h.html
For full documentation see: http://www.opengroup.org/onlinepubs/009695399/basedefs/signal.h.html
For full documentation see: http://www.opengroup.org/onlinepubs/009695399/basedefs/signal.h.html
typedef struct __siginfo_t | siginfo_t |
typedef struct sigevent | sigevent_t |
Enumerator | Value | Description |
---|---|---|
SIGEV_SIGNAL | 0 |
const int | sys_nsig | [static] |
For full documentation see: http://www.opengroup.org/onlinepubs/009695399/functions/sigaction.html
The Symbian version of the sigaction() function has the following limitations:
1. The sa_mask member of the sigaction structure is ignored.
2. Currently, only the SA_SIGINFO flag will be supported in the sa_flags member of the sigaction structure.
3. Only the following portions of the signal catching function specified in sa_sigaction member will be supported:
a. The first argument (signo)
b. si_signo and si_value members of the second argument (info)
Parameters | |
---|---|
sig | - |
act | - |
oact | - |
IMPORT_C int | sigemptyset | ( | sigset_t * | set | ) |
For full documentation see: http://www.opengroup.org/onlinepubs/009695399/functions/sigemptyset.html
The Symbian implementation of this API fully supports POSIX functionality.
Parameters | |
---|---|
set | - |