/nrf52832-nimble/rt-thread/include/libc/ |
H A D | libc_signal.h | 117 #define sigaddset(what,sig) (*(what) |= (1<<(sig)), 0) argument 118 #define sigdelset(what,sig) (*(what) &= ~(1<<(sig)), 0) argument 121 #define sigismember(what,sig) (((*(what)) & (1<<(sig))) != 0) argument 173 #define sigaddset(what,sig) (*(what) |= (1<<(sig)), 0) argument 174 #define sigdelset(what,sig) (*(what) &= ~(1<<(sig)), 0) argument 177 #define sigismember(what,sig) (((*(what)) & (1<<(sig))) != 0) argument
|
/nrf52832-nimble/rt-thread/libcpu/sim/posix/ |
H A D | cpu_port.c | 66 static void mthread_signal_tick(int sig); 69 int signal_install(int sig, void (*func)(int)) in signal_install() argument 77 sigaction(sig, &act, 0); in signal_install() 89 static void thread_suspend_signal_handler(int sig) in thread_suspend_signal_handler() argument 97 if (sig != MSG_SUSPEND) in thread_suspend_signal_handler() 99 printf("get an unexpected signal <%d>, exit\n", sig); in thread_suspend_signal_handler() 122 if (sigwait(&sigmask, &sig) != 0) in thread_suspend_signal_handler() 124 printf("sigwait faild, %d\n", sig); in thread_suspend_signal_handler() 132 static void thread_resume_signal_handler(int sig) in thread_resume_signal_handler() argument 427 int i, res, sig; in mainthread_scheduler() local [all …]
|
/nrf52832-nimble/rt-thread/components/libc/signal/ |
H A D | posix_signal.c | 18 void (*signal(int sig, void (*func)(int))) (int) in signal() argument 20 return rt_signal_install(sig, func); in signal() 96 int sigwait(const sigset_t *set, int *sig) in sigwait() argument 102 *sig = si.si_signo; in sigwait() 111 int raise(int sig) in raise() argument 113 rt_thread_kill(rt_thread_self(), sig); in raise()
|
/nrf52832-nimble/rt-thread/src/ |
H A D | signal.c | 277 LOG_D("sigwait: %d sig raised!", signo); in rt_signal_wait() 319 /* remove this sig info node from list */ in rt_thread_handle_sig() 404 int rt_thread_kill(rt_thread_t tid, int sig) in rt_thread_kill() argument 411 if (!sig_valid(sig)) return -RT_EINVAL; in rt_thread_kill() 413 LOG_I("send signal: %d", sig); in rt_thread_kill() 414 si.si_signo = sig; in rt_thread_kill() 419 if (tid->sig_pending & sig_mask(sig)) in rt_thread_kill() 428 /* update sig info */ in rt_thread_kill() 433 if (entry->si.si_signo == sig) in rt_thread_kill() 448 tid->sig_pending |= sig_mask(sig); in rt_thread_kill()
|
/nrf52832-nimble/rt-thread/components/libc/aio/ |
H A D | posix_aio.c | 395 * and the sig argument shall be ignored. 398 * asynchronous notification shall occur, according to the sig argument, when all 399 * the I/O operations complete. If sig is NULL, then no asynchronous notification 400 * shall occur. If sig is not NULL, asynchronous notification occurs as specified 447 * If sig->sigev_notify is SIGEV_THREAD and sig->sigev_notify_attributes is a 453 struct sigevent *sig) in lio_listio() argument
|
H A D | posix_aio.h | 41 struct sigevent *sig);
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/ |
H A D | ble_uuid.h | 41 /** 16-bit UUID (BT SIG assigned) */ 44 /** 32-bit UUID (BT SIG assigned) */
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/pts/ |
H A D | README.txt | 1 This folder contains qualification tests results against BT SIG Profile Test
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/src/ |
H A D | access.c | 270 BT_ERR("Invalid SIG model index %u", mod_idx); in bt_mesh_model_get() 556 /* SIG models cannot contain 3-byte (vendor) OpCodes, and in bt_mesh_model_recv() 557 * vendor models cannot contain SIG (1- or 2-byte) OpCodes, so in bt_mesh_model_recv()
|
H A D | shell.c | 956 u8_t sig, vnd; in cmd_get_comp() local 961 sig = net_buf_simple_pull_u8(comp); in cmd_get_comp() 966 if (comp->om_len < ((sig * 2) + (vnd * 4))) { in cmd_get_comp() 971 if (sig) { in cmd_get_comp() 974 printk("\t\tNo SIG Models\n"); in cmd_get_comp() 977 for (i = 0; i < sig; i++) { in cmd_get_comp()
|
H A D | cfg_cli.c | 293 BT_WARN("Unexpected Mod Pub Status with SIG Model"); in mod_pub_status()
|
/nrf52832-nimble/rt-thread/components/libc/pthreads/ |
H A D | pthread.c | 361 int pthread_kill(pthread_t thread, int sig) in pthread_kill() argument 364 return rt_thread_kill(thread, sig); in pthread_kill()
|
H A D | pthread.h | 193 int pthread_kill(pthread_t thread, int sig);
|
/nrf52832-nimble/packages/NimBLE-latest/docs/mesh/ |
H A D | index.rst | 17 Bluetooth Mesh is a new standard from Bluetooth SIG that was released in 2017. It enables many-to-m…
|
/nrf52832-nimble/packages/NimBLE-latest/apps/blemesh_models_example_2/ |
H A D | README.md | 47 States of Servers are bounded as per Bluetooth SIG Mesh Model Specification v1.0
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/utils/ |
H A D | mkuffs.c | 411 void crash_handler(int sig) in crash_handler() argument 420 fprintf(stderr, "Error: signal %d:\n", sig); in crash_handler()
|
/nrf52832-nimble/rt-thread/components/libc/compilers/newlib/ |
H A D | syscalls.c | 89 _kill_r(struct _reent *ptr, int pid, int sig) in _kill_r() argument
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/ |
H A D | syscfg.yml | 291 Enables HCI Test commands needed for Bluetooth SIG certification
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/ |
H A D | ble_hs_conn.c | 27 /** At least three channels required per connection (sig, att, sm). */
|
H A D | ble_l2cap_sig.c | 25 * L2CAP sig procedures are initiated by the application via function calls. 1129 /* Strip L2CAP sig header from the front of the mbuf. */ in ble_l2cap_sig_rx()
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/mesh/include/mesh/ |
H A D | access.h | 31 * In case the element has no SIG or Vendor models the helper
|
/nrf52832-nimble/rt-thread/include/ |
H A D | rtthread.h | 150 int rt_thread_kill(rt_thread_t tid, int sig);
|
/nrf52832-nimble/packages/NimBLE-latest/docs/btshell/ |
H A D | btshell_advdata.rst | 14 …ble. 16 bit UUIDs shall only be used if they are assigned by the Bluetooth SIG. … 16 …ete. 16 bit UUIDs shall only be used if they are assigned by the Bluetooth SIG. … 18 …ble. 32 bit UUIDs shall only be used if they are assigned by the Bluetooth SIG. … 20 …ete. 32 bit UUIDs shall only be used if they are assigned by the Bluetooth SIG. …
|
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/ |
H A D | ble_hs_test_util.c | 1442 * @return The L2CAP sig identifier in the request/response. 1507 * @return The L2CAP sig identifier in the request.
|
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/ |
H A D | uffs_fd.c | 83 uffs_Perror(UFFS_MSG_NOISY, "invalid fd: %d (sig: %d, expect: %d)", \
|