Home
last modified time | relevance | path

Searched refs:initial_value (Results 1 – 2 of 2) sorted by relevance

/NetX-Duo-v6.2.1/test/regression/interoperability_test/test_frame/
Dtls_test_semaphore_create.c4 INT tls_test_semaphore_create( TLS_TEST_SEMAPHORE** semaphore_ptr_ptr, UINT initial_value) in tls_test_semaphore_create() argument
11 status = sem_init( semaphore_ptr, 1, initial_value); in tls_test_semaphore_create()
Dtls_test_frame.h106 INT tls_test_semaphore_create( TLS_TEST_SEMAPHORE** semaphore_ptr_ptr, UINT initial_value);