OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UV_PLATFORM_SEM_T
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/libuv/dist/include/uv/
os390.h
25
#define
UV_PLATFORM_SEM_T
long
darwin.h
30
# define
UV_PLATFORM_SEM_T
semaphore_t
unix.h
103
#ifndef
UV_PLATFORM_SEM_T
104
# define
UV_PLATFORM_SEM_T
sem_t
136
typedef
UV_PLATFORM_SEM_T
uv_sem_t;
/src/external/mit/libuv/dist/src/unix/
os390-syscalls.h
68
int sem_init(
UV_PLATFORM_SEM_T
* semid, int pshared, unsigned int value);
69
int sem_destroy(
UV_PLATFORM_SEM_T
* semid);
70
int sem_post(
UV_PLATFORM_SEM_T
* semid);
71
int sem_trywait(
UV_PLATFORM_SEM_T
* semid);
72
int sem_wait(
UV_PLATFORM_SEM_T
* semid);
os390-syscalls.c
514
int sem_init(
UV_PLATFORM_SEM_T
* semid, int pshared, unsigned int value) {
519
int sem_destroy(
UV_PLATFORM_SEM_T
* semid) {
524
int sem_post(
UV_PLATFORM_SEM_T
* semid) {
529
int sem_trywait(
UV_PLATFORM_SEM_T
* semid) {
534
int sem_wait(
UV_PLATFORM_SEM_T
* semid) {
Completed in 87 milliseconds
Indexes created Mon Aug 31 00:24:02 UTC 2026