OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sem_t
(Results
1 - 8
of
8
) sorted by relevancy
/src/include/
semaphore.h
38
typedef struct _sem_st *
sem_t
;
typedef in typeref:struct:_sem_st
40
#define SEM_FAILED ((
sem_t
*)0)
46
int sem_close(
sem_t
*);
47
int sem_destroy(
sem_t
*);
48
int sem_getvalue(
sem_t
* __restrict, int * __restrict);
49
int sem_init(
sem_t
*, int, unsigned int);
50
int sem_post(
sem_t
*);
51
int sem_timedwait(
sem_t
*, const struct timespec * __restrict);
52
int sem_trywait(
sem_t
*);
54
int sem_wait(
sem_t
*);
[
all
...]
semaphore.h
38
typedef struct _sem_st *
sem_t
;
typedef in typeref:struct:_sem_st
40
#define SEM_FAILED ((
sem_t
*)0)
46
int sem_close(
sem_t
*);
47
int sem_destroy(
sem_t
*);
48
int sem_getvalue(
sem_t
* __restrict, int * __restrict);
49
int sem_init(
sem_t
*, int, unsigned int);
50
int sem_post(
sem_t
*);
51
int sem_timedwait(
sem_t
*, const struct timespec * __restrict);
52
int sem_trywait(
sem_t
*);
54
int sem_wait(
sem_t
*);
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_solaris.cc
364
CHECK_TYPE_SIZE(
sem_t
);
variable
sanitizer_platform_limits_solaris.cc
364
CHECK_TYPE_SIZE(
sem_t
);
variable
sanitizer_platform_limits_freebsd.cc
521
CHECK_TYPE_SIZE(
sem_t
);
variable
sanitizer_platform_limits_freebsd.cc
521
CHECK_TYPE_SIZE(
sem_t
);
variable
sanitizer_platform_limits_posix.cc
1267
CHECK_TYPE_SIZE(
sem_t
);
variable
sanitizer_platform_limits_posix.cc
1267
CHECK_TYPE_SIZE(
sem_t
);
variable
Completed in 33 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026