| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/ |
| H A D | semaphore.h | 35 extern int sem_init (sem_t *__sem, int __pshared, unsigned int __value) 39 extern int sem_destroy (sem_t *__sem) __THROW __nonnull ((1)); 42 extern sem_t *sem_open (const char *__name, int __oflag, ...) 46 extern int sem_close (sem_t *__sem) __THROW __nonnull ((1)); 55 extern int sem_wait (sem_t *__sem) __nonnull ((1)); 62 extern int sem_timedwait (sem_t *__restrict __sem, 68 extern int sem_clockwait (sem_t *__restrict __sem, 75 extern int sem_trywait (sem_t *__sem) __THROWNL __nonnull ((1)); 78 extern int sem_post (sem_t *__sem) __THROWNL __nonnull ((1)); 81 extern int sem_getvalue (sem_t *__restrict __sem, int *__restrict __sval)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/ |
| H A D | semaphore.h | 35 extern int sem_init (sem_t *__sem, int __pshared, unsigned int __value) 39 extern int sem_destroy (sem_t *__sem) __THROW __nonnull ((1)); 42 extern sem_t *sem_open (const char *__name, int __oflag, ...) 46 extern int sem_close (sem_t *__sem) __THROW __nonnull ((1)); 55 extern int sem_wait (sem_t *__sem) __nonnull ((1)); 62 extern int sem_timedwait (sem_t *__restrict __sem, 68 extern int sem_clockwait (sem_t *__restrict __sem, 75 extern int sem_trywait (sem_t *__sem) __THROWNL __nonnull ((1)); 78 extern int sem_post (sem_t *__sem) __THROWNL __nonnull ((1)); 81 extern int sem_getvalue (sem_t *__restrict __sem, int *__restrict __sval)
|
| /OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/ |
| H A D | semaphore.h | 130 typedef struct sem_t_ * sem_t; typedef 132 PTW32_DLLPORT int __cdecl sem_init (sem_t * sem, 136 PTW32_DLLPORT int __cdecl sem_destroy (sem_t * sem); 138 PTW32_DLLPORT int __cdecl sem_trywait (sem_t * sem); 140 PTW32_DLLPORT int __cdecl sem_wait (sem_t * sem); 142 PTW32_DLLPORT int __cdecl sem_timedwait (sem_t * sem, 145 PTW32_DLLPORT int __cdecl sem_post (sem_t * sem); 147 PTW32_DLLPORT int __cdecl sem_post_multiple (sem_t * sem, 155 PTW32_DLLPORT int __cdecl sem_close (sem_t * sem); 159 PTW32_DLLPORT int __cdecl sem_getvalue (sem_t * sem,
|
| /OK3568_Linux_fs/kernel/tools/power/acpi/os_specific/service_layers/ |
| H A D | osunixxf.c | 630 sem_t *sem; in acpi_os_create_semaphore() 653 sem = acpi_os_allocate(sizeof(sem_t)); in acpi_os_create_semaphore() 682 sem_t *sem = (sem_t *) handle; in acpi_os_delete_semaphore() 718 sem_t *sem = (sem_t *) handle; in acpi_os_wait_semaphore() 835 sem_t *sem = (sem_t *) handle; in acpi_os_signal_semaphore()
|
| /OK3568_Linux_fs/external/mpp/mpp/codec/inc/ |
| H A D | mpp_dec_impl.h | 102 sem_t cmd_start; 103 sem_t cmd_done; 126 sem_t parser_reset; 127 sem_t hal_reset;
|
| H A D | mpp_enc_impl.h | 100 sem_t enc_reset; 114 sem_t cmd_start; 115 sem_t cmd_done;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/ |
| H A D | semaphore.h | 32 #define SEM_FAILED ((sem_t *) 0) 39 } sem_t; typedef
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/ |
| H A D | semaphore.h | 32 #define SEM_FAILED ((sem_t *) 0) 39 } sem_t; typedef
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/ptrace/ |
| H A D | child.h | 17 sem_t sem_parent; 23 sem_t sem_child;
|
| /OK3568_Linux_fs/external/mpp/osal/inc/ |
| H A D | mpp_queue.h | 25 sem_t mQueuePending;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/ |
| H A D | set_memory_region_test.c | 41 static sem_t vcpu_ready;
|
| /OK3568_Linux_fs/external/mpp/mpp/base/ |
| H A D | mpp_cluster.cpp | 99 sem_t sem_detach;
|
| /OK3568_Linux_fs/kernel/tools/perf/ |
| H A D | builtin-sched.c | 69 sem_t sleep_sem; 71 sem_t ready_for_work; 72 sem_t work_done_sem; 90 sem_t *wait_sem;
|
| /OK3568_Linux_fs/external/mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.cpp | 82 sem_t reset_sem;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/seccomp/ |
| H A D | seccomp_bpf.c | 2442 sem_t *started; 2471 sem_t started; in FIXTURE()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-12 | 2307 -- Function: int sem_init (sem_t *SEM, int PSHARED, unsigned int 2312 -- Function: int sem_destroy (sem_t *SEM); 2316 -- Function: sem_t *sem_open (const char *NAME, int OFLAG, ...); 2320 -- Function: int sem_close (sem_t *SEM); 2328 -- Function: int sem_wait (sem_t *SEM); 2332 -- Function: int sem_timedwait (sem_t *SEM, const struct timespec 2337 -- Function: int sem_trywait (sem_t *SEM); 2341 -- Function: int sem_post (sem_t *SEM); 2345 -- Function: int sem_getvalue (sem_t *SEM, int *SVAL);
|
| H A D | libc.info-13 | 4984 -- Function: int sem_clockwait (sem_t *SEM, clockid_t CLOCKID,
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-12 | 2307 -- Function: int sem_init (sem_t *SEM, int PSHARED, unsigned int 2312 -- Function: int sem_destroy (sem_t *SEM); 2316 -- Function: sem_t *sem_open (const char *NAME, int OFLAG, ...); 2320 -- Function: int sem_close (sem_t *SEM); 2328 -- Function: int sem_wait (sem_t *SEM); 2332 -- Function: int sem_timedwait (sem_t *SEM, const struct timespec 2337 -- Function: int sem_trywait (sem_t *SEM); 2341 -- Function: int sem_post (sem_t *SEM); 2345 -- Function: int sem_getvalue (sem_t *SEM, int *SVAL);
|
| H A D | libc.info-13 | 4984 -- Function: int sem_clockwait (sem_t *SEM, clockid_t CLOCKID,
|