Home
last modified time | relevance | path

Searched refs:alive (Results 1 – 12 of 12) sorted by relevance

/AliOS-Things-master/components/SDL2/test/
A Dtestthread.c22 static int alive = 0; variable
55 while (alive) { in ThreadFunc()
75 alive = 0; in killed()
106 alive = 1; in main()
114 alive = 0; in main()
119 alive = 1; in main()
A Dtesterror.c20 static int alive = 0; variable
36 while (alive) { in ThreadFunc()
61 alive = 1; in main()
69 alive = 0; in main()
A Dtestsem.c24 int alive = 1; variable
30 while (alive) { in ThreadFunc()
47 alive = 0; in killed()
118 alive = 0; in main()
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/greedySnake/
A DgreedySnake.md46 uint8_t alive; // 存活状态
106 snake.alive = 1;
280 snake.alive = 0;
288 snake.alive = 0;
337 if (snake.alive)
A DgreedySnake.c25 uint8_t alive; member
193 snake.alive = 1; in greedySnake_init()
263 if (snake.alive) { in greedySnake_task()
300 snake.alive = 0; in check_snake_alive()
305 snake.alive = 0; in check_snake_alive()
/AliOS-Things-master/components/cli/src/
A Dcli_console.c100 if (tmp->alive == 1) { in get_alive_console_num()
640 console->alive = 1; in cli_console_task_create()
671 console->alive = 0; in cli_console_task_destory()
728 if (tmp->alive == 1) { in cli_console_show_cmd()
A Duart_console.c99 .alive = 1,
A Dtelnet_console.c101 .alive = 1,
A Dcli_console.h36 int alive; member
/AliOS-Things-master/components/SDL2/src/audio/coreaudio/
A DSDL_coreaudio.m65 SDL_bool alive; field
80 item->alive = SDL_TRUE;
233 item->alive = SDL_TRUE;
248 item->alive = SDL_FALSE;
253 /* free items in the list that aren't still alive. */
257 if (item->alive) {
741 UInt32 alive = 0;
764 size = sizeof (alive);
765 result = AudioObjectGetPropertyData(devid, &addr, 0, NULL, &size, &alive);
769 if (!alive) {
[all …]
/AliOS-Things-master/components/SDL2/
A DCREDITS.txt8 * Ryan Gordon for helping everybody out and keeping the dream alive. :)
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A Dlibpng-manual.txt4559 still alive and well, but they have moved on to other things.

Completed in 23 milliseconds